<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Wordpress Tips and Tricks</title>
	
	<link>http://wordpresstips.googlethem.com</link>
	<description>Hop Up Your Wordpress Engine!</description>
	<lastBuildDate>Mon, 02 Apr 2012 05:40:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WordpressTipsandTricks" /><feedburner:info uri="wordpresstipsandtricks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>RocketTheme tips and tricks</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/WuYMRKpXd6U/</link>
		<comments>http://wordpresstips.googlethem.com/rockettheme-tips-and-tricks/#comments</comments>
		<pubDate>Mon, 02 Apr 2012 05:40:21 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[RocketTheme]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=453</guid>
		<description><![CDATA[RocketTheme forums: http://www.rockettheme.com/forum/ (PHPBB3) Re: How Do I Set RokStories to Show in Front Page Only? Appearance-&#62;Widgets and in the &#8220;Default Settings&#8221; override drag the RokStories widget to the disabled widgets area. Then switch to the &#8220;Front Page&#8221; override and drag the &#8220;rokStories&#8221; widget back. This will enable it on the home page but not [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>RocketTheme forums: http://www.rockettheme.com/forum/ (PHPBB3)</p>
<h3>Re: How Do I Set RokStories to Show in Front Page Only?</h3>
</div>
<div>Appearance-&gt;Widgets and in the &#8220;Default Settings&#8221; override drag the RokStories widget to the disabled widgets area. Then switch to the &#8220;Front Page&#8221; override and drag the &#8220;rokStories&#8221; widget back. This will enable it on the home page but not any of the other pages.</div>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/rockettheme-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/rockettheme-tips-and-tricks/</feedburner:origLink></item>
		<item>
		<title>Contact Form 7 field widths narrower</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/OS3esH0zVQ0/</link>
		<comments>http://wordpresstips.googlethem.com/contact-form-7-field-widths-narrower/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 06:19:41 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[code tips]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=450</guid>
		<description><![CDATA[To narrow or shorten the field widths for Contact Form 7, this is an example of making the name shorter: (you can do this to widen it too) &#60;p&#62;Your Name (required)&#60;br /&#62; [text* your-name 25/] &#60;/p&#62; The key is the bolded 25/ which sets the field width.]]></description>
			<content:encoded><![CDATA[<p>To narrow or shorten the field widths for Contact Form 7, this is an example of making the name shorter: (you can do this to widen it too)</p>
<p>&lt;p&gt;Your Name (required)&lt;br /&gt;<br />
[text* your-name<strong> 25/</strong>] &lt;/p&gt;</p>
<p>The key is the bolded <strong>25/</strong> which sets the field width.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/contact-form-7-field-widths-narrower/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/contact-form-7-field-widths-narrower/</feedburner:origLink></item>
		<item>
		<title>Genesis – Remove 2nd sidebar</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/t0B3jsyWUKY/</link>
		<comments>http://wordpresstips.googlethem.com/genesis-remove-2nd-sidebar/#comments</comments>
		<pubDate>Sat, 31 Mar 2012 05:55:04 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Genesis Frameworks]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=438</guid>
		<description><![CDATA[To remove the second sidebar permanently using the Genesis frameworks: In your child theme&#8217;s functions.php file add this to the bottom: genesis_unregister_layout( &#8216;content-sidebar-sidebar&#8217; ); genesis_unregister_layout( &#8216;sidebar-sidebar-content&#8217; ); genesis_unregister_layout( &#8216;sidebar-content-sidebar&#8217; ); This will remove that extra side on all pages on your entire WordPress website, including the options on the individual pages and posts, making it [...]]]></description>
			<content:encoded><![CDATA[<p>To remove the second sidebar permanently using the Genesis frameworks:</p>
<p>In your child theme&#8217;s functions.php file add this to the bottom:</p>
<p>genesis_unregister_layout( &#8216;content-sidebar-sidebar&#8217; );<br />
genesis_unregister_layout( &#8216;sidebar-sidebar-content&#8217; );<br />
genesis_unregister_layout( &#8216;sidebar-content-sidebar&#8217; );</p>
<p>This will remove that extra side on all pages on your entire WordPress website, including the options on the individual pages and posts, making it less confusing for the client.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/genesis-remove-2nd-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/genesis-remove-2nd-sidebar/</feedburner:origLink></item>
		<item>
		<title>How to make a widget show up on a single page or post</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/ziYiazp1u5Y/</link>
		<comments>http://wordpresstips.googlethem.com/how-to-make-a-widget-show-up-on-a-single-page-or-post/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 22:59:51 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[code tips]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=431</guid>
		<description><![CDATA[Two plugins to do this: Genesis Simple Sidebars Widget Context This frees you from having to display (or not show) widget areas on various pages and posts using code.]]></description>
			<content:encoded><![CDATA[<p>Two plugins to do this:</p>
<p><a href="http://www.studiopress.com/plugins/simple-sidebars">Genesis Simple Sidebars </a></p>
<p><a href="http://konstruktors.com/projects/wordpress-plugins/widget-context/">Widget Context </a></p>
<p>This frees you from having to display (or not show) widget areas on various pages and posts using code.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/how-to-make-a-widget-show-up-on-a-single-page-or-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/how-to-make-a-widget-show-up-on-a-single-page-or-post/</feedburner:origLink></item>
		<item>
		<title>How to clean up text with PHP – remove line breaks, paragraphs and tabs and replace with an empty space</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/5qb9ne_zdZY/</link>
		<comments>http://wordpresstips.googlethem.com/how-to-clean-up-text-with-php-remove-line-breaks-paragraphs-and-tabs-and-replace-with-an-empty-space/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 22:50:12 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[code tips]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=429</guid>
		<description><![CDATA[For some text, like Meta description tags and excerpts, you may not want to have paragraph formatting, empty lines, breaks in the text. Especially when you are extracting this text automatically to generate the Meta description. This is a simple regular expression to remove line breaks, paragraphs and tabs, and replace them with an empty [...]]]></description>
			<content:encoded><![CDATA[<p>For some text, like Meta description tags and excerpts, you may not want to have paragraph formatting, empty lines, breaks in the text. Especially when you are extracting this text automatically to generate the Meta description.</p>
<p>This is a simple regular expression to <strong>remove line breaks, paragraphs and tabs</strong>, and replace them with an empty space.</p>
<p>$text = preg_replace(&#8220;/\r\n+|\r+|\n+|\t+/i&#8221;, &#8221; &#8220;, $text);</p>
<p>How to extract H1 tags from a page to pull headings from posts and pages:</p>
<pre>preg_match_all('|&lt;h[^&gt;]+&gt;(.*)&lt;/h[^&gt;]+&gt;|iU', $html, $headings);</pre>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/how-to-clean-up-text-with-php-remove-line-breaks-paragraphs-and-tabs-and-replace-with-an-empty-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/how-to-clean-up-text-with-php-remove-line-breaks-paragraphs-and-tabs-and-replace-with-an-empty-space/</feedburner:origLink></item>
		<item>
		<title>Clear all or clear both to have text and left aligned or right aligned images below each paragraph</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/hQrOcs2V7g0/</link>
		<comments>http://wordpresstips.googlethem.com/clear-all-or-clear-both-to-have-text-and-left-aligned-or-right-aligned-images-below-each-paragraph/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 11:25:55 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[code tips]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=423</guid>
		<description><![CDATA[&#60;p style="clear:both;"&#62;previous paragraph&#60;/p&#62; &#60;p style="clear:both;"&#62;next paragraph&#60;/p&#62; &#60;br style="clear:both;" /&#62; &#60;hr style-"clear:both;" /&#62;]]></description>
			<content:encoded><![CDATA[<p><code>&lt;p style="clear:both;"&gt;previous paragraph&lt;/p&gt;<br />
&lt;p style="clear:both;"&gt;next paragraph&lt;/p&gt;</code></p>
<p><code>&lt;br style="clear:both;" /&gt;</code></p>
<p><code>&lt;hr style-"clear:both;" /&gt;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/clear-all-or-clear-both-to-have-text-and-left-aligned-or-right-aligned-images-below-each-paragraph/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/clear-all-or-clear-both-to-have-text-and-left-aligned-or-right-aligned-images-below-each-paragraph/</feedburner:origLink></item>
		<item>
		<title>Cannot see updates to WordPress website – sticky cache</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/jxueBeTRLlw/</link>
		<comments>http://wordpresstips.googlethem.com/cannot-see-updates-to-wordpress-website-sticky-cache/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 19:53:26 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[wordpress fix]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=412</guid>
		<description><![CDATA[Here&#8217;s how to clear your browser cache without going into your menus. This applies to Firefox, Internet Explorer, Safari and Chrome. Note: CSS changes can cause a really sticky cache when background images are changed, they tend not to update unless you clear your cache.]]></description>
			<content:encoded><![CDATA[<p><a href="http://googlethem.com/cannot-see-new-version-of-website-updates-not-showing-sticky-cache/">Here&#8217;s how to clear your browser cache without going into your menus.</a> This applies to Firefox, Internet Explorer, Safari and Chrome.</p>
<p>Note: CSS changes can cause a really sticky cache when background images are changed, they tend not to update unless you clear your cache.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/cannot-see-updates-to-wordpress-website-sticky-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/cannot-see-updates-to-wordpress-website-sticky-cache/</feedburner:origLink></item>
		<item>
		<title>Top 3 WordPress custom themes development systems or frameworks</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/kpoB8pgDaoc/</link>
		<comments>http://wordpresstips.googlethem.com/top-3-wordpress-development-systems-or-frameworks/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 04:50:33 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[Genesis Frameworks]]></category>
		<category><![CDATA[RocketTheme]]></category>
		<category><![CDATA[woothemes]]></category>
		<category><![CDATA[wordpress seo]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=399</guid>
		<description><![CDATA[When you customize WordPress pages and themes, it can be hard to remember what you&#8217;ve done a year or two later. That&#8217;s one reason why it&#8217;s good to use a WordPress development system or &#8220;Frameworks&#8221;. You don&#8217;t have to edit PHP, code like changing the functions.php to do things. Often you&#8217;ll find what you need [...]]]></description>
			<content:encoded><![CDATA[<p>When you customize WordPress pages and themes, it can be hard to remember what you&#8217;ve done a year or two later. That&#8217;s one reason why it&#8217;s good to use a WordPress development system or &#8220;Frameworks&#8221;. You don&#8217;t have to edit PHP, code like changing the functions.php to do things. Often you&#8217;ll find what you need in the theme/frameworks configuration screen.</p>
<p>A good WordPress backend has options to change page titles, use custom post types easily so that you can &#8220;target&#8221; various pages you want to customized without editing PHP.</p>
<p>This makes it so that you can see, your client can see, and you can more easily find your customizations later.</p>
<p>Another huge reason why is so that your WordPress theme updates don&#8217;t overwrite your custom WordPress pages so they don&#8217;t go away silently or worse yet&#8230;break your PHP code.</p>
<p>My top 3 WP frameworks are:</p>
<p><a href="http://www.studiopress.com/themes/genesis">Genesis</a> - good SEO for WordPress with page by page Meta Titles and tags. If you want to <a href="http://wordpresstips.googlethem.com/hide-page-titles-in-wordpess-using-genesis-and-a-child-theme/">remove the WordPress H1 page title from the top of the page click here</a>.</p>
<p><a href="http://www.woothemes.com/">WooThemes</a> - good modern WordPress themes with highly flexible options in the frameworks</p>
<p><a href="http://www.rockettheme.com/">RocketTheme</a> - amazing themes and powerful plugins. To use the &#8220;Gantry&#8221; frameworks, which was created for Joomla, lots of it is done using widgets, however you&#8217;ll want a <a href="http://www.gantry-framework.org/documentation/wordpress/basics/key-features">Gantry tutorial on positioning</a> because these widgets are movable on a page using a unique system with sliders and number of widgets in a row. Gantry is using the standard 960px layout, and can be made fluid or liquid as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/top-3-wordpress-development-systems-or-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/top-3-wordpress-development-systems-or-frameworks/</feedburner:origLink></item>
		<item>
		<title>Timthumb exploit in WordPress – how to find if you have it</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/LvqJzqWeXe4/</link>
		<comments>http://wordpresstips.googlethem.com/timthumb-exploit-in-wordpress-how-to-find-if-you-have-it/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 23:18:22 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[wordpress security]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=388</guid>
		<description><![CDATA[Timthumb.php is sometimes named thumb.php or even maybe thumbnail.php, resize.php, crop.php or something else. The quickest way to find it is to look inside your theme folder. WordPress by itself has a thumbnailer which does not have the vulnerability, so you may not have it. Usually it&#8217;s the theme&#8217;s author that may decide to use [...]]]></description>
			<content:encoded><![CDATA[<p>Timthumb.php is sometimes named thumb.php or even maybe thumbnail.php, resize.php, crop.php or something else.</p>
<p>The quickest way to find it is to look inside your theme folder. WordPress by itself has a thumbnailer which does not have the vulnerability, so you may not have it. Usually it&#8217;s the theme&#8217;s author that may decide to use Tim Thumb to resize images.</p>
<p>If you can&#8217;t find it and are still concerned, and you use Cpanel file manager search your public_html folder for &#8220;thumb&#8221;.</p>
<p>If you really want to find and update TimThumb.php even if it&#8217;s using another name, SSH in to your server (if you can) and issue this command (from: http://wordpress.shadowlantern.com/2011/08/timthumb-php-is-vulnerable/)</p>
<p>find ~/public_html -type f -wholename “*wp-content*” -name “*.php” -print0 | xargs -0 grep -Hl “TimThumb”</p>
<p>PS. Here&#8217;s the updated TimThumb file that is patched:</p>
<p>http://code.google.com/p/timthumb/source/browse/trunk/timthumb.php</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/timthumb-exploit-in-wordpress-how-to-find-if-you-have-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/timthumb-exploit-in-wordpress-how-to-find-if-you-have-it/</feedburner:origLink></item>
		<item>
		<title>WordPress Auth_Key Secure_Auth_Key and Salt generator</title>
		<link>http://feedproxy.google.com/~r/WordpressTipsandTricks/~3/qVPLX7_b4R0/</link>
		<comments>http://wordpresstips.googlethem.com/wordpress-auth_key-secure_auth_key-and-salt-generator/#comments</comments>
		<pubDate>Mon, 05 Sep 2011 08:25:14 +0000</pubDate>
		<dc:creator>GoogleThem</dc:creator>
				<category><![CDATA[wordpress security]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://wordpresstips.googlethem.com/?p=386</guid>
		<description><![CDATA[This is an official WordPress secret auth key and secure auth key salt generator. Just click the link and it will make unique keys for your wp-config.php file. https://api.wordpress.org/secret-key/1.1/salt/ If you reload the page or click this link again, you&#8217;ll get another unique WP salt. This is how to have your own WordPress salt that [...]]]></description>
			<content:encoded><![CDATA[<p>This is an official WordPress secret auth key and secure auth key salt generator. Just click the link and it will make unique keys for your wp-config.php file.</p>
<p><a href="https://api.wordpress.org/secret-key/1.1/salt/">https://api.wordpress.org/secret-key/1.1/salt/</a></p>
<p>If you reload the page or click this link again, you&#8217;ll get another unique WP salt. This is how to have your own WordPress salt that no one else has (likely).</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpresstips.googlethem.com/wordpress-auth_key-secure_auth_key-and-salt-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://wordpresstips.googlethem.com/wordpress-auth_key-secure_auth_key-and-salt-generator/</feedburner:origLink></item>
	</channel>
</rss>

