<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>
	<channel>
		<title>Theme Hybrid Support &#187; Recent Topics</title>
		<link>http://themehybrid.com/support/</link>
		<description>WordPress theme club support forums</description>
		<language>en-US</language>
		<pubDate>Wed, 17 Mar 2010 04:27:36 +0000</pubDate>
		<generator>bbpress 1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://themehybrid.com/support/search.php</link>
		</textInput>
		<atom:link href="http://themehybrid.com/support/rss/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>tod7 on "where is &#039;Before content hook&#039; code located?"</title>
			<link>http://themehybrid.com/support/topic/where-is-before-content-hook-code-located#post-37236</link>
			<pubDate>Tue, 16 Mar 2010 01:03:49 +0000</pubDate>
			<dc:creator>tod7</dc:creator>
			<guid isPermaLink="false">37236@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I've &#60;a href=&#34;http://themehybrid.com/support/topic/adding-widget-issues&#34;&#62;successfully inserted widget areas&#60;/a&#62;, but I'm now faced with the issue of collapsing said widget areas when they're not active. Currently, they stay open even when empty, taking up space.&#60;/p&#62;
&#60;p&#62;In studying Hybrid, I assume I can find the Hybrid solution in the file where this line &#60;code&#62;&#38;lt;?php hybrid_before_entry(); // Before entry hook ?&#38;gt;&#60;/code&#62; refers to.&#60;/p&#62;
&#60;p&#62;Where is the 'Before content hook' code located?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fb on "wp_nav_menu Replacing hybrid_page_nav"</title>
			<link>http://themehybrid.com/support/topic/wp_nav_menu-replacing-hybrid_page_nav#post-37288</link>
			<pubDate>Tue, 16 Mar 2010 21:23:44 +0000</pubDate>
			<dc:creator>fb</dc:creator>
			<guid isPermaLink="false">37288@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;This is not a support question..&#60;/p&#62;
