• im not quite sure how ive this one that wrong- but it appears i cant order the posts the way that i wish.

    i want to order my “news” category by date of posting, so that the most recent one appears at the top. ive tried asc there, but desc does nothing either: the code im using is as follows:

    [wp_cpl_sc cat_id=news list_num=3 css_theme=2 orderby=date order=asc]

    could really do with some help with this.

    https://www.ads-software.com/plugins/list-category-posts/

Viewing 2 replies - 1 through 2 (of 2 total)
  • I wish I could help, but you lost me with your code. I assume it must be for a template.

    Examples of my working codes are:

    [catlist id=18 orderby=title order=asc numberposts=-1 Date=yes]
    [catlist id=18 orderby=date order=desc numberposts=-1 Date=yes]

    or using Category names

    [catlist name=motors?orderby=title order=asc numberposts=-1 Date=yes]
    [catlist name=motors?orderby=date order=desc numberposts=-1 Date=yes]

    I have these working on a few sites.

    That short code is for WP Category Post List Widget.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Refuses to order posts correctly?’ is closed to new replies.