<?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>Webexperts</title>
	<atom:link href="http://www.webexperts4u.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webexperts4u.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 11 Feb 2012 07:51:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Displaying Posts from One OR the Other</title>
		<link>http://www.webexperts4u.com/displaying-posts-from-one-or-the-other/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=displaying-posts-from-one-or-the-other</link>
		<comments>http://www.webexperts4u.com/displaying-posts-from-one-or-the-other/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 01:12:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16603</guid>
		<description><![CDATA[$myquery['tax_query'] = array( 'relation' =&#62; 'OR', array( 'taxonomy' =&#62; 'category', 'terms' =&#62; array('cat1'), 'field' =&#62; 'slug', ), array( 'taxonomy' =&#62; 'post_tag', 'terms' =&#62; array('tag1'), 'field' =&#62; 'slug', ), ); query_posts($myquery);]]></description>
			<content:encoded><![CDATA[<pre>$myquery['tax_query'] = array(
	'relation' =&gt; 'OR',
	array(
		'taxonomy' =&gt; 'category',
		'terms' =&gt; array('cat1'),
		'field' =&gt; 'slug',
	),
	array(
		'taxonomy' =&gt; 'post_tag',
		'terms' =&gt; array('tag1'),
		'field' =&gt; 'slug',
	),
);
query_posts($myquery);</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/displaying-posts-from-one-or-the-other/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excluding All Posts Categorized in Either Category</title>
		<link>http://www.webexperts4u.com/excluding-all-posts-categorized-in-either-category/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=excluding-all-posts-categorized-in-either-category</link>
		<comments>http://www.webexperts4u.com/excluding-all-posts-categorized-in-either-category/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:12:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16601</guid>
		<description><![CDATA[$myquery['tax_query'] = array( array( 'taxonomy' =&#62; 'category', 'terms' =&#62; array('cat1', 'cat2'), 'field' =&#62; 'slug', 'operator' =&#62; 'NOT IN', ), ); query_posts($myquery);]]></description>
			<content:encoded><![CDATA[<pre>$myquery['tax_query'] = array(
	array(
		'taxonomy' =&gt; 'category',
		'terms' =&gt; array('cat1', 'cat2'),
		'field' =&gt; 'slug',
		'operator' =&gt; 'NOT IN',
	),
);
query_posts($myquery);</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/excluding-all-posts-categorized-in-either-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Query Multiple Taxonomies in WP 3.1</title>
		<link>http://www.webexperts4u.com/query-multiple-taxonomies-in-wp-3-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=query-multiple-taxonomies-in-wp-3-1</link>
		<comments>http://www.webexperts4u.com/query-multiple-taxonomies-in-wp-3-1/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:11:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16599</guid>
		<description><![CDATA[$myquery['tax_query'] = array( array( 'taxonomy' =&#62; 'category', 'terms' =&#62; array('category1'), 'field' =&#62; 'slug', ), array( 'taxonomy' =&#62; 'post_tag', 'terms' =&#62; array('tag1'), 'field' =&#62; 'slug', ), ); query_posts($myquery);]]></description>
			<content:encoded><![CDATA[<pre>$myquery['tax_query'] = array(
	array(
		'taxonomy' =&gt; 'category',
		'terms' =&gt; array('category1'),
		'field' =&gt; 'slug',
	),
	array(
		'taxonomy' =&gt; 'post_tag',
		'terms' =&gt; array('tag1'),
		'field' =&gt; 'slug',
	),
);
query_posts($myquery);</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/query-multiple-taxonomies-in-wp-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Power of Social Book-marking For Your Web Sites</title>
		<link>http://www.webexperts4u.com/the-power-of-social-book-marking-for-your-web-sites/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-power-of-social-book-marking-for-your-web-sites</link>
		<comments>http://www.webexperts4u.com/the-power-of-social-book-marking-for-your-web-sites/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 17:39:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Book-marking]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16021</guid>
		<description><![CDATA[Author: Tom Larson Social book-marking is a powerful tool and it will help to increase your web site&#8217;s traffic the fastest way possible. When a user bookmarks your site it creates a link from the social network and helps to build a stronger search engine&#8217;s page rank. This is a unique way to go about [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Author: Tom Larson</strong></p>
<p>Social book-marking is a powerful tool and it will help to increase your web site&#8217;s traffic the fastest way possible. When a user bookmarks your site it creates a link from the social network and helps to build a stronger search engine&#8217;s page rank. This is a unique way to go about link building and making a strong on line marketing background. These sites can help you feature your products or services on line, but you have to avoid any spamming as this may cause a fast ban of your account. Social book-marking sites will provide you with public profiles and these profiles will have a link of your web sites on their home-pages. It is possible to build up 300 or more profiles and use the same linking strategy to have a good deal of exposure.</p>
<p>Some people use automated social book-marking applications &#8211; are they any good? These program definitely can make a new user account very fast and save you time, however not all of the applications will do good for you. Social media sites are smart and can detect these automated applications and block them as spam. You see the text and links provided by the programs are not consistent in posting tags and have the same IP address for all the account it makes.</p>
<p>Make sure to have your tags related to the story to achieve some good results. Use your web site&#8217;s main keyword in all the listing you make, so other users can find it more easily. There are hundreds of social book-marking sites around the Internet, so it might be hard to choose the right ones. Some of the well known sites are: Digg, Propeller, StumbleUpon, Blinklist. Some of these sites offer community building, which is a great feature to connect people with the same interests and beliefs.</p>
<p>So use social media web sites and share your links with the World. Start receiving fresh web site traffic today and increase your on line profits. Also don&#8217;t forget the power of the these social sites: Facebook and Myspace, every web site owner should have an established page with the new content promoting their online establishments.</p>
<p>Article Source: <span class="removed_link" title="http://www.articlesbase.com/seo-articles/the-power-of-social-book-marking-for-your-web-sites-5379908.html">http://www.articlesbase.com/seo-articles/the-power-of-social-book-marking-for-your-web-sites-5379908.html</span></p>
<p><strong>About the Author</strong></p>
<p>Tom has been writing articles for many years now. Discussing a whole range of subjects such as affiliate marketing, pets, fitness and weight loss. You can also check out his latest website that discusses how to get best Hotel Deals and find Cheap Hotels &#8211; low prices, but a 5-star service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/the-power-of-social-book-marking-for-your-web-sites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When do I start SEO?</title>
		<link>http://www.webexperts4u.com/when-do-i-start-seo/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=when-do-i-start-seo</link>
		<comments>http://www.webexperts4u.com/when-do-i-start-seo/#comments</comments>
		<pubDate>Wed, 09 Nov 2011 17:37:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[When do I start SEO?]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16019</guid>
		<description><![CDATA[Author: linkbuilder2011 Thought I&#8217;d nip this in the bud ……its a question you may ask yourself – when launching a Website or Blog – &#8220;When do I start SEO on my website?&#8221;. If you have selected a reputable web design company then it will be in both interests – that SEO is discussed… remember there&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Author: linkbuilder2011</strong></p>
<p>Thought I&#8217;d nip this in the bud ……its a question you may ask yourself – when launching a Website or Blog – &#8220;When do I start SEO on my website?&#8221;.</p>
<p>If you have selected a reputable web design company then it will be in both interests – that SEO is discussed… remember there&#8217;s no point having the latest website – bells and whistle – but no one can find you on the Web  …. a nightmare scenario – but it happens all the time…..BEWARE!</p>
<p>Check out these 10 things that are VITAL for a successful SEO campaign…..as always with The Link Builder &#8211; you will find the budget required to follow these steps is £0.</p>
<p>1) Start <strong>SEO</strong> before your website is LIVE – you should know your URL and keywords so what&#8217;s stopping you?</p>
<p>2) Create unique content for your website – well written, engaging – and have relevant links going back to your home page wherever possible</p>
<p>3) Attempt to connect with other communities in your business industry – this may open up discussion for links back to your <strong>websites</strong></p>
<p>4) Never overlook META descriptions or titles – never forget these encourage viewers to click through to your website as they appear for your listing</p>
<p>5) Utilise Facebook, LinkedIn, Twitter – don&#8217;t believe the hype – regardless of how we or our Clients feel about them – they can and will gain you more business and get your brand out there! Look at the map below Facebook (green on map) is leading the way – remember it&#8217;s FREE:</p>
<p>Facebook leads the way indicated in green on the map!</p>
<p>6) Blog about your company as much as possible</p>
<p>7) Use local listing directories</p>
<p> <img src='http://www.webexperts4u.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Have a Google Places – listing</p>
<p>9) Install and implement both Google Analytics and Webmaster Tools – this will you give an indication to your websites performance and keywords since starting your campaign – of course for 100% exact results I personally – use the Search Engine themselves as its more reliable.. ensure your search settings in Google are NOT on local – but UK pages (if your in the UK that is of course)</p>
<p>10) Create Sitemaps – not only will it give your visitors all the pages on the website – but also lets the indexing bot&#8217;s know what&#8217;s<br />
exactly on website – vital</p>
<p>Good Luck!</p>
<p>Article Source: <span class="removed_link" title="http://www.articlesbase.com/seo-articles/when-do-i-start-seo-5379458.html">http://www.articlesbase.com/seo-articles/when-do-i-start-seo-5379458.html</span></p>
<p><strong>About the Author</strong></p>
<p>Welcome to the link builder blog, discussing and sharing organic SEO techniques and tips with the community.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/when-do-i-start-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Custom Post Types to Your Main WordPress RSS Feed</title>
		<link>http://www.webexperts4u.com/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-custom-post-types-to-your-main-wordpress-rss-feed-2</link>
		<comments>http://www.webexperts4u.com/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed-2/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 14:21:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16013</guid>
		<description><![CDATA[function myfeed_request($qv) { if (isset($qv['feed']) &#38;&#38; !isset($qv['post_type'])) $qv['post_type'] = array(&#8216;post&#8217;, &#8216;banner&#8217;); return $qv; } add_filter(&#8216;request&#8217;, &#8216;myfeed_request&#8217;);]]></description>
			<content:encoded><![CDATA[<div>
<p>function myfeed_request($qv) {<br />
if (isset($qv['feed']) &amp;&amp; !isset($qv['post_type']))<br />
$qv['post_type'] = array(&#8216;post&#8217;, &#8216;banner&#8217;);<br />
return $qv;<br />
}<br />
add_filter(&#8216;request&#8217;, &#8216;myfeed_request&#8217;);</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Custom Post Type Counts To Your Dashboard</title>
		<link>http://www.webexperts4u.com/adding-custom-post-type-counts-to-your-dashboard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=adding-custom-post-type-counts-to-your-dashboard</link>
		<comments>http://www.webexperts4u.com/adding-custom-post-type-counts-to-your-dashboard/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 14:20:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16010</guid>
		<description><![CDATA[function add_count() { if (!post_type_exists($this-&#62;type)) { return; } $num_posts = wp_count_posts( $this-&#62;type ); $num = number_format_i18n( $num_posts-&#62;publish ); $text = _n( $this-&#62;single, $this-&#62;plural, intval($num_posts-&#62;publish) ); if ( current_user_can( &#8216;edit_posts&#8217; ) ) { $num = &#8220;&#60;a href=&#8217;edit.php?post_type=&#8221; . $this-&#62;type . &#8220;&#8216;&#62;$num&#60;/a&#62;&#8221;; $text = &#8220;&#60;a href=&#8217;edit.php?post_type=&#8221; . $this-&#62;type . &#8220;&#8216;&#62;$text&#60;/a&#62;&#8221;; } echo &#8216;&#60;td&#62;&#8217; . $num . &#8216;&#60;/td&#62;&#8217;; [...]]]></description>
			<content:encoded><![CDATA[<div>function add_count() {</p>
<p>if (!post_type_exists($this-&gt;type)) {<br />
return;<br />
}</p>
<p>$num_posts = wp_count_posts( $this-&gt;type );<br />
$num = number_format_i18n( $num_posts-&gt;publish );<br />
$text = _n( $this-&gt;single, $this-&gt;plural, intval($num_posts-&gt;publish) );</p>
<p>if ( current_user_can( &#8216;edit_posts&#8217; ) ) {<br />
$num = &#8220;&lt;a href=&#8217;edit.php?post_type=&#8221; . $this-&gt;type . &#8220;&#8216;&gt;$num&lt;/a&gt;&#8221;;<br />
$text = &#8220;&lt;a href=&#8217;edit.php?post_type=&#8221; . $this-&gt;type . &#8220;&#8216;&gt;$text&lt;/a&gt;&#8221;;<br />
}</p>
<p>echo &#8216;&lt;td&gt;&#8217; . $num . &#8216;&lt;/td&gt;&#8217;;<br />
echo &#8216;&lt;td&gt;&#8217; . $text . &#8216;&lt;/td&gt;&#8217;;<br />
echo &#8216;&lt;/tr&gt;&#8217;;</p>
<p>if ($num_posts-&gt;pending &gt; 0) {<br />
$num = number_format_i18n( $num_posts-&gt;pending );<br />
$text = _n( $this-&gt;single . &#8216; Pending&#8217;,  $this-&gt;plural . &#8216; Pending&#8217;, intval($num_posts-&gt;pending) );<br />
if ( current_user_can( &#8216;edit_posts&#8217; ) ) {<br />
$num = &#8220;&lt;a href=&#8217;edit.php?post_status=pending&amp;post_type=&#8221; . $this-&gt;type . &#8220;&#8216;&gt;$num&lt;/a&gt;&#8221;;<br />
$text = &#8220;&lt;a href=&#8217;edit.php?post_status=pending&amp;post_type=&#8221; . $this-&gt;type . &#8220;&#8216;&gt;$text&lt;/a&gt;&#8221;;<br />
}</p>
<p>echo &#8216;&lt;td&gt;&#8217; . $num . &#8216;&lt;/td&gt;&#8217;;<br />
echo &#8216;&lt;td&gt;&#8217; . $text . &#8216;&lt;/td&gt;&#8217;;<br />
echo &#8216;&lt;/tr&gt;&#8217;;<br />
}<br />
}<br />
add_action(&#8216;right_now_content_table_end&#8217;, array($event_post_type, &#8216;add_count&#8217;));</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/adding-custom-post-type-counts-to-your-dashboard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use .htaccess To Protect The wp-config File</title>
		<link>http://www.webexperts4u.com/use-htaccess-to-protect-the-wp-config-file/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-htaccess-to-protect-the-wp-config-file</link>
		<comments>http://www.webexperts4u.com/use-htaccess-to-protect-the-wp-config-file/#comments</comments>
		<pubDate>Sun, 06 Nov 2011 14:19:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16008</guid>
		<description><![CDATA[&#60;files wp-config.php&#62; order allow,deny deny from all &#60;/files&#62;]]></description>
			<content:encoded><![CDATA[<div>
<p>&lt;files wp-config.php&gt;<br />
order allow,deny<br />
deny from all<br />
&lt;/files&gt;</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/use-htaccess-to-protect-the-wp-config-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modify footer &amp; add our information</title>
		<link>http://www.webexperts4u.com/modify-footer-add-our-information/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=modify-footer-add-our-information</link>
		<comments>http://www.webexperts4u.com/modify-footer-add-our-information/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 17:57:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16002</guid>
		<description><![CDATA[add_filter( &#8216;admin_footer_text&#8217;, &#8216;my_admin_footer_text&#8217; ); function my_admin_footer_text( $default_text ) { return &#8216;&#60;span id=&#8221;footer-thankyou&#8221;&#62;Website redeveloped by &#60;a href=&#8221;http://www.webexperts4u.com&#8221; target=&#8221;_blank&#8221;&#62;WebExperts&#60;/a&#62;&#60;span&#62; &#124; Powered by &#60;a href=&#8221;http://www.wordpress.org&#8221; target=&#8221;_blank&#8221;&#62;WordPress&#60;/a&#62;&#8217;; }]]></description>
			<content:encoded><![CDATA[<div><br/>add_filter( &#8216;admin_footer_text&#8217;, &#8216;my_admin_footer_text&#8217; );<br />
function my_admin_footer_text( $default_text ) {<br />
return &#8216;&lt;span id=&#8221;footer-thankyou&#8221;&gt;Website redeveloped by &lt;a href=&#8221;http://www.webexperts4u.com&#8221; target=&#8221;_blank&#8221;&gt;WebExperts&lt;/a&gt;&lt;span&gt; | Powered by &lt;a href=&#8221;http://www.wordpress.org&#8221; target=&#8221;_blank&#8221;&gt;WordPress&lt;/a&gt;&#8217;;<br />
}</div>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/modify-footer-add-our-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Custom Post Types to Your Main WordPress RSS Feed</title>
		<link>http://www.webexperts4u.com/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-add-custom-post-types-to-your-main-wordpress-rss-feed</link>
		<comments>http://www.webexperts4u.com/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 17:56:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.webexperts4u.com/?p=16000</guid>
		<description><![CDATA[function myfeed_request($qv) { if (isset($qv['feed']) &#38;&#38; !isset($qv['post_type'])) $qv['post_type'] = array(&#8216;post&#8217;, &#8216;banner&#8217;); return $qv; } add_filter(&#8216;request&#8217;, &#8216;myfeed_request&#8217;);]]></description>
			<content:encoded><![CDATA[<p>function myfeed_request($qv) {<br />
if (isset($qv['feed']) &amp;&amp; !isset($qv['post_type']))<br />
$qv['post_type'] = array(&#8216;post&#8217;, &#8216;banner&#8217;);<br />
return $qv;<br />
}<br />
add_filter(&#8216;request&#8217;, &#8216;myfeed_request&#8217;);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webexperts4u.com/how-to-add-custom-post-types-to-your-main-wordpress-rss-feed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