&#60;p&#62;Well as the title suggests, I thought I would put up a flare and start to talk about the new &#60;code&#62;menu editor&#60;/code&#62;  that comes with the current &#60;code&#62;aplha&#60;/code&#62;.&#60;/p&#62;
&#60;p&#62;I have been going over the child themes I current have waiting to go live in regards to adding &#60;/p&#62;
&#60;p&#62;	&#60;code&#62;add_theme_support( &#38;#39;nav-menus&#38;#39; );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and how we would hook into this and replace the current &#60;code&#62;hybrid_page_nav&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I have done it in one way, but am sure there is a better way, or quicker at least&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_action( &#38;#39;template_redirect&#38;#39;, &#38;#39;remove_page_nav&#38;#39; );
add_action(&#38;#39;hybrid_after_header&#38;#39;, &#38;#39;eshop_nav_addition&#38;#39;);

function eshop_nav_addition() {
$menu .= wp_nav_menu( &#38;#39;sort_column=menu_order&#38;amp;container_class=page-nav&#38;#39; );
return $menu;
}

function remove_page_nav() {
	remove_action( &#38;#39;hybrid_after_header&#38;#39;, &#38;#39;hybrid_page_nav&#38;#39; );
 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Still working out how to give specific &#60;code&#62;layout&#60;/code&#62; &#60;code&#62;IDs&#60;/code&#62; and &#60;code&#62;classes&#60;/code&#62; throughout the menu, but this works, &#60;/p&#62;
&#60;p&#62;what are your thoughts?&#60;/p&#62;
&#60;p&#62;or ideas...&#60;/p&#62;
&#60;p&#62;I am just about to write up my journey on my blog, will let you know when its live.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>610m on "Hook into  tag or somewhere inside the content of the post"</title>
			<link>http://themehybrid.com/support/topic/hook-into-tag-or-somewhere-inside-the-content-of-the-post#post-37209</link>
			<pubDate>Mon, 15 Mar 2010 21:44:44 +0000</pubDate>
			<dc:creator>610m</dc:creator>
			<guid isPermaLink="false">37209@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I am looking for a way to insert things withing the body of a post without having to do so on each respective &#34;edit post&#34; screen.  Specifically, I'd like to either add an ad or some article tools after the first or second paragraph.  Is there an action hook that hooks onto the &#38;lt;!--more--&#38;gt; tag or somewhere else in the middle of the post content?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Momof9Blessings on "RSS Feeds"</title>
			<link>http://themehybrid.com/support/topic/rss-feeds-1#post-37179</link>
			<pubDate>Mon, 15 Mar 2010 04:25:50 +0000</pubDate>
			<dc:creator>Momof9Blessings</dc:creator>
			<guid isPermaLink="false">37179@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I have seen those cute little icons for rss feeds - for twitter and facebook....  Is it possible to put them on the bar next to the rss feed on the bottom of my header on the right side???&#60;/p&#62;
&#60;p&#62;Also, how would I even do that?  I actually have something on the bottom of my blog - but I don't like the way it looks....  at least I have it - but it would be nice to have all 3 on the top together....&#60;/p&#62;
&#60;p&#62;I guess it would so that people can sign up for my feeds???&#60;/p&#62;
&#60;p&#62;This rss stuff is really beyond me  LOL&#60;/p&#62;
&#60;p&#62;Thank you for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>suhayse on "Google Ad Manager Javascript"</title>
			<link>http://themehybrid.com/support/topic/google-ad-manager-javascript#post-37291</link>
			<pubDate>Tue, 16 Mar 2010 22:56:59 +0000</pubDate>
			<dc:creator>suhayse</dc:creator>
			<guid isPermaLink="false">37291@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I need to add the following between my head tags (it's google ad manager code).  Would I do this with the wp_enqueue method or making a change to the functions.php in hybrid news?  It seems like more than just calling an external javascript, so I'm sort of lost.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;script type=&#38;#39;text/javascript&#38;#39; src=&#38;#39;http://partner.googleadservices.com/gampad/google_service.js&#38;#39;&#38;gt;
&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
GS_googleAddAdSenseService(&#38;quot;ca-pub-6768762584874124&#38;quot;);
GS_googleEnableAllServices();
&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
GA_googleAddSlot(&#38;quot;ca-pub-6768762584874124&#38;quot;, &#38;quot;Leaderboard&#38;quot;);
GA_googleAddSlot(&#38;quot;ca-pub-6768762584874124&#38;quot;, &#38;quot;Sidebar_primary_homepage&#38;quot;);
GA_googleAddSlot(&#38;quot;ca-pub-6768762584874124&#38;quot;, &#38;quot;Test_Slot&#38;quot;);
&#38;lt;/script&#38;gt;
&#38;lt;script type=&#38;#39;text/javascript&#38;#39;&#38;gt;
GA_googleFetchAds();
&#38;lt;/script&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Justin Tadlock on "Where&#039;s Justin?"</title>
			<link>http://themehybrid.com/support/topic/justins-computer-is-down#post-36614</link>
			<pubDate>Fri, 05 Mar 2010 19:34:18 +0000</pubDate>
			<dc:creator>Justin Tadlock</dc:creator>
			<guid isPermaLink="false">36614@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;For some reason, my computer decided to crash today.  I'm working on getting it back in working condition.  So, if I'm not around for a while, that's why.&#60;/p&#62;
&#60;p&#62;Try to help each other out while I try to fix this.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Update:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;It seems I'll have to be getting a new computer (needed one anyway).  Unfortunately, I'll have limited Internet access until Monday or Tuesday.&#60;/p&#62;
&#60;p&#62;It might take me about a week to get all my files and programs set up as normal.  And, it'll definitely be a few days before I have any tools that I normally use for support questions.  So, if I can't answer your question completely, I'll get to it as soon as humanly possible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gwatzlawek on "Get more categories in navigation bar"</title>
			<link>http://themehybrid.com/support/topic/get-more-categories-in-navigation-bar#post-37207</link>
			<pubDate>Mon, 15 Mar 2010 21:36:14 +0000</pubDate>
			<dc:creator>gwatzlawek</dc:creator>
			<guid isPermaLink="false">37207@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I would like to have mor categories in my navigation bar, but the space I can use seems to be fixed, the last cat already goes in a second line.  And I would like to get rid of the rss here - to get more space - and to display the rss in a widget.&#60;br /&#62;
Secondly, I need to have the cat in a special order, not by abc. Any suggestions?&#60;br /&#62;
&#60;a href=&#34;http://berggladbach.com/&#34; rel=&#34;nofollow&#34;&#62;http://berggladbach.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mkalina on "Do not show members-only content on listings and on public pages"</title>
			<link>http://themehybrid.com/support/topic/do-not-show-members-only-content-on-listings-and-on-public-pages#post-37190</link>
			<pubDate>Mon, 15 Mar 2010 17:22:40 +0000</pubDate>
			<dc:creator>mkalina</dc:creator>
			<guid isPermaLink="false">37190@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I have downloaded and installed the Members-plugin and I have created a &#60;a href=&#34;http://3th.be/2008/03/test-2&#34;&#62;test-article&#60;/a&#62; to play around with the plugin.&#60;/p&#62;
&#60;p&#62;I don't mind that if someone knows the &#60;a href=&#34;http://3th.be/2008/03/test-2/&#34;&#62;URL of a restricted article&#60;/a&#62;, the &#34;Sorry, but you do not have permission to view this content.&#34;-message-box appears. However I do not want the article to be seen in a list view like &#60;a href=&#34;http://3th.be/2008/03/&#34;&#62;the monthly view&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Since I use hybrid along with a child-theme I have two questions:&#60;/p&#62;
&#60;p&#62;1. How can I exclude posts like this one from all public list-views and pages?&#60;br /&#62;
2. Is any content from a restricted article published through the newsfeed like the title or the date of an article? (And if, how to avoid that?)&#60;/p&#62;
&#60;p&#62;Thanks a lot,&#60;br /&#62;
Michael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shaunturner on "Please Help with Adding images to slider?"</title>
			<link>http://themehybrid.com/support/topic/please-help-with-adding-images-to-slider#post-36659</link>
			<pubDate>Sun, 07 Mar 2010 02:37:05 +0000</pubDate>
			<dc:creator>shaunturner</dc:creator>
			<guid isPermaLink="false">36659@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I cannot figure out how to post images to slider every time ?&#60;br /&#62;
I try to place the url code in the line that had Have_Image_text.png and it's make the whole slider go blank so I started over again...please help (using blogger.com so I need to input codes in the edit html section)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>xwindowuser on "Post duplicated within itself with /** text **/ wrapped."</title>
			<link>http://themehybrid.com/support/topic/post-duplicated-within-itself-with-text-wrapped#post-37268</link>
			<pubDate>Tue, 16 Mar 2010 17:51:28 +0000</pubDate>
			<dc:creator>xwindowuser</dc:creator>
			<guid isPermaLink="false">37268@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I have a problem, I have been using the hybrid news theme for a while on several sites adn today I uploaded my usual theme and in each post I have duplicated text within the post itself, below the original post with /** text **/ wrapped.&#60;br /&#62;
Example:&#60;/p&#62;
&#60;p&#62;this is a post&#60;/p&#62;
&#60;p&#62;/**&#60;br /&#62;
this is a post&#60;br /&#62;
**/&#60;/p&#62;
&#60;p&#62;Like that in each post I have done. any ideas would be appreciated.&#60;br /&#62;
Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>610m on "Tracking Author Stats"</title>
			<link>http://themehybrid.com/support/topic/tracking-author-stats#post-37278</link>
			<pubDate>Tue, 16 Mar 2010 20:19:10 +0000</pubDate>
			<dc:creator>610m</dc:creator>
			<guid isPermaLink="false">37278@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;This isn't a hybrid specific question but I've gotten no responses to my posts at wordpress.org...&#60;/p&#62;
&#60;p&#62;Any ideas on how to track the number of page views individual authors posts get?  For example, John Doe has written 38 posts this year.  I'd like to be able to see how many pageviews all his articles have generated during the month?  Not just the articles he wrote that month, but the total of how many times something he has written was viewed on the site.  &#60;/p&#62;
&#60;p&#62;I have looked relentlessly for a year for a solution without even a glimmer of hope.&#60;/p&#62;
&#60;p&#62;I'd appreciate any help or ideas.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Matt
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Erwin Odendaal on "Paged homepage with excerpts and thumb"</title>
			<link>http://themehybrid.com/support/topic/paged-homepage-with-excerpts-and-thumb#post-37185</link>
			<pubDate>Mon, 15 Mar 2010 10:03:34 +0000</pubDate>
			<dc:creator>Erwin Odendaal</dc:creator>
			<guid isPermaLink="false">37185@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Right now I'm making homepage with the Query Posts plugin (see for example &#60;a href=&#34;http://www.wilhelminadrucker.nl/&#34; rel=&#34;nofollow&#34;&#62;http://www.wilhelminadrucker.nl/&#60;/a&#62; ) But this is really not the way to go.&#60;br /&#62;
But how can I accomplish a page like that in Hybrid?&#60;br /&#62;
I need a thumbnail (&#34;get the image&#34;), the excerpt, a &#34;read more&#34;-link and page numbers at the bottom of the page.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fishingfool on "Move primary only on the home page"</title>
			<link>http://themehybrid.com/support/topic/move-primary-only-on-the-home-page#post-37252</link>
			<pubDate>Tue, 16 Mar 2010 16:36:51 +0000</pubDate>
			<dc:creator>fishingfool</dc:creator>
			<guid isPermaLink="false">37252@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Question,&#60;/p&#62;
&#60;p&#62;I would like to move the #primary from the left side to the right side but only on the home page and not on any other page. &#60;/p&#62;
&#60;p&#62;Can this be accomplished through the functions.php?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>depex on "Add stylesheet before styles.css"</title>
			<link>http://themehybrid.com/support/topic/add-stylesheet-before-stylescss#post-37246</link>
			<pubDate>Tue, 16 Mar 2010 07:19:35 +0000</pubDate>
			<dc:creator>depex</dc:creator>
			<guid isPermaLink="false">37246@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I need to add a global stylesheet used for wordpress/magento/vbulletin right before styles.css. Tried a few hooks without any luck, any help would be appreciated. I'd rather not use @import
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Lynne Robson on "Moving the &#34;Site Title&#34;"</title>
			<link>http://themehybrid.com/support/topic/moving-the-site-title#post-37259</link>
			<pubDate>Tue, 16 Mar 2010 16:51:46 +0000</pubDate>
			<dc:creator>Lynne Robson</dc:creator>
			<guid isPermaLink="false">37259@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I am trying to figure out how to move the site title to before the primary&#60;/p&#62;
&#60;p&#62;I want to remove it from the header and then move it to the sidebar...but I am stuck on the hooks...&#60;/p&#62;
&#60;p&#62;I know how to put it in the sidebar, just not how to remove it from the header...any help would be appreciated
&#60;/p&#62;</description>
		</item>
		<item>
			<title>610m on "How can I remove the Site Title and Site Description (tagline)?"</title>
			<link>http://themehybrid.com/support/topic/how-can-i-remove-the-site-title-and-site-description-tagline#post-36978</link>
			<pubDate>Thu, 11 Mar 2010 20:59:09 +0000</pubDate>
			<dc:creator>610m</dc:creator>
			<guid isPermaLink="false">36978@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I would like to completely remove the site title and description without hiding them with CSS.  &#60;/p&#62;
&#60;p&#62;The only information I can find on this in this forum says to hide them with CSS however, it's my understanding that his is bad for SEO as pointed out by google: &#60;a href=&#34;http://www.google.com/support/webmasters/bin/answer.py?answer=66353&#34; rel=&#34;nofollow&#34;&#62;http://www.google.com/support/webmasters/bin/answer.py?answer=66353&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;We could debate the finer points of SEO, however I'm just looking for a way to cleanly eliminate those two elements.  Is there a filter or an action that can accomplish this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fishingfool on "CSS for post-title single-title entry-title"</title>
			<link>http://themehybrid.com/support/topic/css-for-post-title-single-title-entry-title#post-37218</link>
			<pubDate>Mon, 15 Mar 2010 22:40:06 +0000</pubDate>
			<dc:creator>fishingfool</dc:creator>
			<guid isPermaLink="false">37218@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Help please, this is driving me crazy.&#60;/p&#62;
&#60;p&#62;I need to adjust the CSS for Post Titles. The following is in the markup on the page.&#60;br /&#62;
&#60;code&#62;&#38;lt;h1 class=&#38;quot;post-title single-title entry-title&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I can adjust the CSS for the following but trying to change the font color with color:#ddd; does not affect anything.&#60;br /&#62;
&#60;code&#62;.entry-title, .series-title, .related-title&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Is the problem with the classes begin within the h1?&#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hargobind on "Problem sharing posts to Facebook"</title>
			<link>http://themehybrid.com/support/topic/problem-sharing-posts-to-facebook#post-37181</link>
			<pubDate>Mon, 15 Mar 2010 04:37:45 +0000</pubDate>
			<dc:creator>hargobind</dc:creator>
			<guid isPermaLink="false">37181@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I have the news hybrid theme installed on my blog - spiritvoyage.com/blog - however when I try to share using my facebook plugin - it does not insert the preview text or display the link properly. my colleague noticed the same problem on another news hybrid site also. &#60;/p&#62;
&#60;p&#62;FB is pretty critical to sharing our content - Any suggestions ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>iworkonline on "how to display image in utility header"</title>
			<link>http://themehybrid.com/support/topic/how-to-display-image-in-utility-header#post-37237</link>
			<pubDate>Tue, 16 Mar 2010 01:16:25 +0000</pubDate>
			<dc:creator>iworkonline</dc:creator>
			<guid isPermaLink="false">37237@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Hey Guys&#60;/p&#62;
&#60;p&#62;I am trying to use a banner 486x60 which is placed in utility header widget and it is not displaying.&#60;br /&#62;
My website is &#60;a href=&#34;http://mlmnetworkmarketing360.com/blog&#34; rel=&#34;nofollow&#34;&#62;http://mlmnetworkmarketing360.com/blog&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>taragentile on "working with functions.php for navigation menu"</title>
			<link>http://themehybrid.com/support/topic/working-with-functionsphp-for-navigation-menu#post-37226</link>
			<pubDate>Mon, 15 Mar 2010 23:26:26 +0000</pubDate>
			<dc:creator>taragentile</dc:creator>
			<guid isPermaLink="false">37226@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;please forgive my php ignorance. i'm pretty good with css - but this is beyond me right now! :)&#60;/p&#62;
&#60;p&#62;i've used the tutorial to add custom links to a functions.php file. and i've used the same tutorial to remove the &#34;home&#34; link or exclude a page. however, i can't figure out how to get it to do both! &#60;/p&#62;
&#60;p&#62;here's what I currently have for the installation at: &#60;a href=&#34;http://myindiehost.com/perideau&#34; rel=&#34;nofollow&#34;&#62;http://myindiehost.com/perideau&#60;/a&#62;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
add_filter( &#38;#39;wp_page_menu&#38;#39;, &#38;#39;custom_page_nav&#38;#39; );

function custom_page_nav( $menu ) {

	$links .= &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://myindiehost.com/perideau/category/business&#38;quot; title=&#38;quot;business&#38;quot;&#38;gt;business&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
$links .= &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://myindiehost.com/perideau/category/press&#38;quot; title=&#38;quot;press&#38;quot;&#38;gt;press&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
	$links .= &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://myindiehost.com/perideau/category/charming-finds&#38;quot; title=&#38;quot;charming finds&#38;quot;&#38;gt;charming finds&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
	$links .= &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://myindiehost.com/perideau/category/life&#38;quot; title=&#38;quot;life&#38;quot;&#38;gt;life&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
	$links .= &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://myindiehost.com/perideau/category/diy&#38;quot; title=&#38;quot;diy&#38;quot;&#38;gt;diy&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;
	$links .= &#38;#39;&#38;lt;li&#38;gt;&#38;lt;a href=&#38;quot;http://myindiehost.com/perideau/category/recipes&#38;quot; title=&#38;quot;recipes&#38;quot;&#38;gt;recipes&#38;lt;/a&#38;gt;&#38;lt;/li&#38;gt;&#38;#39;;

	$menu = str_replace( &#38;#39;&#38;lt;/ul&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;, $links . &#38;#39;&#38;lt;/ul&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;, $menu );

	return $menu;

}
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and I also need to remove page #2579. whenever I've added the second set of code, I get a blank screen. &#60;/p&#62;
&#60;p&#62;again, please pardon my ignorance and let me know if you need additional info!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tod7 on "Adding widget issues"</title>
			<link>http://themehybrid.com/support/topic/adding-widget-issues#post-36835</link>
			<pubDate>Tue, 09 Mar 2010 23:41:16 +0000</pubDate>
			<dc:creator>tod7</dc:creator>
			<guid isPermaLink="false">36835@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I'm working on a custom theme: &#60;a href=&#34;http://www.tod7.com&#34; rel=&#34;nofollow&#34;&#62;http://www.tod7.com&#60;/a&#62;&#60;br /&#62;
I've added many new widget areas, however there remain a few issues:&#60;/p&#62;
&#60;ol&#62;
&#60;li&#62;When in the backend, (admin/widgets), after dragging an available widget, (like &#34;Archives&#34;), into the dynamic sidebar, said &#34;Archives&#34; doesn't appear on the frontend. Why doesn't it appear? (update: actually, some widgets show their content, others don't)&#60;/li&#62;
&#60;li&#62;All the new widget areas are visible on the frontend, even though empty. Why are they empty?&#60;/li&#62;
&#60;li&#62;All the default wp sidebar content, ie: pages, archives, cats, blogroll, meta.. are still visible on the frontend, even though the new widgets are visibly present. By default, these usually disappear when a sidebar widget is utilized. Why are they still there?&#60;/li&#62;
&#60;/ol&#62;
&#60;p&#62;Html can be viewed at &#60;a href=&#34;http://www.tod7.com&#34; rel=&#34;nofollow&#34;&#62;http://www.tod7.com&#60;/a&#62; via firebug.&#60;br /&#62;
Strangely, sidebar-primary keeps appearing in unexpected places.&#60;/p&#62;
&#60;p&#62;&#38;amp; this is the code I used in functions:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Adds a plethera of widgets to different areas, as defined in html */
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Core: Before Content&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;core-before-content&#38;quot; class=&#38;quot;widget core&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Core: After Content&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;core-after-content&#38;quot; class=&#38;quot;widget core&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Sidebar: Primary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;sidebar-primary&#38;quot; class=&#38;quot;widget sidebar&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Sidebar: Secondary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;sidebar-secondary&#38;quot; class=&#38;quot;widget sidebar&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Sidebar: Tertiary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;sidebar-tertiary&#38;quot; class=&#38;quot;widget sidebar&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Sidebar: Quaternary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;sidebar-quaternary&#38;quot; class=&#38;quot;widget sidebar&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Footer: Primary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;footer-primary&#38;quot; class=&#38;quot;widget footer&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Footer: Secondary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;footer-secondary&#38;quot; class=&#38;quot;widget footer&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Footer: Tertiary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;footer-tertiary&#38;quot; class=&#38;quot;widget footer&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}
if ( function_exists(&#38;#39;register_sidebar&#38;#39;) ) {
	register_sidebar(array(
		&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Footer: Quaternary&#38;#39;,
		&#38;#39;before_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;div id=&#38;quot;footer-quaternary&#38;quot; class=&#38;quot;widget footer&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_widget&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;,
		&#38;#39;before_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;h2 class=&#38;quot;widgettitle&#38;quot;&#38;gt;&#38;#39;,
		&#38;#39;after_title&#38;#39; =&#38;gt; &#38;#39;&#38;lt;/h2&#38;gt;&#38;#39;,
	));
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>StealthA00 on "Feature (1) Post for (7) days on homepage &#38;cycle through. (Custom Sponsor query)"</title>
			<link>http://themehybrid.com/support/topic/feature-1-post-for-7-days-on-homepage-cycle-through-custom-sponsor-query#post-37176</link>
			<pubDate>Mon, 15 Mar 2010 03:07:50 +0000</pubDate>
			<dc:creator>StealthA00</dc:creator>
			<guid isPermaLink="false">37176@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I have a Racing Team that has (6+) Sponsors.&#60;br /&#62;
The Team wants to highlight (1) sponsor every (7) days.&#60;/p&#62;
&#60;p&#62;They want it automated, so they may upload the Sponsor Info all at once, and have Wordpress automatically rotate them like so:&#60;br /&#62;
Sponsor 1:  March 1 thru 7&#60;br /&#62;
Sponsor 2:  March 8 thru 14&#60;br /&#62;
Sponsor 3:  March 15 thru 21&#60;br /&#62;
and then (I guess) they'd want it to continue to repeat, like sponsor 1, sponsor 2, sponsor 3, sponsor 1, sponsor 2, sponsor 3, sponsor 1 .. etc&#60;/p&#62;
&#60;p&#62;See the site currently: (hybrid news)&#60;br /&#62;
&#60;a href=&#34;http://carbonracing.org/&#34; rel=&#34;nofollow&#34;&#62;http://carbonracing.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Underneath the Slider, I have sponsors currently being pulled in as PAGES like so:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php query_posts( array(&#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;page&#38;#39;, &#38;#39;orderby&#38;#39; =&#38;gt; rand, &#38;#39;posts_per_page&#38;#39; =&#38;gt; 1, &#38;#39;post_parent&#38;#39; =&#38;gt; 1247, &#38;#39;post__not_in&#38;#39; =&#38;gt; $do_not_duplicate ) ); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;As you see, the sponsors are displaying randomly.&#60;br /&#62;
However, (as described above), the client wants ONE sponsor to show for SEVEN days and then move on to the next sponsor (page) in order, and repeat.&#60;/p&#62;
&#60;p&#62;I am on the fence whether I should change the sponsor info from PAGES to POSTS.&#60;br /&#62;
I could then schedule the POST to publish at a later date.&#60;br /&#62;
And then create duplicate posts, with publish dates (7) days apart.&#60;/p&#62;
&#60;p&#62;I could then delete the duplicate posts after the cycle has gone through once, and repeat.&#60;/p&#62;
&#60;p&#62;I am not sure that what they want to do is possible.&#60;br /&#62;
My only alternative suggestion to them is to display a random Sponsor blurb on each refresh, instead of every 7 days.&#60;/p&#62;
&#60;p&#62;Thoughts? Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whobody on "Widget Theme"</title>
			<link>http://themehybrid.com/support/topic/widget-theme#post-18017</link>
			<pubDate>Wed, 11 Mar 2009 00:41:00 +0000</pubDate>
			<dc:creator>whobody</dc:creator>
			<guid isPermaLink="false">18017@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Hi.  Is there a way to take one of your themes and have nothing but a header and widgets on the front page?  Like, if I wanted 30 text boxes on the front page and they all linked to a different product or an article, is that possible?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>scottopolis on "WPMU stripping out html"</title>
			<link>http://themehybrid.com/support/topic/wpmu-stripping-out-html#post-37198</link>
			<pubDate>Mon, 15 Mar 2010 20:07:24 +0000</pubDate>
			<dc:creator>scottopolis</dc:creator>
			<guid isPermaLink="false">37198@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Apparently WP and WPMU have filters that automatically format html content from backend html editor (like adding &#60;code&#62;&#38;lt;p&#38;gt;&#60;/code&#62; tags).&#60;/p&#62;
&#60;p&#62;WP lets me use &#60;code&#62;&#38;lt;iframe&#38;gt;&#60;/code&#62; but WPMU strips out my &#60;code&#62;&#38;lt;iframe&#38;gt;&#60;/code&#62; tags, and adds a custom field called &#34;enclosure&#34; that tries to embed the video (but it doesn't work.)&#60;/p&#62;
&#60;p&#62;I found a couple of articles on how to workaround this, but they involve editing the kses.php file, and I would rather use my own functions.php file so that it survives WPMU updates.&#60;/p&#62;
&#60;p&#62;I know it's possible to add a function to allow &#60;code&#62;&#38;lt;iframe&#38;gt;&#60;/code&#62; tags, but I'm not sure how to write it and where.&#60;/p&#62;
&#60;p&#62;Can someone provide me some sample code?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wdcobb on "Where&#039;s Justin #2? Paid For Club Membership, Sent 4 Emails to Justin, No Replies"</title>
			<link>http://themehybrid.com/support/topic/wheres-justin-2-paid-for-club-membership-sent-4-emails-to-justin-no-replies#post-37153</link>
			<pubDate>Sun, 14 Mar 2010 18:18:28 +0000</pubDate>
			<dc:creator>wdcobb</dc:creator>
			<guid isPermaLink="false">37153@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I'm trying to figure out what's going on here?   I've sent Justin 4 emails now, never an acknowledgement or reply.   I paid the $25 to join &#34;The Club&#34; and that didn't benefit me at all.  The Hybrid-News theme won't install on my Fantastico for my hostgator account, says, &#34;Template is missing&#34;.   I emailed Justin about this on 3/5/2010, today is 3/14/2010 and still no reply from Justin.  I want a download zip file for this theme where the template is not missing.    Yes, I have also tried to FTP the theme and that didn't work either.   I also disabled all of my plugins and that didn't help either.  &#60;/p&#62;
&#60;p&#62;Also, support forums.  Does &#34;The Club&#34; afford me access to a different forum other than the free forum I'm on now?  The Club explanation said it would.  For the $25 Club Fee, is Justin asking all of you to help answer my questions?  &#60;/p&#62;
&#60;p&#62;Also, where are those &#34;tutorials&#34; that I'm supposed to get when I sign up for $25 The Club membership.   I also asked about this on 3/5/2010 and still no reply as of 3/14/2010.   &#60;/p&#62;
&#60;p&#62;I'm scratching my head trying to figure out what in the world is going on here when a guy sets up a site, offers club membership and then when I join, the owner is missing.  &#60;/p&#62;
&#60;p&#62;I'm about ready to ask Paypal for my money back as this treatment is totally unacceptable in any business.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbs on "How to display custom writers code on print page and in email?"</title>
			<link>http://themehybrid.com/support/topic/how-to-display-custom-writers-code-on-print-page-and-in-email#post-37191</link>
			<pubDate>Mon, 15 Mar 2010 19:40:39 +0000</pubDate>
			<dc:creator>gbs</dc:creator>
			<guid isPermaLink="false">37191@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I just found out that the 'wp-email' and 'wp-print' plugins display the default author, and not the new writers code.  &#60;/p&#62;
&#60;p&#62;How can I get these plugins to display the writers, instead of the default post author?&#60;/p&#62;
&#60;p&#62;I found the code in print-posts.php file, but not sure what to replace it with?&#60;br /&#62;
&#60;code&#62;&#38;lt;u&#38;gt;&#38;lt;?php the_author(); ?&#38;gt;&#38;lt;/u&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And in the 'wp-email.php' file this line which I think needs changing?&#60;br /&#62;
&#60;code&#62;$post_author = the_author(&#38;#39;&#38;#39;, false);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I tried replacing it with text like 'writer', 'co-authors' or 'writers' that was in the functions.php but none of them worked, and just broke the print page.&#60;/p&#62;
&#60;p&#62;This is the post I had help with:&#60;br /&#62;
&#60;a href=&#34;http://themehybrid.com/support/topic/how-to-remove-author-name-and-in-place-put-any-name#post-36180&#34; rel=&#34;nofollow&#34;&#62;http://themehybrid.com/support/topic/how-to-remove-author-name-and-in-place-put-any-name#post-36180&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This webpage shows the default author (replace dot with .):&#60;br /&#62;
www dot fairwarning dot org/2010/03/johnson-johnson-pushed-drug-for-elderly-after-fda-warning/print/&#60;/p&#62;
&#60;p&#62;Kind regards, Ian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbs on "How to remove Author name and in place put any name?"</title>
			<link>http://themehybrid.com/support/topic/how-to-remove-author-name-and-in-place-put-any-name#post-35582</link>
			<pubDate>Thu, 18 Feb 2010 01:40:40 +0000</pubDate>
			<dc:creator>gbs</dc:creator>
			<guid isPermaLink="false">35582@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Hi, my client needs to add posts from lots of other authors that are not WordPress users. &#60;/p&#62;
&#60;p&#62;For example change:&#60;br /&#62;
By Mike Smith on February 17, 2010&#60;/p&#62;
&#60;p&#62;.... to:&#60;br /&#62;
By Joe Blogs on February 17, 2010&#60;/p&#62;
&#60;p&#62;It means not been able to have the link to the WP author no more, but that is fine if just text because most posts with be by people who are not his users anyway. &#60;/p&#62;
&#60;p&#62;How best to make it easy for them to any author's name to byline? Could it be a custom field, and if so, how do I set that up in functions.php? &#60;/p&#62;
&#60;p&#62;Thanks for your time.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Erwin Odendaal on "eshop and roles"</title>
			<link>http://themehybrid.com/support/topic/eshop-and-roles#post-36500</link>
			<pubDate>Wed, 03 Mar 2010 16:50:22 +0000</pubDate>
			<dc:creator>Erwin Odendaal</dc:creator>
			<guid isPermaLink="false">36500@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;I'm using the eshop plugin, but the only role that can manage the shop is &#34;admin&#34;. I need to have other roles manage the shop. Can this be done with the &#34;members&#34; plugin?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fb on "Filtering breadcrumb_trail the actual $trail"</title>
			<link>http://themehybrid.com/support/topic/filtering-breadcrumb_trail-the-actual-trail#post-36933</link>
			<pubDate>Thu, 11 Mar 2010 13:07:58 +0000</pubDate>
			<dc:creator>fb</dc:creator>
			<guid isPermaLink="false">36933@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;Ok so the problem at hand is that I am trying to filter the way that the function &#60;code&#62;breadcrumb_trail&#60;/code&#62; gets the home link...&#60;/p&#62;
&#60;p&#62;I know how to filter and add text or remove and also add shortcode but just can't get my head around this one&#60;/p&#62;
&#60;p&#62;I am already filtering the breadcrumb_trail to remove the Browse like so&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;breadcrumb_trail&#38;#39;, &#38;#39;creative_breadcrumb_trail&#38;#39;);
function creative_breadcrumb_trail($breadcrumb) {
		$breadcrumb = str_replace(&#38;#39;Browse:&#38;#39;, &#38;#39;&#38;#39;, $breadcrumb);
		return $breadcrumb;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I would like to change&#60;br /&#62;
Taken from around &#60;code&#62;breadcrumb-trail.php line:67&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$trail[] = &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;  . get_bloginfo(&#38;#39;url&#38;#39;) . &#38;#39;&#38;quot; title=&#38;quot;&#38;#39; . get_bloginfo( &#38;#39;name&#38;#39; ) . &#38;#39;&#38;quot; rel=&#38;quot;home&#38;quot; class=&#38;quot;trail-begin&#38;quot;&#38;gt;&#38;#39; . $show_home . &#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to &#60;/p&#62;
&#60;p&#62;&#60;code&#62;$trail[] = &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;  . get_bloginfo(&#38;#39;url&#38;#39;, &#38;#39;display&#38;#39;) . &#38;#39;&#38;quot; title=&#38;quot;&#38;#39; . get_bloginfo( &#38;#39;name&#38;#39; ) . &#38;#39;&#38;quot; rel=&#38;quot;home&#38;quot; class=&#38;quot;trail-begin&#38;quot;&#38;gt;&#38;#39; . $show_home . &#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;something along the lines of &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter(&#38;#39;breadcrumb_trail&#38;#39;, &#38;#39;creative_breadcrumb_home_trail&#38;#39;);
function creative_breadcrumb_home_trail($trail) {
		$trail = &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;  . get_bloginfo(&#38;#39;url&#38;#39;, &#38;#39;display&#38;#39;) . &#38;#39;&#38;quot; title=&#38;quot;&#38;#39; . get_bloginfo( &#38;#39;name&#38;#39; ) . &#38;#39;&#38;quot; rel=&#38;quot;home&#38;quot; class=&#38;quot;trail-begin&#38;quot;&#38;gt;&#38;#39; . $show_home . &#38;#39;&#38;lt;/a&#38;gt;&#38;#39;;
		return $trail;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But obviously this does not work.....&#60;/p&#62;
&#60;p&#62;I have tried all sorts of gimmickry before posting here and wonder if anybody can help....&#60;/p&#62;
&#60;p&#62;and stop giggling :) You know who you r... &#60;/p&#62;
&#60;p&#62;Any help gratefully received as usual
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dbonneville on "What is the best workflow for testing new themes on a live site?"</title>
			<link>http://themehybrid.com/support/topic/what-is-the-best-workflow-for-testing-new-themes-on-a-live-site#post-36099</link>
			<pubDate>Thu, 25 Feb 2010 07:13:14 +0000</pubDate>
			<dc:creator>dbonneville</dc:creator>
			<guid isPermaLink="false">36099@http://themehybrid.com/support/</guid>
			<description>&#60;p&#62;What is the best way to test a new theme to see how it works with current content without doing it on a live server?&#60;/p&#62;
&#60;p&#62;I can think of several ways, but they all involve quite a few steps because of different database and file path settings.&#60;/p&#62;
&#60;p&#62;Would it be best to install a fresh WP somewhere, export the posts and them import them into new site, then upload all the old assets to wp-content (plugins, images, etc)? &#60;/p&#62;
&#60;p&#62;Or should I install a fresh WP somewhere, MySQL dump and restore via MyPhpAdmin, then upload the wp-content assets?&#60;/p&#62;
&#60;p&#62;There has to be a &#34;best practice&#34; for doing this, I hope. &#60;/p&#62;
&#60;p&#62;Would this just be considered as standard &#34;how to move my site&#34; procedure?&#60;/p&#62;
&#60;p&#62;I don't really care about updating the content in a copy of the site, I just want a snapshot of my entire site so that I can work with the content I have made and so design around that in a DEV setting.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
