<?xml version="1.0" ?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>Best WordPress Template Blog - Forum: BWT Themes and Plugins Helps</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/</link>
	<description><![CDATA[Best SEO/Ads/Speed-optimized "Themes" Template for WordPress]]></description>
	<generator>Simple:Press Forum Version 4.2.1</generator>
	<atom:link href="http://bestwordpresstemplate.com/forums/?bwt-themes-and-plugins-helps&#038;xfeed=forum" rel="self" type="application/rss+xml" />
<item>
	<title>Best WordPress Template on Adding Featured Content Gallery</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p191</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p191</guid>
	<description><![CDATA[<p>What's the question? I would appreciate it if you post it here, thanks.</p>
]]></description>
	<pubDate>Sat, 20 Mar 2010 15:08:19 +0000</pubDate>
</item>
<item>
	<title>7digital on Adding Featured Content Gallery</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p187</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p187</guid>
	<description><![CDATA[<p>Hi,</p>
<p>I haven&#39;t received an answer to my e-mail yet. You can post the answers here if you like but not the link.</p>
]]></description>
	<pubDate>Tue, 14 Apr 2009 21:15:05 +0000</pubDate>
</item>
<item>
	<title>7digital on Adding Featured Content Gallery</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p186</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p186</guid>
	<description><![CDATA[<p>Hi,</p>
<p>I just sent you two e-mails. One was regarding where I want to put the featured content gallery, I gave you an example and the other is about something else.</p>
<p>P.S I just figured out how to add the gallery. The developer has a website with instructions on a video. I found that the piece of code that you have to add in works best on line 4 not line 20. I could be doing it wrong but that &#39;s what I think works best. Feel free to let me know if I&#39;m wrong and to answer the remaining questions I send you via e-mail.</p>
<p></p>
<p>Thanks</p>
]]></description>
	<pubDate>Mon, 13 Apr 2009 15:09:42 +0000</pubDate>
</item>
<item>
	<title>Best WordPress Template on Adding Featured Content Gallery</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p185</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p185</guid>
	<description><![CDATA[<p>I don&#39;t know where you want to put the feature content area. Is it just the home page, or through out the sites?</p>
<p>If it&#39;s just the Home Page, open up index.php and place your Feature Content Gallery php function AFTER this div (content box) tag:</p>
<p>&#60;div class="entry" id="post-&#60;?php the_ID(); ?&#62;"&#62;&#160;&#160;&#160;&#160; ABOUT LINE 20 in the index.php file.</p>
<p></p>
<p>If you want to display the gallery throughout the site, open up "Top-Box.php" in the <strong>include </strong>folder and place your Gallery php code AFTER the <strong>last line</strong>.</p>
<p></p>
<p>Regarding the size, if the plugin doesn&#39;t use the default width of the content area, you probably need to know a little CSS for the width, and that&#39;s beyond the realm of my support ;).</p>
]]></description>
	<pubDate>Mon, 13 Apr 2009 14:15:16 +0000</pubDate>
</item>
<item>
	<title>Best WordPress Template on How do I get get of the Edit sign and Login sign?</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-do-i-get-get-of-the-edit-sign-and-login-sign/#p184</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-do-i-get-get-of-the-edit-sign-and-login-sign/#p184</guid>
	<description><![CDATA[<p>Don&#39;t know why you want to get rid the Edit link, because it&#39;s only show when you login (for your editing convenience =). But if you want to remove it, open "Entry-Info.php" in the <strong>include </strong>folder and deleted the first line, which is:</p>
<p>&#60;?php edit_post_link(_t(&#39;&#60;div style="float:left;"&#62; [[ EDIT ]] &#60;/div&#62;&#39;),&#39;&#39;,&#39;&#39;); ?&#62;</p>
<p></p>
<p>For the Login link, open "Footer.php" in the <strong>include </strong>folder and delete these lines:</p>
<p>&#38;bull; &#60;?php if($user_ID&#60;&#62;&#39;&#39;) {?&#62;&#60;a rel="nofollow" href="&#60;?php $redirecto=&#39;http://&#39;.$_SERVER[&#39;SERVER_NAME&#39;].$_SERVER[&#39;REQUEST_URI&#39;]; echo wp_logout_url($redirecto);?&#62;"&#62;Logout&#60;/a&#62;&#60;?php } else {?&#62;&#60;a rel="nofollow" href="&#60;?=get_option(&#39;siteurl&#39;); ?&#62;/wp-login.php"&#62;Login&#60;/a&#62;&#60;?php } ?&#62;</p>
<p></p>
]]></description>
	<pubDate>Mon, 13 Apr 2009 14:06:14 +0000</pubDate>
</item>
<item>
	<title>7digital on How do I get get of the Edit sign and Login sign?</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-do-i-get-get-of-the-edit-sign-and-login-sign/#p183</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-do-i-get-get-of-the-edit-sign-and-login-sign/#p183</guid>
	<description><![CDATA[<p>Hi,</p>
<p>I was wondering how I get rid of the &#8220;Edit&#8221; sign below the date and the &#8220;Login&#8221; sign in the footer?</p>
<p>Sorry I couldn&#39;t correct the title in this forum.</p>
<p></p>
<p>Thanks!</p>
]]></description>
	<pubDate>Mon, 13 Apr 2009 08:01:26 +0000</pubDate>
