<?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>Glance World &#187; How To</title>
	<atom:link href="http://glanceworld.com/wordpress/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://glanceworld.com</link>
	<description>World is more closer now</description>
	<lastBuildDate>Mon, 23 Apr 2012 13:03:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to Disable Syntax Highlighting in WordPress 2.8?</title>
		<link>http://glanceworld.com/how-to-disable-syntax-highlighting-in-wordpress-2-8.html</link>
		<comments>http://glanceworld.com/how-to-disable-syntax-highlighting-in-wordpress-2-8.html#comments</comments>
		<pubDate>Fri, 02 Oct 2009 18:22:45 +0000</pubDate>
		<dc:creator>Muhammad Furqan Abid</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[disable syntax highligher]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress 2.8]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=202</guid>
		<description><![CDATA[One of WordPress 2.8 new features is syntax highlighted editor for WordPress files. While the idea was exiting, I must admit I didn’t enjoyed using this new editor. As a quick outline, here’s what you have to do: Login to your WordPress 2.8 admin panel Navigate to either the theme or plugin editor (doesn’t matter which) Click the “Screen Options” &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/how-to-disable-syntax-highlighting-in-wordpress-2-8.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create user-defined RSS feeds in WordPress</title>
		<link>http://glanceworld.com/how-to-create-user-defined-rss-feeds-in-wordpress.html</link>
		<comments>http://glanceworld.com/how-to-create-user-defined-rss-feeds-in-wordpress.html#comments</comments>
		<pubDate>Tue, 22 Sep 2009 16:17:37 +0000</pubDate>
		<dc:creator>Muhammad Furqan Abid</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[custom RSS feed]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=197</guid>
		<description><![CDATA[If you need a custom RSS feed, like for example, a feed indexing only somes categories + tags, or if you redirected all WordPress RSS feeds to Feedburner but still want to be able to get a category feed, the solution is to use a page template. Create a new file and simply paste the following code in this file. &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/how-to-create-user-defined-rss-feeds-in-wordpress.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Schedule a Cron Events in your WordPress Blog?</title>
		<link>http://glanceworld.com/how-to-schedule-a-cron-events-in-your-wordpress-blog.html</link>
		<comments>http://glanceworld.com/how-to-schedule-a-cron-events-in-your-wordpress-blog.html#comments</comments>
		<pubDate>Mon, 17 Aug 2009 00:00:11 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Auto Schedule]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=184</guid>
		<description><![CDATA[Schedules a hook which will be executed by the WordPress actions core on a specific interval, specified by you. The action will trigger when someone visits your WordPress site, if the scheduled time has passed. In this tutorial, I’ll show you how you create an event that will be executed once hourly, or daily, etc. Usage: &#60;?php wp_schedule_event(time(), &#8216;hourly&#8217;, &#8216;my_schedule_hook&#8217;); &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/how-to-schedule-a-cron-events-in-your-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Highlight Search Terms with jQuery?</title>
		<link>http://glanceworld.com/how-to-highlight-search-terms-with-jquery.html</link>
		<comments>http://glanceworld.com/how-to-highlight-search-terms-with-jquery.html#comments</comments>
		<pubDate>Sun, 16 Aug 2009 18:28:54 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress hack]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=179</guid>
		<description><![CDATA[A neat way to spice up your WordPress search page is to highlight search terms within your search results. I’ve seen some tutorials on the net on how to do this, but I haven’t found one that highlights both title and post content and is a drop-in modification for WordPress. Here is the complete tutorial for highlighting search terms on &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/how-to-highlight-search-terms-with-jquery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Integrate Breadcrumb Navigation without a plug-in</title>
		<link>http://glanceworld.com/how-to-integrate-breadcrumb-navigation-without-a-plug-in.html</link>
		<comments>http://glanceworld.com/how-to-integrate-breadcrumb-navigation-without-a-plug-in.html#comments</comments>
		<pubDate>Fri, 17 Jul 2009 04:10:32 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[breadcrumb]]></category>
		<category><![CDATA[breadcrumb navigation]]></category>
		<category><![CDATA[Where you are?]]></category>
		<category><![CDATA[wodpress breadcrumb navigation]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=154</guid>
		<description><![CDATA[There are plenty of WordPress extensions that generate breadcrumb navigation. But you can actually create custom breadcrumb navigation with only a handful of lines of code in the template, opening up greater control and, potentially, less overhead. This approach to breadcrumbs builds on the get_post_ancestors function. To start with, here is a basic implementation of breadcrumbs that only deals with &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/how-to-integrate-breadcrumb-navigation-without-a-plug-in.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually reset your WordPress password</title>
		<link>http://glanceworld.com/manually-reset-your-wordpress-password.html</link>
		<comments>http://glanceworld.com/manually-reset-your-wordpress-password.html#comments</comments>
		<pubDate>Wed, 13 May 2009 05:00:31 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Database Management]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[WordPress Resources]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=65</guid>
		<description><![CDATA[What to do if you lost your WordPress password? The easier is to use PhpMyAdmin and execute a simple SQL query to update it. Here’s how to proceed.To achieve this recipe, login to your PhpMyAdmin, select your WordPress database and click on the &#8220;SQL&#8221; button to open the SQL query window. Then, paste the following code in the window textarea. &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/manually-reset-your-wordpress-password.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show related posts without a plugin</title>
		<link>http://glanceworld.com/show-related-posts-without-a-plugin.html</link>
		<comments>http://glanceworld.com/show-related-posts-without-a-plugin.html#comments</comments>
		<pubDate>Tue, 12 May 2009 05:00:59 +0000</pubDate>
		<dc:creator>Muhammad Furqan Abid</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[WordPress Resources]]></category>

		<guid isPermaLink="false">http://glanceworld.com/?p=62</guid>
		<description><![CDATA[Displaying related posts is a very great way to help visitors staying longer on your blog. You can use a plugin, but you also can use tags and a custom code to show related posts. Let’s see how to do! This code will display related posts based on the current post tag(s). It must be pasted within the loop. &#60;?php &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/show-related-posts-without-a-plugin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Only Show Posts With a Specific Custom Field</title>
		<link>http://glanceworld.com/how-to-only-show-posts-with-a-specific-custom-field.html</link>
		<comments>http://glanceworld.com/how-to-only-show-posts-with-a-specific-custom-field.html#comments</comments>
		<pubDate>Mon, 11 May 2009 13:12:30 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress How-To]]></category>

		<guid isPermaLink="false">http://www.glanceworld.com/?p=60</guid>
		<description><![CDATA[Sometimes you only want to show posts that you’ve added a specific custom field to. For instance, lets say you write songs and movie reviews and for each you give them a custom field “review_type” with the value set to either “songs” or “movie”. So how would you show posts that are only movie reviews? Easily! A typical post loop &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/how-to-only-show-posts-with-a-specific-custom-field.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Display your number of tweets in full text mode on your WordPress blog</title>
		<link>http://glanceworld.com/display-your-number-of-tweets-in-full-text-mode-on-your-wordpress-blog.html</link>
		<comments>http://glanceworld.com/display-your-number-of-tweets-in-full-text-mode-on-your-wordpress-blog.html#comments</comments>
		<pubDate>Sun, 10 May 2009 18:35:49 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Remote APIs]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://www.glanceworld.com/?p=56</guid>
		<description><![CDATA[Twitter is obviously a very useful tools for bloggers. Did you ever wanted to know how many times your posts are sent to Twitter by your readers? If yes, just read on and learn how to know it, and display it on your blog, in full text mode. paste the following function in your functions.php file: &#60;?php function tweetscount ($url){ &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/display-your-number-of-tweets-in-full-text-mode-on-your-wordpress-blog.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Multiple WordPress Installations Using a Single Database</title>
		<link>http://glanceworld.com/multiple-wordpress-installations-using-a-single-database.html</link>
		<comments>http://glanceworld.com/multiple-wordpress-installations-using-a-single-database.html#comments</comments>
		<pubDate>Sun, 19 Apr 2009 06:02:36 +0000</pubDate>
		<dc:creator>Glance World Admin</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WordPress How-To]]></category>
		<category><![CDATA[Wordpress Install]]></category>
		<category><![CDATA[Wordpress Tips]]></category>

		<guid isPermaLink="false">http://knowledgehut.co.cc/?p=47</guid>
		<description><![CDATA[Sometimes more than one WordPress installation is necessary on a single site and WPMU would be overkill, or sometimes a hosting provider limits the number of available databases per account, or maybe you just want to keep things more organized rather than have a bunch of databases scattered everywhere. In any case, you’ll want to install multiple instances of WordPress, &#8230;]]></description>
		<wfw:commentRss>http://glanceworld.com/multiple-wordpress-installations-using-a-single-database.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

