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?
Themesphere Support Forum » Support » Spotlight
How to...?
(9 posts)-
Posted 1 year ago #
-
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 # -
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 # -
about sidebar — sorry, it's ok :)
Posted 1 year ago # -
I have one more problem)))
Comments don't display :(Posted 1 year ago # -
@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 # -
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 # -
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 # -
@Jeff:
Apperance -> Widgets -> Add links widget to your blogroll.
Posted 1 year ago #
Reply
You must log in to post.