Themesphere Support Forum » Support » Spotlight

How to...?

(9 posts)
  1. anrn
    Member

    How to resize ad block (125x125)?
    How to add image in header?
    I lose a search block. How to find it? (logicmusic.ru)
    How to remove definite categories from categery navigation?

    Posted 1 year ago #
  2. How to resize ad block (125x125)?

    There are no set width and height limits on the image size for the 125x125 ad block.

    I lose a search block. How to find it? (logicmusic.ru)

    You will have to decrease the size of your blog description to align the search box in the header.

    How to remove definite categories from categery navigation?

    Edit header.php (wp-content/themes/spotlight/header.php) and find:
    <?php wp_list_categories('title_li=&depth=2'); ?>

    To remove category or categories from the header, add:
    <?php wp_list_categories('title_li=&depth=2&exclude=1'); ?>

    If you want to remove multiple categories, follow the pattern below:
    <?php wp_list_categories('title_li=&depth=2&exclude=1,2,3,4'); ?>

    For More Info: http://codex.wordpress.org/Template_Tags/wp_list_categories#Include_or_Exclude_Categories

    As far as header modification is concerned, I will post that in a separate thread.

    Posted 1 year ago #
  3. anrn
    Member

    It's okey, thanx!
    As advice — use command 'orderby=ID' (or name etc) for sort by ID or name...
    There is couple "how to" else)))
    How to make command link "open in new window" (ad opens in current window now)?
    Only one widgets works in sidebar. I insert more, but they don't appear...

    Posted 1 year ago #
  4. anrn
    Member

    about sidebar — sorry, it's ok :)

    Posted 1 year ago #
  5. anrn
    Member

    I have one more problem)))
    Comments don't display :(

    Posted 1 year ago #
  6. @anrn:

    What do you mean by comments don't display? Did you edited any file? Can you link me to your blog?

    Posted 1 year ago #
  7. anrn
    Member

    Yes, i edited to translation and redesign, but i didn't disturb code
    blog- logicmusic.ru
    it's possible that i breake some sumpol by chance, but i don't know where search it )

    Posted 1 year ago #
  8. Related problem: my blog roll links don't display. Don't see that in the documentation. How do I add a list of links?

    Posted 1 year ago #
  9. @Jeff:

    Apperance -> Widgets -> Add links widget to your blogroll.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.