<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Themesphere Support Forum Topic: How to...?</title>
<link>http://themesphere.com/forum/</link>
<description>Themesphere Support Forum Topic: How to...?</description>
<language>en</language>
<pubDate>Wed, 08 Sep 2010 04:49:21 +0000</pubDate>

<item>
<title>Haris on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-40</link>
<pubDate>Mon, 02 Mar 2009 08:58:56 +0000</pubDate>
<dc:creator>Haris</dc:creator>
<guid isPermaLink="false">40@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;@Jeff:&#60;/p&#62;
&#60;p&#62;Apperance -&#38;gt; Widgets -&#38;gt; Add links widget to your blogroll.
&#60;/p&#62;</description>
</item>
<item>
<title>Jeff on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-39</link>
<pubDate>Mon, 02 Mar 2009 01:39:25 +0000</pubDate>
<dc:creator>Jeff</dc:creator>
<guid isPermaLink="false">39@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;Related problem: my blog roll links don't display. Don't see that in the documentation. How do I add a list of links?
&#60;/p&#62;</description>
</item>
<item>
<title>anrn on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-34</link>
<pubDate>Sun, 01 Mar 2009 13:03:24 +0000</pubDate>
<dc:creator>anrn</dc:creator>
<guid isPermaLink="false">34@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;Yes, i edited to translation and redesign, but i didn't disturb code&#60;br /&#62;
blog- logicmusic.ru&#60;br /&#62;
it's possible that i breake some sumpol by chance, but i don't know where search it )
&#60;/p&#62;</description>
</item>
<item>
<title>Haris on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-33</link>
<pubDate>Sun, 01 Mar 2009 11:25:28 +0000</pubDate>
<dc:creator>Haris</dc:creator>
<guid isPermaLink="false">33@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;@anrn:&#60;/p&#62;
&#60;p&#62;What do you mean by comments don't display? Did you edited any file? Can you link me to your blog?
&#60;/p&#62;</description>
</item>
<item>
<title>anrn on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-32</link>
<pubDate>Sat, 28 Feb 2009 21:36:52 +0000</pubDate>
<dc:creator>anrn</dc:creator>
<guid isPermaLink="false">32@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;I have one more problem)))&#60;br /&#62;
Comments don't display :(
&#60;/p&#62;</description>
</item>
<item>
<title>anrn on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-31</link>
<pubDate>Sat, 28 Feb 2009 15:41:53 +0000</pubDate>
<dc:creator>anrn</dc:creator>
<guid isPermaLink="false">31@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;about sidebar — sorry, it's ok :)
&#60;/p&#62;</description>
</item>
<item>
<title>anrn on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-30</link>
<pubDate>Sat, 28 Feb 2009 12:58:45 +0000</pubDate>
<dc:creator>anrn</dc:creator>
<guid isPermaLink="false">30@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;It's okey, thanx!&#60;br /&#62;
As advice — use command 'orderby=ID' (or name etc) for sort by ID or name...&#60;br /&#62;
There is couple &#34;how to&#34; else)))&#60;br /&#62;
How to make command link &#34;open in new window&#34; (ad opens in current window now)?&#60;br /&#62;
Only one widgets works in sidebar. I insert more, but they don't appear...
&#60;/p&#62;</description>
</item>
<item>
<title>Haris on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-27</link>
<pubDate>Sat, 28 Feb 2009 09:14:23 +0000</pubDate>
<dc:creator>Haris</dc:creator>
<guid isPermaLink="false">27@http://themesphere.com/forum/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;How to resize ad block (125x125)?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;There are no set width and height limits on the image size for the 125x125 ad block.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;I lose a search block. How to find it? (logicmusic.ru)&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;You will have to decrease the size of your blog description to align the search box in the header.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;How to remove definite categories from categery navigation?&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Edit header.php (wp-content/themes/spotlight/header.php) and find:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php wp_list_categories(&#38;#39;title_li=&#38;#38;depth=2&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;To remove category or categories from the header, add:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php wp_list_categories(&#38;#39;title_li=&#38;#38;depth=2&#38;#38;exclude=1&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If you want to remove multiple categories, follow the pattern below:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php wp_list_categories(&#38;#39;title_li=&#38;#38;depth=2&#38;#38;exclude=1,2,3,4&#38;#39;); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;For More Info: &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_list_categories#Include_or_Exclude_Categories&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_list_categories#Include_or_Exclude_Categories&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As far as header modification is concerned, I will post that in a separate thread.
&#60;/p&#62;</description>
</item>
<item>
<title>anrn on "How to...?"</title>
<link>http://themesphere.com/forum/topic/how-to#post-26</link>
<pubDate>Sat, 28 Feb 2009 08:05:54 +0000</pubDate>
<dc:creator>anrn</dc:creator>
<guid isPermaLink="false">26@http://themesphere.com/forum/</guid>
<description>&#60;p&#62;How to resize ad block (125x125)?&#60;br /&#62;
How to add image in header?&#60;br /&#62;
I lose a search block. How to find it? (logicmusic.ru)&#60;br /&#62;
How to remove definite categories from categery navigation?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
