<?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>Jean Galea&#187;  &#8211; Jean Galea &#8211; Internet Consultant in Malta | WordPress Expert</title>
	<atom:link href="http://www.jeangalea.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeangalea.com</link>
	<description>Internet Consultant in Malta</description>
	<lastBuildDate>Fri, 03 Sep 2010 23:07:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Get Parent Page Title and Permalink in WordPress</title>
		<link>http://www.jeangalea.com/wordpress/parent-page-title-permalink-wordpress/</link>
		<comments>http://www.jeangalea.com/wordpress/parent-page-title-permalink-wordpress/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 20:04:42 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2050</guid>
		<description><![CDATA[Use the following code to get your post/page parent title and permalink, this can be used to build breadcrumbs: $parent_title = get_the_title( $post-&#62;post_parent ); $parent_link = get_permalink( $post-&#62;post_parent ); Related posts:How to break down a WordPress post title into two parts CSS: Absolute positioned elements and their parent How to set a home page and [...]


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/break-wordpress-post-title-parts/' rel='bookmark' title='Permanent Link: How to break down a WordPress post title into two parts'>How to break down a WordPress post title into two parts</a></li>
<li><a href='http://www.jeangalea.com/web-development/css-absolute-positioned-elements-and-their-parent/' rel='bookmark' title='Permanent Link: CSS: Absolute positioned elements and their parent'>CSS: Absolute positioned elements and their parent</a></li>
<li><a href='http://www.jeangalea.com/wordpress/set-home-page-blog-page-wordpress/' rel='bookmark' title='Permanent Link: How to set a home page and blog page on WordPress'>How to set a home page and blog page on WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Use the following code to get your post/page parent title and permalink, this can be used to build breadcrumbs:</p>
<pre class="brush: php;">
$parent_title = get_the_title( $post-&gt;post_parent );
$parent_link = get_permalink( $post-&gt;post_parent );
</pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/break-wordpress-post-title-parts/' rel='bookmark' title='Permanent Link: How to break down a WordPress post title into two parts'>How to break down a WordPress post title into two parts</a></li>
<li><a href='http://www.jeangalea.com/web-development/css-absolute-positioned-elements-and-their-parent/' rel='bookmark' title='Permanent Link: CSS: Absolute positioned elements and their parent'>CSS: Absolute positioned elements and their parent</a></li>
<li><a href='http://www.jeangalea.com/wordpress/set-home-page-blog-page-wordpress/' rel='bookmark' title='Permanent Link: How to set a home page and blog page on WordPress'>How to set a home page and blog page on WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/parent-page-title-permalink-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting a Fixed Background Image to Your Pages</title>
		<link>http://www.jeangalea.com/web-development/setting-fixed-background-image-pages/</link>
		<comments>http://www.jeangalea.com/web-development/setting-fixed-background-image-pages/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 17:29:02 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2046</guid>
		<description><![CDATA[http://www.w3schools.com/Css/pr_background-attachment.asp Related posts:When to use HTML IMG tags vs. CSS background-image Image maps in web design Background patterns for websites


Related posts:<ol><li><a href='http://www.jeangalea.com/web-development/html-img-tags-css-backgroundimage/' rel='bookmark' title='Permanent Link: When to use HTML IMG tags vs. CSS background-image'>When to use HTML IMG tags vs. CSS background-image</a></li>
<li><a href='http://www.jeangalea.com/web-development/image-maps-in-web-design/' rel='bookmark' title='Permanent Link: Image maps in web design'>Image maps in web design</a></li>
<li><a href='http://www.jeangalea.com/web-development/background-patterns-for-websites/' rel='bookmark' title='Permanent Link: Background patterns for websites'>Background patterns for websites</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.w3schools.com/Css/pr_background-attachment.asp">http://www.w3schools.com/Css/pr_background-attachment.asp</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/web-development/html-img-tags-css-backgroundimage/' rel='bookmark' title='Permanent Link: When to use HTML IMG tags vs. CSS background-image'>When to use HTML IMG tags vs. CSS background-image</a></li>
<li><a href='http://www.jeangalea.com/web-development/image-maps-in-web-design/' rel='bookmark' title='Permanent Link: Image maps in web design'>Image maps in web design</a></li>
<li><a href='http://www.jeangalea.com/web-development/background-patterns-for-websites/' rel='bookmark' title='Permanent Link: Background patterns for websites'>Background patterns for websites</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/web-development/setting-fixed-background-image-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Depth of WordPress Pages, Posts, or Categories</title>
		<link>http://www.jeangalea.com/wordpress/depth-wordpress-pages-posts-categories/</link>
		<comments>http://www.jeangalea.com/wordpress/depth-wordpress-pages-posts-categories/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:36:06 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2042</guid>
		<description><![CDATA[http://www.devdevote.com/cms/wordpress-hacks/get_depth/ Related posts:Adding More Featured Images to WordPress Posts/Pages Tabbed Content in WordPress Posts/Pages Duplicating Pages/Posts quickly in WordPress


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/adding-featured-images-wordpress-postspages/' rel='bookmark' title='Permanent Link: Adding More Featured Images to WordPress Posts/Pages'>Adding More Featured Images to WordPress Posts/Pages</a></li>
<li><a href='http://www.jeangalea.com/wordpress/tabbed-content-wordpress-postspages/' rel='bookmark' title='Permanent Link: Tabbed Content in WordPress Posts/Pages'>Tabbed Content in WordPress Posts/Pages</a></li>
<li><a href='http://www.jeangalea.com/wordpress/duplicating-pagesposts-quickly-wordpress/' rel='bookmark' title='Permanent Link: Duplicating Pages/Posts quickly in WordPress'>Duplicating Pages/Posts quickly in WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.devdevote.com/cms/wordpress-hacks/get_depth/">http://www.devdevote.com/cms/wordpress-hacks/get_depth/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/adding-featured-images-wordpress-postspages/' rel='bookmark' title='Permanent Link: Adding More Featured Images to WordPress Posts/Pages'>Adding More Featured Images to WordPress Posts/Pages</a></li>
<li><a href='http://www.jeangalea.com/wordpress/tabbed-content-wordpress-postspages/' rel='bookmark' title='Permanent Link: Tabbed Content in WordPress Posts/Pages'>Tabbed Content in WordPress Posts/Pages</a></li>
<li><a href='http://www.jeangalea.com/wordpress/duplicating-pagesposts-quickly-wordpress/' rel='bookmark' title='Permanent Link: Duplicating Pages/Posts quickly in WordPress'>Duplicating Pages/Posts quickly in WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/depth-wordpress-pages-posts-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Improve WordPress Search</title>
		<link>http://www.jeangalea.com/wordpress/improve-wordpress-search/</link>
		<comments>http://www.jeangalea.com/wordpress/improve-wordpress-search/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 22:14:30 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2037</guid>
		<description><![CDATA[Integrate Google Search http://www.webtechwise.com/integrate-google-search-in-wordpress-blog/ http://cogdogblog.com/2010/04/24/found/ Some Plugins to improve the default search http://wordpress.org/extend/plugins/search-everything/ http://wordpress.org/extend/plugins/search-unleashed/ http://codecanyon.net/item/relevant-search-wordpress-plugin/121503 Manually improve the WordPress default search http://www.problogdesign.com/wordpress/3-codes-for-a-far-better-wordpress-search-page/ http://www.jtpratt.com/wordpress-hack-3-custom-search-results-page-and-template/ Codex Link on Creating Search Pages http://codex.wordpress.org/Creating_a_Search_Page Related posts:Creating Sticky Posts with WordPress Best WordPress plugins for Branding the Login Page Best WordPress Security Articles


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/creating-sticky-posts-with-wordpress/' rel='bookmark' title='Permanent Link: Creating Sticky Posts with WordPress'>Creating Sticky Posts with WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-plugin-branding-login-page/' rel='bookmark' title='Permanent Link: Best WordPress plugins for Branding the Login Page'>Best WordPress plugins for Branding the Login Page</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-security-articles/' rel='bookmark' title='Permanent Link: Best WordPress Security Articles'>Best WordPress Security Articles</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Integrate Google Search</strong></p>
<p><a href="http://www.webtechwise.com/integrate-google-search-in-wordpress-blog/">http://www.webtechwise.com/integrate-google-search-in-wordpress-blog/</a></p>
<p><a href="http://cogdogblog.com/2010/04/24/found/">http://cogdogblog.com/2010/04/24/found/</a></p>
<p><strong>Some Plugins to improve the default search</strong></p>
<p><a href="http://wordpress.org/extend/plugins/search-everything/">http://wordpress.org/extend/plugins/search-everything/</a></p>
<p><a href="http://wordpress.org/extend/plugins/search-unleashed/">http://wordpress.org/extend/plugins/search-unleashed/</a></p>
<p><a href="http://codecanyon.net/item/relevant-search-wordpress-plugin/121503">http://codecanyon.net/item/relevant-search-wordpress-plugin/121503</a></p>
<p><strong>Manually improve the WordPress default search</strong></p>
<p><a href="http://www.problogdesign.com/wordpress/3-codes-for-a-far-better-wordpress-search-page/">http://www.problogdesign.com/wordpress/3-codes-for-a-far-better-wordpress-search-page/</a></p>
<p><a href="http://www.jtpratt.com/wordpress-hack-3-custom-search-results-page-and-template/">http://www.jtpratt.com/wordpress-hack-3-custom-search-results-page-and-template/</a></p>
<p><strong>Codex Link on Creating Search Pages</strong></p>
<p><a href="http://codex.wordpress.org/Creating_a_Search_Page">http://codex.wordpress.org/Creating_a_Search_Page</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/creating-sticky-posts-with-wordpress/' rel='bookmark' title='Permanent Link: Creating Sticky Posts with WordPress'>Creating Sticky Posts with WordPress</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-plugin-branding-login-page/' rel='bookmark' title='Permanent Link: Best WordPress plugins for Branding the Login Page'>Best WordPress plugins for Branding the Login Page</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-security-articles/' rel='bookmark' title='Permanent Link: Best WordPress Security Articles'>Best WordPress Security Articles</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/improve-wordpress-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3 Custom Post Types Tutorials</title>
		<link>http://www.jeangalea.com/wordpress/wordpress-3-custom-post-types-tutorials/</link>
		<comments>http://www.jeangalea.com/wordpress/wordpress-3-custom-post-types-tutorials/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 22:02:06 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2034</guid>
		<description><![CDATA[Justin Tadlock Tutorial WP Beginner Tutorial WP Engineer Tutorial I Love Colors Tutorial WPMU.org Tutorial Kovshenin Tutorial Related posts:WordPress Plugins for Easily Creating Custom Content Types WordPress Custom Media Tabs Some Great Web Layout Tutorials


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/wordpress-plugins-easily-creating-custom-content-types/' rel='bookmark' title='Permanent Link: WordPress Plugins for Easily Creating Custom Content Types'>WordPress Plugins for Easily Creating Custom Content Types</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-custom-media-tabs/' rel='bookmark' title='Permanent Link: WordPress Custom Media Tabs'>WordPress Custom Media Tabs</a></li>
<li><a href='http://www.jeangalea.com/design/great-web-layout-tutorials/' rel='bookmark' title='Permanent Link: Some Great Web Layout Tutorials'>Some Great Web Layout Tutorials</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<ul>
<li><a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-WordPress">Justin Tadlock Tutorial</a></li>
<li><a href="http://www.wpbeginner.com/wp-tutorials/how-to-use-custom-post-types/">WP Beginner Tutorial</a></li>
<li><a href="http://wpengineer.com/impressions-of-custom-post-type/">WP Engineer Tutorial</a></li>
<li><a href="http://www.ilovecolors.com.ar/creating-custom-post-types-WordPress/">I Love Colors Tutorial</a></li>
<li><a href="http://wpmu.org/explore-the-power-of-custom-post-types-to-maximize-WordPress-as-a-cms/">WPMU.org Tutorial</a></li>
<li><a href="http://kovshenin.com/archives/custom-post-types-in-WordPress-3-0/">Kovshenin Tutorial</a></li>
</ul>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/wordpress-plugins-easily-creating-custom-content-types/' rel='bookmark' title='Permanent Link: WordPress Plugins for Easily Creating Custom Content Types'>WordPress Plugins for Easily Creating Custom Content Types</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-custom-media-tabs/' rel='bookmark' title='Permanent Link: WordPress Custom Media Tabs'>WordPress Custom Media Tabs</a></li>
<li><a href='http://www.jeangalea.com/design/great-web-layout-tutorials/' rel='bookmark' title='Permanent Link: Some Great Web Layout Tutorials'>Some Great Web Layout Tutorials</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/wordpress-3-custom-post-types-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Collection of WordPress Hacks</title>
		<link>http://www.jeangalea.com/wordpress/collection-wordpress-hacks/</link>
		<comments>http://www.jeangalea.com/wordpress/collection-wordpress-hacks/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 22:01:40 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2032</guid>
		<description><![CDATA[http://artatm.com/2010/02/35-most-essential-wordpress-tricks-and-hacks/ Related posts:Collection of Useful WordPress Functions Best WordPress Security Articles


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/collection-wordpress-functions/' rel='bookmark' title='Permanent Link: Collection of Useful WordPress Functions'>Collection of Useful WordPress Functions</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-security-articles/' rel='bookmark' title='Permanent Link: Best WordPress Security Articles'>Best WordPress Security Articles</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://artatm.com/2010/02/35-most-essential-wordpress-tricks-and-hacks/">http://artatm.com/2010/02/35-most-essential-wordpress-tricks-and-hacks/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/collection-wordpress-functions/' rel='bookmark' title='Permanent Link: Collection of Useful WordPress Functions'>Collection of Useful WordPress Functions</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-security-articles/' rel='bookmark' title='Permanent Link: Best WordPress Security Articles'>Best WordPress Security Articles</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/collection-wordpress-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Design/CSS Galleries to Post Your Site In</title>
		<link>http://www.jeangalea.com/design/designcss-galleries-post-site/</link>
		<comments>http://www.jeangalea.com/design/designcss-galleries-post-site/#comments</comments>
		<pubDate>Thu, 02 Sep 2010 07:29:34 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2026</guid>
		<description><![CDATA[www.creattica.com www.makebetterwebsites.com www.cssdrive.com www.welovewp.com www.designshack.com (paid and you can also pay for a critique) Related posts:CSS Resources


Related posts:<ol><li><a href='http://www.jeangalea.com/web-development/css-resources/' rel='bookmark' title='Permanent Link: CSS Resources'>CSS Resources</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.creattica.com">www.creattica.com</a></p>
<p><a href="http://www.makebetterwebsites.com">www.makebetterwebsites.com</a></p>
<p><a href="http://www.cssdrive.com">www.cssdrive.com</a></p>
<p><a href="http://www.welovewp.com">www.welovewp.com</a></p>
<p><a href="http://www.designshack.com">www.designshack.com</a> (paid and you can also pay for a critique)</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/web-development/css-resources/' rel='bookmark' title='Permanent Link: CSS Resources'>CSS Resources</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/design/designcss-galleries-post-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Function to Process Shortcodes in WordPress Custom Fields</title>
		<link>http://www.jeangalea.com/wordpress/function-process-shortcodes-wordpress-custom-fields/</link>
		<comments>http://www.jeangalea.com/wordpress/function-process-shortcodes-wordpress-custom-fields/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 09:17:21 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2023</guid>
		<description><![CDATA[function processHTML($content) { $content = apply_filters('the_content', $content); $content = str_replace(']]&#62;', ']]&#38;gt;', $content); echo $content; } Related posts:WordPress Function to Auto Convert URL into Hyperlink Extra Fields in WordPress User Profiles and Registration Forms How to Implement Shortcodes in WordPress


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/wordpress-function-auto-convert-url-hyperlink/' rel='bookmark' title='Permanent Link: WordPress Function to Auto Convert URL into Hyperlink'>WordPress Function to Auto Convert URL into Hyperlink</a></li>
<li><a href='http://www.jeangalea.com/wordpress/add-extra-fields-wordpress-user-profiles/' rel='bookmark' title='Permanent Link: Extra Fields in WordPress User Profiles and Registration Forms'>Extra Fields in WordPress User Profiles and Registration Forms</a></li>
<li><a href='http://www.jeangalea.com/wordpress/implement-shortcodes-wordpress/' rel='bookmark' title='Permanent Link: How to Implement Shortcodes in WordPress'>How to Implement Shortcodes in WordPress</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<pre class="brush: php;">
function processHTML($content) {
	$content = apply_filters('the_content', $content);
	$content = str_replace(']]&gt;', ']]&amp;gt;', $content);
	echo $content;
}
</pre>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/wordpress-function-auto-convert-url-hyperlink/' rel='bookmark' title='Permanent Link: WordPress Function to Auto Convert URL into Hyperlink'>WordPress Function to Auto Convert URL into Hyperlink</a></li>
<li><a href='http://www.jeangalea.com/wordpress/add-extra-fields-wordpress-user-profiles/' rel='bookmark' title='Permanent Link: Extra Fields in WordPress User Profiles and Registration Forms'>Extra Fields in WordPress User Profiles and Registration Forms</a></li>
<li><a href='http://www.jeangalea.com/wordpress/implement-shortcodes-wordpress/' rel='bookmark' title='Permanent Link: How to Implement Shortcodes in WordPress'>How to Implement Shortcodes in WordPress</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/function-process-shortcodes-wordpress-custom-fields/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best WordPress News Templates</title>
		<link>http://www.jeangalea.com/wordpress/wordpress-news-templates/</link>
		<comments>http://www.jeangalea.com/wordpress/wordpress-news-templates/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 14:38:33 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2019</guid>
		<description><![CDATA[http://top-best-themes.com/category/wordpress/newspapermagazine/ http://www.premiumwp.com/best-news-and-magazine-style-premium-wordpress-theme-gallery/ http://www.1stwebdesigner.com/wordpress/great-magazine-newspaper-wordpress-themes/ Related posts:WordPress Ecommerce shop solutions round up WordPress Theme Options &#8211; Tutorials and Examples How to build a WordPress theme


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/wordpress-ecommerce-shop-solutions-round-up/' rel='bookmark' title='Permanent Link: WordPress Ecommerce shop solutions round up'>WordPress Ecommerce shop solutions round up</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-theme-options-tutorials-examples/' rel='bookmark' title='Permanent Link: WordPress Theme Options &#8211; Tutorials and Examples'>WordPress Theme Options &#8211; Tutorials and Examples</a></li>
<li><a href='http://www.jeangalea.com/wordpress/build-wordpress-theme/' rel='bookmark' title='Permanent Link: How to build a WordPress theme'>How to build a WordPress theme</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://top-best-themes.com/category/wordpress/newspapermagazine/">http://top-best-themes.com/category/wordpress/newspapermagazine/</a></p>
<p><a href="http://www.premiumwp.com/best-news-and-magazine-style-premium-wordpress-theme-gallery/">http://www.premiumwp.com/best-news-and-magazine-style-premium-wordpress-theme-gallery/</a></p>
<p><a href="http://www.1stwebdesigner.com/wordpress/great-magazine-newspaper-wordpress-themes/">http://www.1stwebdesigner.com/wordpress/great-magazine-newspaper-wordpress-themes/</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/wordpress-ecommerce-shop-solutions-round-up/' rel='bookmark' title='Permanent Link: WordPress Ecommerce shop solutions round up'>WordPress Ecommerce shop solutions round up</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-theme-options-tutorials-examples/' rel='bookmark' title='Permanent Link: WordPress Theme Options &#8211; Tutorials and Examples'>WordPress Theme Options &#8211; Tutorials and Examples</a></li>
<li><a href='http://www.jeangalea.com/wordpress/build-wordpress-theme/' rel='bookmark' title='Permanent Link: How to build a WordPress theme'>How to build a WordPress theme</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/wordpress-news-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create an Options Panel in WordPress</title>
		<link>http://www.jeangalea.com/wordpress/create-options-panel-wordpress/</link>
		<comments>http://www.jeangalea.com/wordpress/create-options-panel-wordpress/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 09:52:13 +0000</pubDate>
		<dc:creator>Jean Galea</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.jeangalea.com/?p=2015</guid>
		<description><![CDATA[http://articles.sitepoint.com/article/wordpress-options-panel Related posts:Easily Create a Theme Options Page with Fitr WordPress Theme Options &#8211; Tutorials and Examples How To Create Dropdown Menus


Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/easily-create-theme-options-page-fitr/' rel='bookmark' title='Permanent Link: Easily Create a Theme Options Page with Fitr'>Easily Create a Theme Options Page with Fitr</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-theme-options-tutorials-examples/' rel='bookmark' title='Permanent Link: WordPress Theme Options &#8211; Tutorials and Examples'>WordPress Theme Options &#8211; Tutorials and Examples</a></li>
<li><a href='http://www.jeangalea.com/web-development/create-dropdown-menus/' rel='bookmark' title='Permanent Link: How To Create Dropdown Menus'>How To Create Dropdown Menus</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://articles.sitepoint.com/article/wordpress-options-panel">http://articles.sitepoint.com/article/wordpress-options-panel</a></p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://www.jeangalea.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>

<p>Related posts:<ol><li><a href='http://www.jeangalea.com/wordpress/easily-create-theme-options-page-fitr/' rel='bookmark' title='Permanent Link: Easily Create a Theme Options Page with Fitr'>Easily Create a Theme Options Page with Fitr</a></li>
<li><a href='http://www.jeangalea.com/wordpress/wordpress-theme-options-tutorials-examples/' rel='bookmark' title='Permanent Link: WordPress Theme Options &#8211; Tutorials and Examples'>WordPress Theme Options &#8211; Tutorials and Examples</a></li>
<li><a href='http://www.jeangalea.com/web-development/create-dropdown-menus/' rel='bookmark' title='Permanent Link: How To Create Dropdown Menus'>How To Create Dropdown Menus</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.jeangalea.com/wordpress/create-options-panel-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
