<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>marketplex.net &#187; plugin</title>
	<atom:link href="http://marketplex.net/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://marketplex.net</link>
	<description>Internet Marketing from Scratch and on a Budget</description>
	<lastBuildDate>Mon, 28 Mar 2011 20:27:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>WordPress 3.0 twentyten_filter_wp_title conflict with All in One SEO</title>
		<link>http://marketplex.net/2010/06/25/wordpress-3-0-twentyten_filter_wp_title-conflict-with-all-in-one-seo/</link>
		<comments>http://marketplex.net/2010/06/25/wordpress-3-0-twentyten_filter_wp_title-conflict-with-all-in-one-seo/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 10:35:17 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Web Sites and Blogs]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://marketplex.net/?p=335</guid>
		<description><![CDATA[Just upgraded to WordPress 3.0? Are you using the TwentyTen theme? Do you have All in One SEO installed? Are your page titles now screwed up? TwentyTen is a very clean and practical theme and, unlike the previous default, is perfectly acceptable as a production theme. I&#8217;ve created a child theme 95% based on TwentyTen [...]]]></description>
			<content:encoded><![CDATA[<p>Just upgraded to WordPress 3.0? Are you using the TwentyTen theme? Do you have All in One SEO installed? Are your page titles now screwed up?</p>
<p>TwentyTen is a very clean and practical theme and, unlike the previous default, is perfectly acceptable as a production theme. I&#8217;ve created a child theme 95% based on TwentyTen as a rapid deployment template and it works really well apart from one niggle with the page titles.<br />
<span id="more-335"></span><br />
TwentyTen tries to pick up some of the title rewriting capability found in plugins like All in One SEO pack but I prefer the latter and would rather WordPress leave my titles alone. There&#8217;s also an error whereby the site name is jammed up against the page name without any spacing and this looks ugly and could have implications for SEO.</p>
<p>WordPress does the rewriting using the function <strong>twentyten_filter_wp_title()</strong> found in the theme&#8217;s <strong>functions.php</strong> file. It hooks <strong>wp_title</strong> to achieve the end result. An easy way to undo the rewrite would be to disable the filter in the parent theme but on the next upgrade the filter would be restored.</p>
<p>So I&#8217;ve applied <strong>remove_filter</strong> in my child theme&#8217;s <strong>header.php</strong> file and that should do the trick no matter how many times TwentyTen is upgraded.</p>
<p>Getting to the point, here&#8217;s the relevant section in my child <strong>header.php</strong>, the code you need to add is in red:</p>
<p><code><br />
&lt;title&gt;&lt;?php</p>
<p>	<span style="color:red;font-weight:bold;">/**<br />
	 * Stop TwentyTen parent theme rewriting the page titles<br />
	 * Leave this job to All in One SEO<br />
	 */<br />
	remove_filter( 'wp_title', 'twentyten_filter_wp_title', 10 );</span></p>
<p>	/*<br />
	 * Print the &lt;title&gt; tag based on what is being viewed.<br />
	 * We filter the output of wp_title() a bit -- see<br />
	 * twentyten_filter_wp_title() in functions.php.<br />
	 */<br />
	wp_title( '|', true, 'right' );</p>
<p>	?&gt;&lt;/title&gt;<br />
</code></p>
<p>Obviously this only applies if you are using a child theme based on TwentyTen. If you are hacking the parent directly then comment out the following in the main theme <strong>functions.php</strong> file to achieve the same result:</p>
<p><code><br />
// add_filter( 'wp_title', 'twentyten_filter_wp_title', 10, 2 );<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://marketplex.net/2010/06/25/wordpress-3-0-twentyten_filter_wp_title-conflict-with-all-in-one-seo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Super Seven WordPress Plugins</title>
		<link>http://marketplex.net/2010/01/08/super-seven-wordpress-plugins/</link>
		<comments>http://marketplex.net/2010/01/08/super-seven-wordpress-plugins/#comments</comments>
		<pubDate>Fri, 08 Jan 2010 00:51:25 +0000</pubDate>
		<dc:creator>Admin</dc:creator>
				<category><![CDATA[Web Sites and Blogs]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://marketplex.net/?p=45</guid>
		<description><![CDATA[WordPress is a great blogging platform and a powerful CMS (Content Management System) even for standard web site. But it really comes into its own with the huge number of plugins (extensions) that can be easily downloaded and installed. To install a plugin go to your WordPress administrator dashboard and select Add New from the [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress is a great blogging platform and a powerful CMS <em>(Content Management System)</em> even for standard web site. But it really comes into its own with the huge number of plugins <em>(extensions)</em> that can be easily downloaded and installed.</p>
<p>To install a plugin go to your WordPress administrator dashboard and select <em>Add New</em> from the <em>Plugins</em> section in the left hand navigation menu. You can search for plugins or upload them from your local computer, all from within WordPress.</p>
<p>Here are the seven plugins I have installed so far. I have selected these based on recommendations from several established marketers. Each plugin may or may not be the best in its class, but every one is well established and well maintained and that&#8217;s an important consideration when selecting tools you will rely heavily on and would hate to see disappear at some future time.<br />
<span id="more-45"></span><br />
First up is <strong>Askimet</strong>, the comment spam filter. This comes as part if the WordPress basic installation. All you have to do is activate it. Askimet will take care of all that pesky spam commentary that would otherwise litter your blog if you left things unguarded. You&#8217;ll need to get a special key from WordPress to activate it, this is an easy process &#8211; just follow the on-screen instructions during the activation process.</p>
<p>Next is <strong>All In One SEO Pack</strong>. This plugin optimises your blog for SEO <em>(Search Engine Optimisation)</em>. Once activated you can set a suitable title and description for your home page and add your keyword and key phrases. The plugin has many options and features but the basic settings are good enough to go with, at least initially.</p>
<p>Then we have <strong>Easy Privacy Policy</strong>. Google likes to see an <em>about</em> page, a <em>contact</em> page and a <em>privacy policy</em> page when it assesses your ranking. The <em>about</em> page is automatically setup during the WordPress install but you&#8217;ll need to replace the default text with something more suitable. The <em>contact</em> page should include at least one method by which your readers and customers can get in touch with you. The Easy Privacy Policy plugin will take care of your privacy statement and create the page for you. If you plan to use Google advertising it is mandatory to create a privacy policy page and this plugin makes it a snap.</p>
<p>Next up is <strong>Google XML Sitemaps</strong>. This will create a compliant Google sitemap and update it as you post. This improves the chance of Google indexing your whole site and releases you from the burden of manually producing a site map page and keeping it maintained.</p>
<p>If you have a Google account and you have signed up for Google Analytics (you should), then the <strong>Google Analytics for WordPress</strong> plugin is a must. It integrates the Google Analytics tracking code into your blog pages without you having to do any editing of the WordPress templates. Google Analytics is a free traffic reporting tool. Some love it, some loathe it. In my opinion it does the job perfectly well and for a grand total of zero pounds and pence who can really complain? To get a Google account go to google.com and click the <em>Sign-In</em> link at the top right of the page (once the silly new fade effects have revealed it). Go through the registration process, including the requirement to give out your mobile phone number so you can receive an activation SMS (naughty Google) and once you are signed up you get a great email service and access to a whole host of other tools and services including Analytics.</p>
<p>For easing the task of social networking I have select two plugins, <strong>AddThis Social Bookmarking Widget</strong> and <strong>Twitter Tools</strong>. AddThis will add a nice social bookmarking widget to each of your posts and currently includes links for quick access to about 45 bookmarking and social networking services. This plugin allows your readers to let others know about your content if they like what they are reading. Twitter Tools synchronises your blog with Twitter. It allows you to tweet directly from WordPress and will auto-tweet your blog posts in real time. Very useful.</p>
<p>To find any of these plugins listed above just copy the plugin name from this page, go to the <em>Plugins</em> section in your administrator dashboard, select <em>Add New</em> and paste into the search box. Run the search and you should find what you are looking for. Click the <em>install</em> link next to the plugin you want and WordPress will take it from there. You&#8217;ll need to activate the plugin and maybe do some minor and straightforward configuration.</p>
<p>All this for free or the cost of a small donation to the plugin author if you are feeling generous!<!-- pingbacker_start --><br />
<h3>Stuff Like This</h3>
<ul class='pc_pingback'>
<li><a href='http://www.1stwebdesigner.com/wordpress/basic-wordpress-plugins-every-blog/'>7 Must Have WordPress Plugins For Every Blog | Graphic and Web Design Blog -Resources And Tutorials</a></li>
</ul>
<p><!-- pingbacker_end --></p>
]]></content:encoded>
			<wfw:commentRss>http://marketplex.net/2010/01/08/super-seven-wordpress-plugins/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.437 seconds -->

