Plugin Directory

Changeset 1233811


Ignore:
Timestamp:
08/29/2015 06:02:55 PM (11 years ago)
Author:
rdsteed
Message:

Updated README to recognize latest Wordpress version, better explain that some themes use time centric navigation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • default-sort-ascend/trunk/README.txt

    r616620 r1233811  
    44Tags: reverse, sort, ascending, chronological, posts, order
    55Requires at least: 2.0
    6 Tested up to: 3.0
     6Tested up to: 4.3
    77Stable tag: trunk
    88
     
    1111== Description ==
    1212
    13 By default, the sort order for queries in WordPress is descending.  This will produce posts in reverse chronological order, the desired result for most blogs.  However, in some cases, it may be desirable to have posts in ascending order.  When activated, this plugin changes the default order from descending to ascending.  This affects all queries (home page, archives, dates, etc).  Deactivating the plugin returns the default order to descending.  How well this works out varies from theme to theme.
     13By default, the sort order for queries in WordPress is descending.  This will produce posts in reverse chronological order, the desired result for most blogs.
     14
     15In some cases, it may be desirable to have posts in ascending order.  When activated, this plugin changes the default order from descending to ascending.  This affects all queries (home page, archives, dates, etc).  Deactivating the plugin returns the default order to descending.
     16
     17***IF YOU DON'T LIKE THE RESULT, IT'S THE THEME***
     18
     19How well this works out varies from theme to theme.  Depending on a theme's navigation labels for posts, things may or may not make sense.  If labels are "Earlier" and "Later", things will seem backwards.  Some themes make sense either way.  For example, in the "Twenty Fifteen" theme, "Previous" is above "Next", suggesting list order rather than time.
    1420
    1521
    1622== Installation ==
    1723
    18 1. Upload 'default_sort_ascend.php' to the '/wp-content/plugins/' directory.
    19 2. Activate the plugin through the 'Plugins' menu in WordPress.
     24From your WordPress dashboard:
     25Visit 'Plugins > Add New'
     26Search for 'Default-Sort-Ascend'
     27Activate from your Plugins page.
    2028
    2129
     30From WordPress.org:
     31Download Default-Sort-Ascend.
     32Upload 'default_sort_ascend.php' to the '/wp-content/plugins/' directory.
     33Activate from your Plugins page.
     34
     35
Note: See TracChangeset for help on using the changeset viewer.