>
Download This Plugin | |
Download Elegant Themes | |
Name | WP Sort Posts |
Version | 1.0 |
Author | TrueFalse |
Rating | 76 |
Last updated | 2013-06-25 01:53:00 |
Downloads |
1891
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
WP Sort Posts plugin added 1 bytes of resources to the Home page and 5 bytes of resources to the sample Post page.
WP Sort Posts plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! WP Sort Posts plugin ads no tables to your Wordpress blog database.This plugin adds a drop-down list with the ability to sort your blog posts: * sort by title; * sort by date (newest first); * sort by date (oldest first); * sort by date last modified.
Paste the following code in the templates 'index.php', 'archive.php', 'category.php' or/and 'author.php' etc.:
<?php
if (function_exists('wpsp_orderby_posts_form')):
wpsp_orderby_posts_form();
endif;
?>
This tag must be before The Loop. For more information go to the "Installation".