</item>
<item>
	<title>7digital on Adding Featured Content Gallery</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p182</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-featured-content-gallery/#p182</guid>
	<description><![CDATA[<p>How do I add a featured content gallery to this theme? I know how to upload the plugin and activate it, but I need some help with placement and php code that you have to put in. I don&#39;t want a large one like the plugin site. Smaller like the width of the content section.</p>
<p>Thanks in advance for your help!</p>
]]></description>
	<pubDate>Mon, 13 Apr 2009 01:50:04 +0000</pubDate>
</item>
<item>
	<title>Best WordPress Template on Adding an Ad into the Header</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-an-ad-into-the-header/#p180</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-an-ad-into-the-header/#p180</guid>
	<description><![CDATA[<p>Use CUSTOM HTML for the Header, which then you can you any banner ads you want in the header ;).</p>
<p></p>
<p>Hmn... I&#39;ll check on the forum display.</p>
]]></description>
	<pubDate>Sun, 12 Apr 2009 21:39:11 +0000</pubDate>
</item>
<item>
	<title>Best WordPress Template on Ad/Adsense section</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adadsense-section/#p179</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adadsense-section/#p179</guid>
	<description><![CDATA[<p>Hi yes, the adsense in those section still works. But use the Max Banner Ads (included in your "plugins" folder).</p>
]]></description>
	<pubDate>Sun, 12 Apr 2009 21:37:44 +0000</pubDate>
</item>
<item>
	<title>7digital on Ad/Adsense section</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adadsense-section/#p178</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adadsense-section/#p178</guid>
	<description><![CDATA[<p>Hi,</p>
<p>Just confirming with the newest version 3.7 under Apperance, Ad/Adsense, just the first 3 boxes and the last 5 boxes are valid right? You said ignore the Adsmint section.</p>
]]></description>
	<pubDate>Sun, 12 Apr 2009 20:16:34 +0000</pubDate>
</item>
<item>
	<title>7digital on Adding an Ad into the Header</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-an-ad-into-the-header/#p176</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/adding-an-ad-into-the-header/#p176</guid>
	<description><![CDATA[<p>How do I put an ad ( for example Clickbank banner) into my header?</p>
<p>Thanks</p>
<p></p>
<p>P.S. Do you think that in each forum topic/category you can put the most recent comments in this forum first? The version has changed, so the newest comments would be more relevant.</p>
]]></description>
	<pubDate>Sun, 12 Apr 2009 17:42:06 +0000</pubDate>
</item>
<item>
	<title>davisec52 on How to change the SideBar Title Box Width</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-the-sidebar-title-box-width/#p155</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-the-sidebar-title-box-width/#p155</guid>
	<description><![CDATA[<p>Mint Tree,</p>
<p></p>
<p>It is not the width I need to change, it is height, the thickness of the box.  Please help me out with the code to change the "thickness" or height of the sidebar title box.</p>
<p></p>
<p>I would also appreciate you writing out the code for the blockquote css style, too, please.</p>
<p></p>
<p>Thank you,</p>
<p>Evan</p>
]]></description>
	<pubDate>Fri, 29 Aug 2008 21:45:21 +0000</pubDate>
</item>
<item>
	<title>Best WordPress Template on How to change the SideBar Title Box Width</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-the-sidebar-title-box-width/#p152</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-the-sidebar-title-box-width/#p152</guid>
	<description><![CDATA[<p>Hi Evan, go to "Presentation =&#62; Sidebars" and immediately you will see "Left/Right Sidebar Width" boxes, where you can change the widths of those sidebars.</p>
<p></p>
<p>Regards,</p>
<p></p>
<p>~Mint Tree~</p>
]]></description>
	<pubDate>Fri, 29 Aug 2008 14:28:12 +0000</pubDate>
</item>
<item>
	<title>davisec52 on How to change the SideBar Title Box Width</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-the-sidebar-title-box-width/#p151</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-the-sidebar-title-box-width/#p151</guid>
	<description><![CDATA[<p>Mint Tree,</p>
<p></p>
<p>Would you please provide the css code to change the right side title box height? I did this once before but have forgotten how I did it. I see no way to do this in Presentation.  )It is height I need to change--the sidebar title boxes are too narrow for my design.)</p>
<p></p>
<p>Thank you,</p>
<p>Evan</p>
]]></description>
	<pubDate>Fri, 29 Aug 2008 06:56:03 +0000</pubDate>
</item>
<item>
	<title>Best WordPress Template on How to change color of Tags</title>
	<link>http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-color-of-tags/#p139</link>
	<category>BWT Themes and Plugins Helps</category>
	<guid isPermaLink="true">http://bestwordpresstemplate.com/forums/bwt-themes-and-plugins-helps/how-to-change-color-of-tags/#p139</guid>
	<description><![CDATA[<p>Hi Evan, I just checked all the version: it doesn&#39;t matter which version you have because the CSS is still &#60;div class="tag"&#62;... So, you got me on this one (I think it might be because of your browser caching the old CSS style in Firefox: so you&#39;ll need to clear cache/cookie and see if the color change).</p>
<p></p>
<p>Also, to check which version you have (I think you have the latest version), go to the theme selection interface and the version info should be there on that page... (or you can view the source code and see what version it&#39;s =&#62; just "Find" the keyword "MintTree".</p>
<p></p>
<p>Anyway, let me know how it goes.</p>
<p></p>
<p>Regards,</p>
<p>~Mint Tree~</p>
]]></description>
	<pubDate>Mon, 07 Jul 2008 18:03:38 +0000</pubDate>
</item>
</channel>
</rss>