<?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>SDAC Inc &#124; Chicagoland Web Development &#187; WordPress Troubleshooting</title> <atom:link href="http://www.sandboxdev.com/category/blog/wordpress/wordpress-troubleshooting/feed/" rel="self" type="application/rss+xml" /><link>http://www.sandboxdev.com</link> <description>Just another Sandbox Development and Consulting Inc. Sites site</description> <lastBuildDate>Wed, 25 Jan 2012 07:57:33 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>HOWTO: Show Page Template Name</title><link>http://www.sandboxdev.com/2011/11/28/howto-show-page-template-name/</link> <comments>http://www.sandboxdev.com/2011/11/28/howto-show-page-template-name/#comments</comments> <pubDate>Mon, 28 Nov 2011 20:49:54 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[SDAC]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Themes]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <category><![CDATA[get_page_template]]></category> <category><![CDATA[WordPress function]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/?p=7350</guid> <description><![CDATA[A cool function to simply display the path of the WordPress template used on a particular page: How/when to use this? If you are trying to debug a site and want to quickly see what page template is used &#8211; you can put that PHP code into footer.php and it will then echo out the [...]]]></description> <content:encoded><![CDATA[<p>A cool function to simply display the path of the WordPress template used on a particular page:</p><pre class="brush: php; title: Custom Code; notranslate">
&lt;?php echo get_page_template() ?&gt;
</pre><p><strong>How/when to use this?</strong><br
/> If you are trying to debug a site and want to quickly see what page template is used &#8211; you can put that PHP code into footer.php and it will then echo out the path so you can quickly and easily see what template is being used.</p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2011/11/28/howto-show-page-template-name/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Be Smart: Update/Backup WordPress</title><link>http://www.sandboxdev.com/2009/11/03/be-smart-updatebackup-wordpress/</link> <comments>http://www.sandboxdev.com/2009/11/03/be-smart-updatebackup-wordpress/#comments</comments> <pubDate>Tue, 03 Nov 2009 22:49:32 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[SDAC Blog]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[security]]></category> <category><![CDATA[Update]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/?p=775</guid> <description><![CDATA[Over the last two weeks we have been busy fixing a lot of issues for people that could have been avoided all together if two simple tasks were done: Backup your WordPress data Keep WordPress up to date Luckily for most people &#8211; both of these tasks are simple and even automated. First of all [...]]]></description> <content:encoded><![CDATA[<p>Over the last two weeks we have been busy fixing a lot of issues for people that could have been avoided all together if two simple tasks were done:</p><ol><li>Backup your WordPress data</li><li>Keep WordPress up to date</li></ol><p>Luckily for most people &#8211; both of these tasks are simple and even automated. First of all &#8211; make sure you always have a recent backup of your WordPress database.  There is a great plugin available (free) that will actually automate the process and even email you a copy of the database every x days, x weeks, etc.  If you have one plugin installed with your WordPress site &#8211; install AND use <a
href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-DB-Backup</a>.</p><p>If you have a lot of media on your local server &#8211; make it a point to back that up every x days (whatever you can live with if something were to happen).</p><p>As for keeping WordPress up to date &#8211; it has never been more simple.  When there is a new version of WordPress available &#8211; you will be notified when you log into your site.  Simply click on the link to either download the latest version or to update WordPress right then and there.  You cannot imagine how much time, effort, stress, and money simply updating WordPress can save you in the long run.</p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2009/11/03/be-smart-updatebackup-wordpress/feed/</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>WordPress: Keep Up to Date &#8211; No Excuses</title><link>http://www.sandboxdev.com/2009/09/08/wordpress-keep-up-to-date-no-excuses/</link> <comments>http://www.sandboxdev.com/2009/09/08/wordpress-keep-up-to-date-no-excuses/#comments</comments> <pubDate>Tue, 08 Sep 2009 15:08:15 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <category><![CDATA[WordPress Updates]]></category> <category><![CDATA[Security Update]]></category> <category><![CDATA[WordPress]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/?p=766</guid> <description><![CDATA[Over the past few days, there has been a lot of buzz going around about keeping WordPress up to date because of a specific worm going around that is causing havoc for out of date WordPress versions. The worm creates a user, hides it from the user list, and then inserts all kinds of junk [...]]]></description> <content:encoded><![CDATA[<p>Over the past few days, there has been a lot of buzz going around about keeping WordPress up to date because of a specific worm going around that is causing havoc for out of date WordPress versions. The worm creates a user, hides it from the user list, and then inserts all kinds of junk into your posts.</p><p>There are multiple ways to easily find out when WordPress has been updated.</p><p>Since everyone who uses WordPress should stay on top of these updates, here are a few ideas on how to find out when a new version has been released:</p><ol><li>Pay attention the the &#8220;<a
href="http://codex.wordpress.org/Upgrading_WordPress" target="_blank">Upgrade Now</a>&#8221; notice when you log into WordPress.</li><li>Get notified by email with the <a
href="http://wordpress.org/extend/plugins/upgrade-notification-by-email/" target="_blank">Upgrade Notification by Email plugin</a></li><li>Read regularly/subscribe to <a
href="http://wordpress.org/development/" target="_blank">the WordPress blog</a></li><li>Read regulary/subscribe to <a
href="http://www.sandboxdev.com/blog/" target="_blank">this blog</a></li></ol><p>Updating is quick and easy &#8211; and should always be done <strong>after</strong> you have a database backup.  Database backups are quick and easy as well with <a
href="http://wordpress.org/extend/plugins/wp-db-backup/" target="_blank">WP-DB-Backup plugin</a>.</p><p>Not really sure if you want to do the upgrade yourself? We would be happy to do it for you &#8211; <a
href="/contact-us/">just contact us</a>.</p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2009/09/08/wordpress-keep-up-to-date-no-excuses/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>WordPress 2.8/Plugins Issues</title><link>http://www.sandboxdev.com/2009/06/16/wordpress-2-8plugins-issues/</link> <comments>http://www.sandboxdev.com/2009/06/16/wordpress-2-8plugins-issues/#comments</comments> <pubDate>Tue, 16 Jun 2009 16:55:45 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[SDAC Blog]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <category><![CDATA[WordPress Updates]]></category> <category><![CDATA[jQuery]]></category> <category><![CDATA[WordPress 2.8]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/?p=724</guid> <description><![CDATA[I have updated over 25 sites so far and for the most part &#8211; everything has gone smoothly. There were a handful of sites though that had issues with a few plugins (including this site) due to one common issue: jQuery. If you are seeing any strange behavior &#8211; post upgrade, the first thing you [...]]]></description> <content:encoded><![CDATA[<p>I have updated over 25 sites so far and for the most part &#8211; everything has gone smoothly.  There were a handful of sites though that had issues with a few plugins (including this site) due to one common issue: jQuery.  If you are seeing any strange behavior &#8211; post upgrade, the first thing you will want to do is to make sure all your plugins are up to date.  After that &#8211; if you are still having problems &#8211; check to see if any of your plugins rely on jQuery.  If they do &#8211; next check the code (either look at the js files in the plugins, or look at your site&#8217;s source code to see if it is loading an old version of jQuery).  There is a good chance they are using an older version, or are relying on something that no longer works with the latest release of jQuery (1.3.2 as of today).</p><p>Some plugin developers are aware of the issues but have not released an updated plugin.  Because you are most likely not alone with your issues &#8211; check out their support forums, or post comments to see if someone came up with a quick fix so you can be back in business.</p><p>While most WordPress updates can be performed quickly and easily by almost any user &#8211; there are times when you run into unexpected problems that can cost you dearly.  When this happens &#8211; don&#8217;t hesitate to call us.  We have been working through WordPress updates for years and can help out!</p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2009/06/16/wordpress-2-8plugins-issues/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>View All Options for WordPress</title><link>http://www.sandboxdev.com/2009/01/19/view-all-options-for-wordpress/</link> <comments>http://www.sandboxdev.com/2009/01/19/view-all-options-for-wordpress/#comments</comments> <pubDate>Tue, 20 Jan 2009 02:34:10 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[SDAC Blog]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <category><![CDATA[WordPress Options]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/?p=525</guid> <description><![CDATA[Ever need to view all options for all your plugins (and standard WordPress options like home URL, etc)? You can view every option available (and edit most) by going to: http://www.yoursiteurl.com/wp-admin/options.php (assuming WordPress is in the root folder). So now if you need to look at options, make changes, or see a particular value &#8211; [...]]]></description> <content:encoded><![CDATA[<p>Ever need to view all options for all your plugins (and standard WordPress options like home URL, etc)?<br
/> You can view every option available (and edit most) by going to: http://www.yoursiteurl.com/wp-admin/options.php (assuming WordPress is in the root folder).</p><p>So now if you need to look at options, make changes, or see a particular value &#8211; you can do so on one page.</p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2009/01/19/view-all-options-for-wordpress/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Conditionally Show Only On Home Page (Front Page)</title><link>http://www.sandboxdev.com/2009/01/16/conditionally-show-only-on-home-page-front-page/</link> <comments>http://www.sandboxdev.com/2009/01/16/conditionally-show-only-on-home-page-front-page/#comments</comments> <pubDate>Fri, 16 Jan 2009 20:59:00 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[SDAC Blog]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Logic]]></category> <category><![CDATA[WordPress Themes]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <category><![CDATA[Conditional Tags]]></category> <category><![CDATA[is_font_page]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/?p=521</guid> <description><![CDATA[There a are two functions that are used quite a bit to conditionally show content on the very front page (home page or page 1 of your blog). First &#8211; we had the function is_home(), but in WordPress version 2.5 &#8211; a new function was introduced: is_front_page(). You might think both would conditionally only display [...]]]></description> <content:encoded><![CDATA[<p>There a are two functions that are used quite a bit to conditionally show content on the very front page (home page or page 1 of your blog).  First &#8211; we had the function is_home(), but in WordPress version 2.5 &#8211; a new function was introduced: is_front_page().</p><p>You might think both would conditionally only display content on the home page (front page, page 1 of your blog) &#8211; but you actually need to use the following code to accomplish showing something <strong>ONLY</strong> on the front page of your paged blog:</p><pre class="brush: php; title: Custom Code; notranslate">
&lt;p&gt;Show this text only on the home page&lt;/p&gt;
</pre><p>So &#8211; if you want to easily show something on what I would consider the front page &#8211; use the code above to successfully achieve that.  (This is particularly helpful if you have ads that run speficically on the home page and others that are ROS (run of site).</p><p><strong>Further reading:</strong></p><ul><li><a
href="http://codex.wordpress.org/Conditional_Tags">documentation on conditional tags</a></li><li><a
href="http://trac.wordpress.org/ticket/6848">Bug Report on this issue</a></li></ul> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2009/01/16/conditionally-show-only-on-home-page-front-page/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>WordPress 2.5 Common Questions and Answers</title><link>http://www.sandboxdev.com/2008/04/21/wordpress-25-common-questions-and-answers/</link> <comments>http://www.sandboxdev.com/2008/04/21/wordpress-25-common-questions-and-answers/#comments</comments> <pubDate>Mon, 21 Apr 2008 17:38:27 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[SDAC Blog]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <category><![CDATA[FAQs]]></category> <category><![CDATA[WordPress 2.5]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/?p=198</guid> <description><![CDATA[After upgrading a number of sites to WordPress 2.5 &#8211; the questions are pouring in over the new user interface and the new functionality. I have compiled a list of the top questions I have received so far. I am getting weird PHP errors on my pages, what is going on? I have been busy [...]]]></description> <content:encoded><![CDATA[<p>After upgrading a number of sites to WordPress 2.5 &#8211; the questions are pouring in over the new user interface and the new functionality.  I have compiled a list of the top questions I have received so far.</p><ol><li><strong>I am getting weird PHP errors on my pages, what is going on?</strong> I have been busy with a lot of these issues and mostly from people who have updated to WordPress 2.5 but did not update any of their plugins at the same time.  During the installation process &#8211; do not forget to grab the latest version of your plugins as well.</li><li><strong>My thumbnails are squished &#8211; how do I make them look better?</strong> WordPress 2.5 allows you to set the size of your thumbnails as well as gives you a &#8220;medium&#8221; size image option.  By default, WordPress uses this option: Crop thumbnail to exact dimensions (normally thumbnails are proportional). If you upload images that are not square &#8211; this will really make your thumbnails look squished.  I would recommend un-checking this option. (Settings &gt; Miscellaneous)</li><li><strong>How do I turn on/off Gravatar support?</strong> This setting is located at the bottom of the discussion setting page (Settings &gt; Discussion)</li><li><strong>How can I link my images to a page (attachment) like I did in 2.3?</strong> If you want to link your images to a page with a bigger version of the image within your page template, you can do so by selecting &#8220;Post URL&#8221; in the &#8220;Link URL&#8221; field when uploading an image with the new media uploader.  There is also a new template for this page &#8211; image.php.  You can find an example template in the default theme.</li><li><strong>My comments are not visible in the WordPress admin &#8211; what can I do to fix this?</strong> I have found this to be an issue on some sites with really outdated versions of WordPress.  By executing: create index comment_date_gmt on wp_comments(comment_date_gmt); on the WP database &#8211; I have found that that usually clears it up. (Thanks to the <a
href="http://wordpress.org/support/topic/164838#post-727466">WordPress forum thread</a> on this)</li><li><strong>What all changed?</strong> If you want a great overview (with a video) check out the <a
href="http://wordpress.org/development/2008/03/wordpress-25-brecker/">WordPress blog post on WordPress 2.5</a></li></ol><p>Hopefully these answers will help you with getting more comfortable with WordPress 2.5.  There are a lot of big and small changes to this new version of WordPress and every day I use it &#8211; I like it more (and hope you do too).</p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2008/04/21/wordpress-25-common-questions-and-answers/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My Page Order WordPress Plugin Modifcation</title><link>http://www.sandboxdev.com/2007/04/30/my-page-order-wordpress-plugin-modifcation/</link> <comments>http://www.sandboxdev.com/2007/04/30/my-page-order-wordpress-plugin-modifcation/#comments</comments> <pubDate>Mon, 30 Apr 2007 13:53:52 +0000</pubDate> <dc:creator>Jennifer Zelazny</dc:creator> <category><![CDATA[HOWTOs]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[WordPress Plugins]]></category> <category><![CDATA[WordPress Troubleshooting]]></category> <guid
isPermaLink="false">http://www.sandboxdev.com/blog/2007/04/30/my-page-order-wordpress-plugin-modifcation.php</guid> <description><![CDATA[I have been working with a client recently that was using the My Page Order plugin for the WordPress CMS I set up. They had several &#8220;draft&#8221; pages they used for templates and did not want them to show up in the My Page Order Admin interface. After looking at the SQL code, I added [...]]]></description> <content:encoded><![CDATA[<p>I have been working with a client recently that was using the <a
href="http://geekyweekly.com/mypageorder">My Page Order</a> plugin for the WordPress CMS I set up.  They had several &#8220;draft&#8221; pages they used for templates and did not want them to show up in the My Page Order Admin interface.  After looking at the SQL code, I added in a piece that would only show published (live) pages.<br
/> To make the same change in your code, open up the plugin file (mypageorder.php), go to line 47 and change the following line:</p><pre class="brush: php; title: Custom Code; notranslate">$results=$wpdb-&amp;gt;get_results(&quot;SELECT * FROM $wpdb-&amp;gt;posts WHERE post_parent = $parentID and post_type = 'page' ORDER BY menu_order ASC&quot;);</pre><p>to:</p><pre class="brush: php; title: Custom Code; notranslate">$results=$wpdb-&amp;gt;get_results(&quot;SELECT * FROM $wpdb-&amp;gt;posts WHERE post_parent = $parentID and post_type = 'page' and post_status='publish' ORDER BY menu_order ASC&quot;);</pre><p>Now, only the pages you really want to order will appear in the menu.</p> <script type="text/javascript">sdac_post_slideshows.push({fx: 'fade', timeout: 0, speed: 1000, pause: 0,})</script>]]></content:encoded> <wfw:commentRss>http://www.sandboxdev.com/2007/04/30/my-page-order-wordpress-plugin-modifcation/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> </channel> </rss>
