<?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>The Blog of Pixel Insert : Android, CentOS, cPanel, Mac, WordPress, Code Snippet</title>
	
	<link>http://pixert.com/blog</link>
	<description />
	<lastBuildDate>Wed, 22 May 2013 03:44:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pixertblog" /><feedburner:info uri="pixertblog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pixert.com/blog/?pushpress=hub" /><feedburner:emailServiceId>pixertblog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/pixertblog" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><feedburner:feedFlare href="http://mix.excite.eu/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://image.excite.co.uk/mix/addtomix.gif">Subscribe with Excite MIX</feedburner:feedFlare><feedburner:feedFlare href="http://www.podcastready.com/oneclick_bookmark.php?url=http%3A%2F%2Ffeeds.feedburner.com%2Fpixertblog" src="http://www.podcastready.com/images/podcastready_button.gif">Subscribe with Podcast Ready</feedburner:feedFlare><item>
		<title>WordPress: Conditional tag to check a specific menu</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/6TFNlqQJXCw/</link>
		<comments>http://pixert.com/blog/wordpress-conditional-tag-to-check-specific-menu/#comments</comments>
		<pubDate>Wed, 22 May 2013 03:43:52 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[Condtional Tag]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=305</guid>
		
				<content:encoded><![CDATA[Following conditional tag usually use in this filter function, wp_nav_menu_items &#160; &#160; For an example, I want to add search box to Primary Menu in WPZOOM theme name Videozoom. Conditional tag above make sure the search only show in a specif menu (Primary) 1. Open functions.php 2. Add following code to functions

Related posts:
WordPress Conditional Tag for Login Page
Conditional Tags for...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=6TFNlqQJXCw:gwOH6Xdln_M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=6TFNlqQJXCw:gwOH6Xdln_M:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=6TFNlqQJXCw:gwOH6Xdln_M:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=6TFNlqQJXCw:gwOH6Xdln_M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=6TFNlqQJXCw:gwOH6Xdln_M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=6TFNlqQJXCw:gwOH6Xdln_M:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=6TFNlqQJXCw:gwOH6Xdln_M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=6TFNlqQJXCw:gwOH6Xdln_M:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/6TFNlqQJXCw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/wordpress-conditional-tag-to-check-specific-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/wordpress-conditional-tag-to-check-specific-menu/</feedburner:origLink></item>
		<item>
		<title>How to add widgetized and custom sidebars on WordPress theme</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/yoyZ0Ds_F7I/</link>
		<comments>http://pixert.com/blog/how-to-add-widgetized-custom-sidebars-wordpress-theme/#comments</comments>
		<pubDate>Sat, 13 Apr 2013 09:22:31 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[sidebar]]></category>
		<category><![CDATA[text widget]]></category>
		<category><![CDATA[widgetized sidebars]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=300</guid>
		
				<content:encoded><![CDATA[WordPress themes are usually come with Widgetized sidebars where you can drag and drop widgets. It&#8217;s okay when we don&#8217;t need more widgetized sidebars to the theme, but we probably think to add more when we think widgetized sidebar solution to your customization problem, for instance you want to add a banner ad to header [...]

Related posts:
WordPress: Shortcode in Custom...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=yoyZ0Ds_F7I:R2IDKSohioA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=yoyZ0Ds_F7I:R2IDKSohioA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=yoyZ0Ds_F7I:R2IDKSohioA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=yoyZ0Ds_F7I:R2IDKSohioA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=yoyZ0Ds_F7I:R2IDKSohioA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=yoyZ0Ds_F7I:R2IDKSohioA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=yoyZ0Ds_F7I:R2IDKSohioA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=yoyZ0Ds_F7I:R2IDKSohioA:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/yoyZ0Ds_F7I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/how-to-add-widgetized-custom-sidebars-wordpress-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/how-to-add-widgetized-custom-sidebars-wordpress-theme/</feedburner:origLink></item>
		<item>
		<title>Install cURL on Ubuntu</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/4X_rPqZ38gE/</link>
		<comments>http://pixert.com/blog/install-curl-on-ubuntu/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 04:03:38 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=295</guid>
		
				<content:encoded><![CDATA[We only need to run two commands to install cURL for PHP on Ubuntu

Related posts:
Install Favicon into a WordPress website

<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=4X_rPqZ38gE:KGmZnt-F4lM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=4X_rPqZ38gE:KGmZnt-F4lM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=4X_rPqZ38gE:KGmZnt-F4lM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=4X_rPqZ38gE:KGmZnt-F4lM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=4X_rPqZ38gE:KGmZnt-F4lM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=4X_rPqZ38gE:KGmZnt-F4lM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=4X_rPqZ38gE:KGmZnt-F4lM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=4X_rPqZ38gE:KGmZnt-F4lM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/4X_rPqZ38gE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/install-curl-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/install-curl-on-ubuntu/</feedburner:origLink></item>
		<item>
		<title>WordPress Conditional Tag for Login Page</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/MbEib66k2A8/</link>
		<comments>http://pixert.com/blog/wordpress-conditional-tag-for-login-page/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 08:30:14 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[conditional tag]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=292</guid>
		
				<content:encoded><![CDATA[WordPress have conditional tags. The Conditional Tags can be used in your Template files to change what content is displayed and how that content is displayed on a particular page depending on what conditions that page matches Following conditional tag is specific to Login Page, that is currently not available on WordPress Codex

Related posts:
Conditional Tags for WP E-Commerce
Full Screen...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=MbEib66k2A8:9nYp9n7ogYM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=MbEib66k2A8:9nYp9n7ogYM:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=MbEib66k2A8:9nYp9n7ogYM:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=MbEib66k2A8:9nYp9n7ogYM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=MbEib66k2A8:9nYp9n7ogYM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=MbEib66k2A8:9nYp9n7ogYM:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=MbEib66k2A8:9nYp9n7ogYM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=MbEib66k2A8:9nYp9n7ogYM:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/MbEib66k2A8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/wordpress-conditional-tag-for-login-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/wordpress-conditional-tag-for-login-page/</feedburner:origLink></item>
		<item>
		<title>Full Screen Background on WP Login Page</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/cMukQ8u-RAo/</link>
		<comments>http://pixert.com/blog/full-screen-background-on-wp-login-page/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 08:00:21 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=289</guid>
		
				<content:encoded><![CDATA[The following function add full screen background on WP Login page 1. Open functions.php in your theme directory 2. Add this function to functions.php 3. Save

Related posts:
How to make IE to display iframes with transparent background?
Override CSS property right to left
Enable Formatting Tags for Content Limit in Genesis Featured Posts widget

<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=cMukQ8u-RAo:735AGyPYnEQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=cMukQ8u-RAo:735AGyPYnEQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=cMukQ8u-RAo:735AGyPYnEQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=cMukQ8u-RAo:735AGyPYnEQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=cMukQ8u-RAo:735AGyPYnEQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=cMukQ8u-RAo:735AGyPYnEQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=cMukQ8u-RAo:735AGyPYnEQ:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=cMukQ8u-RAo:735AGyPYnEQ:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/cMukQ8u-RAo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/full-screen-background-on-wp-login-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/full-screen-background-on-wp-login-page/</feedburner:origLink></item>
		<item>
		<title>Override CSS property right to left</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/98pAKg1Ugd4/</link>
		<comments>http://pixert.com/blog/override-css-property-right-to-left/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 09:44:47 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhmtl]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=290</guid>
		
				<content:encoded><![CDATA[&#160; This case is an example on how to override CSS property right to left We have this AdSense banner floating on the right side of the screen. What if you want to change it to the left Recently, I installed Floating AdSense plugin for WordPress. It&#8217;s very helpful to add AdSense banner floating on [...]

Related posts:
How to change the bullet size and color with CSS
Center Images with...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=98pAKg1Ugd4:-FUl_KMD8-w:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=98pAKg1Ugd4:-FUl_KMD8-w:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=98pAKg1Ugd4:-FUl_KMD8-w:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=98pAKg1Ugd4:-FUl_KMD8-w:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=98pAKg1Ugd4:-FUl_KMD8-w:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=98pAKg1Ugd4:-FUl_KMD8-w:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=98pAKg1Ugd4:-FUl_KMD8-w:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=98pAKg1Ugd4:-FUl_KMD8-w:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/98pAKg1Ugd4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/override-css-property-right-to-left/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/override-css-property-right-to-left/</feedburner:origLink></item>
		<item>
		<title>How to add ‘Show Thumbnail’ option in WPZOOM Featured Category Widget</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/mNbMHlGIWa8/</link>
		<comments>http://pixert.com/blog/how-to-add-show-thumbnail-option-in-wpzoom-featured-category-widget/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 11:18:13 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wpzoom]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=284</guid>
		
				<content:encoded><![CDATA[Tribune is a lovely magazine theme from WPZOOM. The theme has custom widgets name WPZOOM Featured Category Widget You could use this widget to display categories on homepage like the demo site (Politics &#8211; World &#8211; Sports &#8211; Automotive). The widget show thumbnails by default, it doesn&#8217;t have feature to disable that. What if you want [...]

Related posts:
Exclude Featured...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=mNbMHlGIWa8:O1Jwx2C-zf8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=mNbMHlGIWa8:O1Jwx2C-zf8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=mNbMHlGIWa8:O1Jwx2C-zf8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=mNbMHlGIWa8:O1Jwx2C-zf8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=mNbMHlGIWa8:O1Jwx2C-zf8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=mNbMHlGIWa8:O1Jwx2C-zf8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=mNbMHlGIWa8:O1Jwx2C-zf8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=mNbMHlGIWa8:O1Jwx2C-zf8:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/mNbMHlGIWa8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/how-to-add-show-thumbnail-option-in-wpzoom-featured-category-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/how-to-add-show-thumbnail-option-in-wpzoom-featured-category-widget/</feedburner:origLink></item>
		<item>
		<title>Enable Formatting Tags for Content Limit in Genesis Featured Posts widget</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/GktYp6upTFc/</link>
		<comments>http://pixert.com/blog/enable-formatting-tags-for-content-limit-in-genesis-featured-posts-widget/#comments</comments>
		<pubDate>Thu, 10 Jan 2013 08:00:19 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[genesis framework]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.pixert.com/?p=130</guid>
		
				<content:encoded><![CDATA[Genesis Framework has same function that return the content after trimming and it strips all HTML The following code help you keep or filter some HTML tags when you are using Content Limit in Theme Settings or Widgets (e.g Genesis &#8211; Featured Posts widget) Add following to functions.php in the Genesis Framework child theme The [...]

Related posts:
Keep HTML Tags in WordPress Limit Posts...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=GktYp6upTFc:JlTPyJON5Zg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=GktYp6upTFc:JlTPyJON5Zg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=GktYp6upTFc:JlTPyJON5Zg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=GktYp6upTFc:JlTPyJON5Zg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=GktYp6upTFc:JlTPyJON5Zg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=GktYp6upTFc:JlTPyJON5Zg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=GktYp6upTFc:JlTPyJON5Zg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=GktYp6upTFc:JlTPyJON5Zg:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/GktYp6upTFc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/enable-formatting-tags-for-content-limit-in-genesis-featured-posts-widget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/enable-formatting-tags-for-content-limit-in-genesis-featured-posts-widget/</feedburner:origLink></item>
		<item>
		<title>Keep HTML Tags in WordPress Limit Posts – the_content_limit</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/i7wYTMv0B3M/</link>
		<comments>http://pixert.com/blog/keep-html-tags-wordpress-limit-posts/#comments</comments>
		<pubDate>Tue, 08 Jan 2013 05:12:03 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=279</guid>
		
				<content:encoded><![CDATA[This function, the_content_limit  controls the maximum amount of characters displayed for an entry on the main page on WordPress homepage posts, e.g Featured Posts, Recent Posts However , the_content_limit stripped HTML tags just like the_excerpt. What if we want to keep HTML tags We make modification to the function, the_content_limit which is usually found in functions.php [...]

Related...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=i7wYTMv0B3M:jVlXhjlR5SU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=i7wYTMv0B3M:jVlXhjlR5SU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=i7wYTMv0B3M:jVlXhjlR5SU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=i7wYTMv0B3M:jVlXhjlR5SU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=i7wYTMv0B3M:jVlXhjlR5SU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=i7wYTMv0B3M:jVlXhjlR5SU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=i7wYTMv0B3M:jVlXhjlR5SU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=i7wYTMv0B3M:jVlXhjlR5SU:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/i7wYTMv0B3M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/keep-html-tags-wordpress-limit-posts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/keep-html-tags-wordpress-limit-posts/</feedburner:origLink></item>
		<item>
		<title>Change Default WordPress Logo Link from wordpress.org to Your Domain Name</title>
		<link>http://feedproxy.google.com/~r/pixertblog/~3/Lql2sCQxcxM/</link>
		<comments>http://pixert.com/blog/change-default-wordpress-logo-link-wordpressorg-to-your-domain-name/#comments</comments>
		<pubDate>Tue, 01 Jan 2013 04:35:36 +0000</pubDate>
		<dc:creator>pixertadmin</dc:creator>
				<category><![CDATA[Code Snippet]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://pixert.com/blog/?p=277</guid>
		
				<content:encoded><![CDATA[When you open WordPress login page, the default logo links to WordPress.org. This is a quick tip for using your own link. Open the functions.php file. Then, add the following lines of code. And be sure to remember the PHP tag enclosure.

Related posts:
WordPress: Disable All Shortcodes from the_content
Share WordPress Posts or Pages via Email link
How to show World Map as default view using...<br/>
<br/>
Read the complete article on http://pixert.com/blog/. Visit http://pixert.com for customization services<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pixertblog?a=Lql2sCQxcxM:qlb6K6N_QTg:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=Lql2sCQxcxM:qlb6K6N_QTg:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=Lql2sCQxcxM:qlb6K6N_QTg:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=Lql2sCQxcxM:qlb6K6N_QTg:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=Lql2sCQxcxM:qlb6K6N_QTg:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=Lql2sCQxcxM:qlb6K6N_QTg:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/pixertblog?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pixertblog?a=Lql2sCQxcxM:qlb6K6N_QTg:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pixertblog?i=Lql2sCQxcxM:qlb6K6N_QTg:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pixertblog/~4/Lql2sCQxcxM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pixert.com/blog/change-default-wordpress-logo-link-wordpressorg-to-your-domain-name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pixert.com/blog/change-default-wordpress-logo-link-wordpressorg-to-your-domain-name/</feedburner:origLink></item>
	</channel>
</rss>
