<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" 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/" > <channel><title>Comments for Deluxe Blog Tips</title> <atom:link href="http://www.deluxeblogtips.com/comments/feed" rel="self" type="application/rss+xml" /><link>http://www.deluxeblogtips.com</link> <description>WordPress, Blogger Tips, How-To Tutorials</description> <lastBuildDate>Wed, 22 Feb 2012 13:50:03 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Comment on Adding Categories And Post Tags Boxes For Custom Post Type In WordPress by rilwis</title><link>http://www.deluxeblogtips.com/2010/07/custom-post-type-with-categories-post.html#comment-7654</link> <dc:creator>rilwis</dc:creator> <pubDate>Wed, 22 Feb 2012 13:50:03 +0000</pubDate> <guid isPermaLink="false">http://www.deluxeblogtips.com/?p=21#comment-7654</guid> <description>By default, WP uses only &#039;post&#039; post type for search page and category and tag page. Using &#039;pre_get_posts&#039; hook is right solution. I guess the problem is how you apply hook for &#039;pre_get_posts&#039;. If you can post your code here, then I can help you.</description> <content:encoded><![CDATA[<p>By default, WP uses only &#8216;post&#8217; post type for search page and category and tag page. Using &#8216;pre_get_posts&#8217; hook is right solution. I guess the problem is how you apply hook for &#8216;pre_get_posts&#8217;. If you can post your code here, then I can help you.</p> ]]></content:encoded> </item> <item><title>Comment on Adding Categories And Post Tags Boxes For Custom Post Type In WordPress by John</title><link>http://www.deluxeblogtips.com/2010/07/custom-post-type-with-categories-post.html#comment-7651</link> <dc:creator>John</dc:creator> <pubDate>Wed, 22 Feb 2012 10:19:40 +0000</pubDate> <guid isPermaLink="false">http://www.deluxeblogtips.com/?p=21#comment-7651</guid> <description>Great stuff. Exactly what I was looking for but Im using Marketpress (which uses custom posts for products) and Ive implemented your code above so I can assign products to standard wordpress categories &amp; tags. I can see the category &amp; tag boxes but when I do a search or click on tag cloud in frontend I cannot see my products in the results.  I also tried adding the pre_get_posts code to functions but no good. Help!</description> <content:encoded><![CDATA[<p>Great stuff. Exactly what I was looking for but Im using Marketpress (which uses custom posts for products) and Ive implemented your code above so I can assign products to standard wordpress categories &amp; tags. I can see the category &amp; tag boxes but when I do a search or click on tag cloud in frontend I cannot see my products in the results.  I also tried adding the pre_get_posts code to functions but no good. Help!</p> ]]></content:encoded> </item> <item><title>Comment on Javascript: Copy To Clipboard Cross Browser by friv</title><link>http://www.deluxeblogtips.com/2010/06/javascript-copy-to-clipboard.html#comment-7646</link> <dc:creator>friv</dc:creator> <pubDate>Wed, 22 Feb 2012 03:20:12 +0000</pubDate> <guid isPermaLink="false">http://www.deluxeblogtips.com/?p=28#comment-7646</guid> <description>Nice share. thanks a lots</description> <content:encoded><![CDATA[<p>Nice share. thanks a lots</p> ]]></content:encoded> </item> <item><title>Comment on Adding Categories And Post Tags Boxes For Custom Post Type In WordPress by rilwis</title><link>http://www.deluxeblogtips.com/2010/07/custom-post-type-with-categories-post.html#comment-7639</link> <dc:creator>rilwis</dc:creator> <pubDate>Mon, 20 Feb 2012 15:45:07 +0000</pubDate> <guid isPermaLink="false">http://www.deluxeblogtips.com/?p=21#comment-7639</guid> <description>I guess your problem is caused by the way you show CPT. Can you post your code on pastebin and share a link here?</description> <content:encoded><![CDATA[<p>I guess your problem is caused by the way you show CPT. Can you post your code on pastebin and share a link here?</p> ]]></content:encoded> </item> <item><title>Comment on Meta Box Script For WordPress by saqib</title><link>http://www.deluxeblogtips.com/meta-box-script-for-wordpress#comment-7637</link> <dc:creator>saqib</dc:creator> <pubDate>Mon, 20 Feb 2012 12:47:08 +0000</pubDate> <guid isPermaLink="false">http://www.deluxeblogtips.com/?page_id=99#comment-7637</guid> <description>Great.You made my life easy :)</description> <content:encoded><![CDATA[<p>Great.</p><p>You made my life easy :)</p> ]]></content:encoded> </item> <item><title>Comment on Adding Categories And Post Tags Boxes For Custom Post Type In WordPress by richieitchy</title><link>http://www.deluxeblogtips.com/2010/07/custom-post-type-with-categories-post.html#comment-7635</link> <dc:creator>richieitchy</dc:creator> <pubDate>Sun, 19 Feb 2012 22:57:39 +0000</pubDate> <guid isPermaLink="false">http://www.deluxeblogtips.com/?p=21#comment-7635</guid> <description>I have read this post with great interest.  However, I can not seem to show Custom Post Types that contain the same tags/categories as normal posts on the same page.I have added the code, as mentioned above eg pre_get_posts, changed the permalinks, saved changes but still cannot see my custom posts listed with standard posts with the same tags.  I have also noted the following error when using search - &#039;Cannot use object of type WP_Query as array in ... functions.php line...&#039;Can anyone shed any light on what my problem could be.  I am trying this on WP 3.3.1 with Twenty Eleven Theme and no plugins.</description> <content:encoded><![CDATA[<p>I have read this post with great interest.  However, I can not seem to show Custom Post Types that contain the same tags/categories as normal posts on the same page.</p><p>I have added the code, as mentioned above eg pre_get_posts, changed the permalinks, saved changes but still cannot see my custom posts listed with standard posts with the same tags.  I have also noted the following error when using search &#8211; &#8216;Cannot use object of type WP_Query as array in &#8230; functions.php line&#8230;&#8217;</p><p>Can anyone shed any light on what my problem could be.  I am trying this on WP 3.3.1 with Twenty Eleven Theme and no plugins.</p> ]]></content:encoded> </item> <item><title>Comment on Howto Create An Image Slider With Pure CSS3 by Imogen</title><link>http://www.deluxeblogtips.com/2010/05/image-slider-pure-css3.html#comment-7627</link> <dc:creator>Imogen</dc:creator> <pubDate>Fri, 17 Feb 2012 23:58:34 +0000</pubDate> <guid isPermaLink="false">http://www.deluxeblogtips.com/?p=46#comment-7627</guid> <description>Great tutorial, thanks very much.  This looks/works great in safari, and on iPad and iPhone very well!Unfortunately it doesn&#039;t work properly for me in Opera and Firefox (latest versions).  At the image&#039;s destination position they disappear too far to the left and therefore displays only half the image. Is there a way to fix that?Also the slider is not working for me in IE 9.  Without any prompting the images flick through one after another in half view and then stop at a half view of the final picture.  When a number is pressed the final image comes up in full, but no other image will display.  Any fix for that?Cheers</description> <content:encoded><![CDATA[<p>Great tutorial, thanks very much.  This looks/works great in safari, and on iPad and iPhone very well!</p><p>Unfortunately it doesn&#8217;t work properly for me in Opera and Firefox (latest versions).  At the image&#8217;s destination position they disappear too far to the left and therefore displays only half the image. Is there a way to fix that?</p><p>Also the slider is not working for me in IE 9.  Without any prompting the images flick through one after another in half view and then stop at a half view of the final picture.  When a number is pressed the final image comes up in full, but no other image will display.  Any fix for that?</p><p>Cheers</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching using apc
Object Caching 411/456 objects using apc

Served from: www.deluxeblogtips.com @ 2012-02-23 09:17:46 -->
