Source site » Wpshout.com


1 Star2 Stars3 Stars4 Stars5 Stars

Most Commented Posts The Right Way

Just a very quick tip but nonetheless an important one. Many of you will be using any number of plugins or the database query that’s been doing the rounds recently to display your most popular posts. That code/plugin is no longer needed as WordPress’ query_posts can now display your most commented posts.

Category: Comments | Source: | | Report Broken Link
Processing your request, Please wait....

1 Star2 Stars3 Stars4 Stars5 Stars

Awesome WordPress SEO With Custom Fields

Your average WordPress theme will take the title you put into the post and output it as the , the post title in archive pages and send it as the title to RSS readers. That’s not really the most exciting way of doing things or the way that offers the most customisation; I want to be able to use a title written for search engines and use that as the <title>, another written for archives perhaps with some emphasis and one final one for RSS readers. With custom fields, it’s easy.</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/custom-fields/" title="View all posts in Custom Fields" rel="category tag">Custom Fields</a>, <a href="http://www.wp-tutorials.org/category/seo/" title="View all posts in SEO" rel="category tag">SEO</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "Awesome WordPress SEO With Custom Fields", url: "http://www.wp-tutorials.org/awesome-wordpress-seo-with-custom-fields/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform572','572');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_572" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform572"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="572" name="post"> <input type="hidden" name="_wpnonce" value="11718acfb2" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <div class="tutbox" id="post-546"> <div class="avatar"> <img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/avatar.png" class="img" width="65" height="65" /> <br/> <div id="post-ratings-546" class="post-ratings"><img id="rating_546_1" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(546, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_546_2" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(546, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_546_3" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(546, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_546_4" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(546, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_546_5" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(546, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /></div> </div> <div class="description"> <h2><a href="http://wpshout.com/wordpress-template-file-hierarchy-explained/" rel="nofollow" title="Permanent Link to WordPress’ Template File Hierarchy Explained">WordPress’ Template File Hierarchy Explained</a></h2> <div class="text"> <p>Whilst doing some client work recently I needed to display a slightly different archive for each category. The solution, I thought, was to throw if statements (ie if is category archive for ‘Cheese’ then use, else if is ‘Bananas’ use this etc etc) at the category.php file. The trouble was, after doing this twice, it became clear that it was getting very quickly impractical.</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/themes/" title="View all posts in Themes" rel="category tag">Themes</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "WordPress’ Template File Hierarchy Explained", url: "http://www.wp-tutorials.org/wordpress%e2%80%99-template-file-hierarchy-explained/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform546','546');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_546" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform546"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="546" name="post"> <input type="hidden" name="_wpnonce" value="76f85078d6" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <div class="tutbox" id="post-535"> <div class="avatar"> <img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/avatar.png" class="img" width="65" height="65" /> <br/> <div id="post-ratings-535" class="post-ratings"><img id="rating_535_1" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(535, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_535_2" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(535, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_535_3" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(535, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_535_4" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(535, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_535_5" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(535, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /></div> </div> <div class="description"> <h2><a href="http://wpshout.com/widgetised-footer-with-columns-in-wordpress/" rel="nofollow" title="Permanent Link to Add a widgetised footer with columns in WordPress">Add a widgetised footer with columns in WordPress</a></h2> <div class="text"> <p>One of my favourite features of both Biblioteca and WPShout has to be the footer. With three columns and being widget ready, it’s pretty awesome!</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/widgets/" title="View all posts in Widgets" rel="category tag">Widgets</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "Add a widgetised footer with columns in WordPress", url: "http://www.wp-tutorials.org/add-a-widgetised-footer-with-columns-in-wordpress/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform535','535');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_535" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform535"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="535" name="post"> <input type="hidden" name="_wpnonce" value="1f3f7cad58" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <div class="tutbox" id="post-514"> <div class="avatar"> <img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/avatar.png" class="img" width="65" height="65" /> <br/> <div id="post-ratings-514" class="post-ratings"><img id="rating_514_1" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(514, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_514_2" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(514, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_514_3" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(514, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_514_4" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(514, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_514_5" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(514, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /></div> </div> <div class="description"> <h2><a href="http://wpshout.com/create-the-perfect-widget-ready-wordpress-theme/" rel="nofollow" title="Permanent Link to Create the perfect widget ready WordPress theme">Create the perfect widget ready WordPress theme</a></h2> <div class="text"> <p>Widgets allow users to add parts to a theme, which is why they’re a good way to add customisability to your theme. As the codex shows, there are a heck of a lot of widgets available!</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/widgets/" title="View all posts in Widgets" rel="category tag">Widgets</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "Create the perfect widget ready WordPress theme", url: "http://www.wp-tutorials.org/create-the-perfect-widget-ready-wordpress-theme/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform514','514');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_514" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform514"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="514" name="post"> <input type="hidden" name="_wpnonce" value="7c5a29210d" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <div class="tutbox" id="post-515"> <div class="avatar"> <img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/avatar.png" class="img" width="65" height="65" /> <br/> <div id="post-ratings-515" class="post-ratings"><img id="rating_515_1" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(515, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_515_2" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(515, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_515_3" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(515, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_515_4" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(515, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_515_5" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(515, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /></div> </div> <div class="description"> <h2><a href="http://wpshout.com/using-tags-effectively-in-wordpress/" rel="nofollow" title="Permanent Link to Using Tags Effectively">Using Tags Effectively</a></h2> <div class="text"> <p>Tags are a great way of associating the same type of content together, and they’re something that many bloggers use regularly, but using them effectively? That’s what this post will tell you how to do.</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/themes/" title="View all posts in Themes" rel="category tag">Themes</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "Using Tags Effectively", url: "http://www.wp-tutorials.org/using-tags-effectively/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform515','515');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_515" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform515"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="515" name="post"> <input type="hidden" name="_wpnonce" value="122f9b64fe" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <div class="tutbox" id="post-502"> <div class="avatar"> <img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/avatar.png" class="img" width="65" height="65" /> <br/> <div id="post-ratings-502" class="post-ratings"><img id="rating_502_1" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(502, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_502_2" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(502, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_502_3" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(502, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_502_4" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(502, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_502_5" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(502, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /></div> </div> <div class="description"> <h2><a href="http://wpshout.com/10-ways-to-use-htaccess-to-speed-up-wordpress/" rel="nofollow" title="Permanent Link to 10 Ways to Use .htaccess to Speed Up WordPress">10 Ways to Use .htaccess to Speed Up WordPress</a></h2> <div class="text"> <p>Recently I’ve become more and more interested in the .htaccess file as a way to speed up and protect your site. Previously here on WPShout I’ve written an “A to Z of WordPress .htaccess Hacks”, which has been a very popular post, and today we’re going to look at ten easy methods to speed up WordPress with the .htaccess file. Not all of these apply specifically to WordPress; you could easily apply most of these to any other site.</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/miscellanious/" title="View all posts in Miscellanious" rel="category tag">Miscellanious</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "10 Ways to Use .htaccess to Speed Up WordPress", url: "http://www.wp-tutorials.org/10-ways-to-use-htaccess-to-speed-up-wordpress/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform502','502');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_502" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform502"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="502" name="post"> <input type="hidden" name="_wpnonce" value="f8b3b1c2db" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <div class="tutbox" id="post-478"> <div class="avatar"> <img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/avatar.png" class="img" width="65" height="65" /> <br/> <div id="post-ratings-478" class="post-ratings"><img id="rating_478_1" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(478, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_478_2" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(478, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_478_3" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(478, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_478_4" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(478, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_478_5" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(478, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /></div> </div> <div class="description"> <h2><a href="http://wpshout.com/how-to-install-wordpress-locally-in-windows/" rel="nofollow" title="Permanent Link to How to install WordPress locally in Windows">How to install WordPress locally in Windows</a></h2> <div class="text"> <p>There are plenty of articles around about installing WordPress locally, but the other week when I wanted to do it, I couldn’t find out how to do it. How awful! Today I’m going to walkthrough installing WordPress locally on Windows as I don’t have a Mac. Yet. I digress.</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/installation/" title="View all posts in Installation" rel="category tag">Installation</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "How to install WordPress locally in Windows", url: "http://www.wp-tutorials.org/how-to-install-wordpress-locally-in-windows/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform478','478');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_478" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform478"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="478" name="post"> <input type="hidden" name="_wpnonce" value="a94010780d" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> <div class="tutbox" id="post-376"> <div class="avatar"> <img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/avatar.png" class="img" width="65" height="65" /> <br/> <div id="post-ratings-376" class="post-ratings"><img id="rating_376_1" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="1 Star" title="1 Star" onmouseover="current_rating(376, 1, '1 Star');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_376_2" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="2 Stars" title="2 Stars" onmouseover="current_rating(376, 2, '2 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_376_3" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="3 Stars" title="3 Stars" onmouseover="current_rating(376, 3, '3 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_376_4" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="4 Stars" title="4 Stars" onmouseover="current_rating(376, 4, '4 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /><img id="rating_376_5" src="http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/images/tutstars/rating_off.gif" alt="5 Stars" title="5 Stars" onmouseover="current_rating(376, 5, '5 Stars');" onmouseout="ratings_off(0, 0, 0);" onclick="rate_post();" onkeypress="rate_post();" style="cursor: pointer; border: 0px;" /></div> </div> <div class="description"> <h2><a href="http://wpshout.com/10-tips-to-improve-your-wordpress-theme/" rel="nofollow" title="Permanent Link to 10 Tips to Improve Your Theme">10 Tips to Improve Your Theme</a></h2> <div class="text"> <p>Here are ten tips I’ve got to improve your WordPress theme.</p> </div> <div class="meta"> Category: <a href="http://www.wp-tutorials.org/category/themes/" title="View all posts in Themes" rel="category tag">Themes</a> | Source: <a href="http://www.wp-tutorials.org/source/wpshout-com/" rel="tag">wpshout.com</a> | <script type="text/javascript">SHARETHIS.addEntry({ title: "10 Tips to Improve Your Theme", url: "http://www.wp-tutorials.org/10-tips-to-improve-your-theme/" });</script> | <a href="#" onclick="return wprp_toggle('#wprpform376','376');">Report Broken Link</a> <div class="wprp_clear"></div> <div class="wprp_wrapper"> <div id="wprp_message_376" class="wprp_message"> <img src="http://www.wp-tutorials.org/wp-content/plugins/wp-reportpost/loading.gif" title="Processing your request, Please wait..." /> Processing your request, Please wait.... </div> <div class="wprp_form" id="wprpform376"> <form action="" method="post" enctype="text/plain" onsubmit="return wprp_report(this);"> <table width="100%" border="0" cellspacing="0" cellpadding="5"> <tr> <td align="right"><label>Report as: </label></td> <td align="left"><select name="report_as" id="report_as"> <option value="Broken Link">Broken Link</option> <option value="Non-English">Non-English</option> </select></td> </tr> <tr> <td align="right"><label>Write in Words: <br> (Optional) </label></td> <td align="left"><textarea name="description" cols="40" rows="3"></textarea></td> </tr> <tr> <td align="right" colspan="2"> <input type="hidden" value="376" name="post"> <input type="hidden" name="_wpnonce" value="8abcf46ee0" /> <input name="do_report" type="submit" value="Submit Report" class="wprp_submit"> </td> </tr> </table> </form> </div> </div> </div> </div> </div> </div> <div id="sidebar"> <div class="widget_categories"> <h3>Categories</h3> <ul> <li class="cat-item cat-item-92"><a href="http://www.wp-tutorials.org/category/admin-panel/" title="View all posts filed under Admin Panel">Admin Panel</a> </li> <li class="cat-item cat-item-15"><a href="http://www.wp-tutorials.org/category/advertisement/" title="View all posts filed under Advertisement">Advertisement</a> </li> <li class="cat-item cat-item-157"><a href="http://www.wp-tutorials.org/category/attachment/" title="View all posts filed under Attachment">Attachment</a> </li> <li class="cat-item cat-item-141"><a href="http://www.wp-tutorials.org/category/beginner/" title="View all posts filed under Beginner">Beginner</a> </li> <li class="cat-item cat-item-225"><a href="http://www.wp-tutorials.org/category/buddypress/" title="View all posts filed under BuddyPress">BuddyPress</a> </li> <li class="cat-item cat-item-13"><a href="http://www.wp-tutorials.org/category/comments/" title="View all posts filed under Comments">Comments</a> </li> <li class="cat-item cat-item-93"><a href="http://www.wp-tutorials.org/category/custom-fields/" title="View all posts filed under Custom Fields">Custom Fields</a> </li> <li class="cat-item cat-item-222"><a href="http://www.wp-tutorials.org/category/image-management/" title="View all posts filed under Image Management">Image Management</a> </li> <li class="cat-item cat-item-94"><a href="http://www.wp-tutorials.org/category/installation/" title="View all posts filed under Installation">Installation</a> </li> <li class="cat-item cat-item-98"><a href="http://www.wp-tutorials.org/category/integration/" title="View all posts filed under Integration">Integration</a> </li> <li class="cat-item cat-item-135"><a href="http://www.wp-tutorials.org/category/links/" title="View all posts filed under Links">Links</a> </li> <li class="cat-item cat-item-1"><a href="http://www.wp-tutorials.org/category/miscellanious/" title="View all posts filed under Miscellanious">Miscellanious</a> </li> <li class="cat-item cat-item-198"><a href="http://www.wp-tutorials.org/category/mu/" title="View all posts filed under MU">MU</a> </li> <li class="cat-item cat-item-95"><a href="http://www.wp-tutorials.org/category/navigation/" title="View all posts filed under Navigation">Navigation</a> </li> <li class="cat-item cat-item-39"><a href="http://www.wp-tutorials.org/category/pages/" title="View all posts filed under Pages">Pages</a> </li> <li class="cat-item cat-item-42"><a href="http://www.wp-tutorials.org/category/plugins/" title="View all posts filed under Plugins">Plugins</a> </li> <li class="cat-item cat-item-23"><a href="http://www.wp-tutorials.org/category/posts/" title="View all posts filed under Posts">Posts</a> </li> <li class="cat-item cat-item-4"><a href="http://www.wp-tutorials.org/category/rss-feeds/" title="View all posts filed under RSS Feeds">RSS Feeds</a> </li> <li class="cat-item cat-item-6"><a href="http://www.wp-tutorials.org/category/search/" title="View all posts filed under Search">Search</a> </li> <li class="cat-item cat-item-27"><a href="http://www.wp-tutorials.org/category/security/" title="View all posts filed under Security">Security</a> </li> <li class="cat-item cat-item-50"><a href="http://www.wp-tutorials.org/category/seo/" title="View all posts filed under SEO">SEO</a> </li> <li class="cat-item cat-item-46"><a href="http://www.wp-tutorials.org/category/social/" title="View all posts filed under Social">Social</a> </li> <li class="cat-item cat-item-17"><a href="http://www.wp-tutorials.org/category/themes/" title="View all posts filed under Themes">Themes</a> </li> <li class="cat-item cat-item-97"><a href="http://www.wp-tutorials.org/category/tips-n-tricks/" title="View all posts filed under Tips & Tricks">Tips & Tricks</a> </li> <li class="cat-item cat-item-96"><a href="http://www.wp-tutorials.org/category/user-management/" title="View all posts filed under User Management">User Management</a> </li> <li class="cat-item cat-item-197"><a href="http://www.wp-tutorials.org/category/video/" title="View all posts filed under Video">Video</a> </li> <li class="cat-item cat-item-24"><a href="http://www.wp-tutorials.org/category/widgets/" title="View all posts filed under Widgets">Widgets</a> </li> </ul> </div> <div class="widget_subscribe"> <a href="http://www.wp-tutorials.org/feed/"><img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/subscribe.png" alt="Subscribe by RSS Feeds" /></a><a href="http://twitter.com/wp_tutorials"><img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/twitter.png" alt="Follow WP Tutorials on Twitter" /></a> </div> <form method="get" id="cse-search-box" action="http://www.wp-tutorials.org/search/"> <input type="hidden" name="cx" value="partner-pub-5069074355555773:f9w4wr-xr8v" /> <input type="hidden" name="cof" value="FORID:10" /> <input type="hidden" name="ie" value="UTF-8" /> <input type="text" name="q" id="q" /> <input type="submit" id="sa" name="sa" value="Search Tutorial" /> </form> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script> <div class="widget_advertisement"> <a href="http://www.wpkickstart.com/" target="_blank"><img src="http://wpkickstart.com/wp-content/uploads/2009/12/25x25.jpg" alt="WP Kick Start" /></a> <a href="http://www.wp-tutorials.org/advertise/"><img src="http://www.wp-tutorials.org/wp-content/themes/wptuts2/images/125x125.png" alt="Advertise with us" /></a> </div> <div class="widget"><h3>Highest Rated Tutorials</h3><div class="data"><ul> <li><a href="http://www.wp-tutorials.org/creating-categories-with-wordpress/" title="Creating Categories with WordPress">Creating Categories with WordPress</a></li> <li><a href="http://www.wp-tutorials.org/wp-theme-hacks/" title="WordPress Theme Hacks">WordPress Theme Hacks</a></li> <li><a href="http://www.wp-tutorials.org/using-actions-in-your-themes/" title="Using actions in your themes">Using actions in your themes</a></li> <li><a href="http://www.wp-tutorials.org/link-building-seo-trick/" title="Link building SEO trick">Link building SEO trick</a></li> <li><a href="http://www.wp-tutorials.org/correct-way-of-adding-css-and-javascript-references-to-wordpress-themes/" title="Correct way of adding CSS and Javascript references to WordPress themes">Correct way of adding CSS and Javascript references to WordPress themes</a></li> <li><a href="http://www.wp-tutorials.org/manipulate-images-from-wordpress-post%e2%80%99s-content-with-regular-expressions/" title="Manipulate images from WordPress post’s content with Regular Expressions">Manipulate images from WordPress post’s content with Regular Expressions</a></li> <li><a href="http://www.wp-tutorials.org/create-a-custom-rss-feed-button-with-your-readers-number/" title="Create a Custom RSS Feed Button With Your Readers Number">Create a Custom RSS Feed Button With Your Readers Number</a></li> <li><a href="http://www.wp-tutorials.org/highlight-wordpress-category-when-on-a-single-post/" title="Highlight Wordpress Category when on a Single Post">Highlight Wordpress Category when on a Single Post</a></li> <li><a href="http://www.wp-tutorials.org/set-a-custom-gravatar-image-in-27/" title="Set A Custom Gravatar Image In 2.7">Set A Custom Gravatar Image In 2.7</a></li> <li><a href="http://www.wp-tutorials.org/styling-author-comments-with-wordpress-27/" title="Styling Author Comments With Wordpress 2.7">Styling Author Comments With Wordpress 2.7</a></li> </ul> </div></div><div class="widget"><h3>Most Rated Tutorials</h3><div class="data"><ul> <li><a href="http://www.wp-tutorials.org/how-to-create-a-featured-post-section/" title="How To Create A Featured Post Section">How To Create A Featured Post Section</a></li> <li><a href="http://www.wp-tutorials.org/display-separate-counts-for-comments-pingbacks-and-trackbacks/" title="Display Separate Counts for Comments, Pingbacks and Trackbacks">Display Separate Counts for Comments, Pingbacks and Trackbacks</a></li> <li><a href="http://www.wp-tutorials.org/how-to-embed-adsense-anywhere-on-your-posts/" title="How to: Embed Adsense anywhere on your posts">How to: Embed Adsense anywhere on your posts</a></li> <li><a href="http://www.wp-tutorials.org/how-to-schedule-posts/" title="How to schedule posts">How to schedule posts</a></li> <li><a href="http://www.wp-tutorials.org/12-wordpress-seo-tips-and-advice/" title="12 Wordpress SEO Tips and Advice">12 Wordpress SEO Tips and Advice</a></li> <li><a href="http://www.wp-tutorials.org/creating-pages-with-wordpress/" title="Creating Pages with WordPress">Creating Pages with WordPress</a></li> <li><a href="http://www.wp-tutorials.org/creating-posts-with-wordpress/" title="Creating Posts with WordPress">Creating Posts with WordPress</a></li> <li><a href="http://www.wp-tutorials.org/how-to-create-a-static-page-for-your-homepage/" title="How To Create A Static Page For Your Homepage">How To Create A Static Page For Your Homepage</a></li> <li><a href="http://www.wp-tutorials.org/the-ultimate-thumbnail-hac/" title="The Ultimate Thumbnail Hac">The Ultimate Thumbnail Hac</a></li> <li><a href="http://www.wp-tutorials.org/creating-categories-with-wordpress/" title="Creating Categories with WordPress">Creating Categories with WordPress</a></li> </ul> </div></div><script type="text/javascript"><!-- google_ad_client = "pub-5069074355555773"; /* WP Tutorials 250x250 */ google_ad_slot = "7964452792"; google_ad_width = 250; google_ad_height = 250; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> </div> </div> </div> <div id="footer"> <div id="copyright">© 2008-2009 Copyright <a href="http://slimmity.com">Slimmity</a><br /> <a href="http://wp-tutorials.org">WP-Tutorials</a> uses <a href="http://wordpress.org">WordPress</a></div> <div id="credits"> <a href="http://www.wp-tutorials.org">Home</a> | <a href="http://www.wp-tutorials.org/about/">About Us</a> | <a href="http://www.wp-tutorials.org/advertisement/">Advertise</a> </div> </div> <script type='text/javascript'> /* <![CDATA[ */ var ratingsL10n = { plugin_url: "http://www.wp-tutorials.org/wp-content/plugins/wp-postratings", ajax_url: "http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/wp-postratings.php", text_wait: "Please rate only 1 post at a time.", image: "tutstars", image_ext: "gif", max: "5", show_loading: "0", show_fading: "1", custom: "0" }; var ratings_mouseover_image=new Image();ratings_mouseover_image.src=ratingsL10n.plugin_url+"/images/"+ratingsL10n.image+"/rating_over."+ratingsL10n.image_ext; /* ]]> */ </script> <script type='text/javascript' src='http://www.wp-tutorials.org/wp-content/plugins/wp-postratings/postratings-js.js?ver=1.50'></script> <!-- Woopra Analytics Code --> <script type="text/javascript" src="//static.woopra.com/js/woopra.v2.js"></script> <script type="text/javascript"> woopraTracker.track(); </script> <!-- End of Woopra Analytics Code --> <script src="http://stats.wordpress.com/e-201030.js" type="text/javascript"></script> <script type="text/javascript"> st_go({blog:'4384246',v:'ext',post:'0'}); var load_cmc = function(){linktracker_init(4384246,0,2);}; if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc); else load_cmc(); </script> <script src="http://pmetrics.performancing.com/6135.js" type="text/javascript"></script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <script type="text/javascript">_qacct="p-c0mE_MX04pthA";quantserve();</script> <script type='text/javascript' src='http://track3.mybloglog.com/js/jsserv.php?mblID=2008080111041808'></script> </body> </html>