• Resolved ryanjohnjackson

    (@ryanjohnjackson)


    Having issues getting most recent post to show:

    [post-list exclude_current=”0″ category=”48″ numberposts=”1″ show_image=”true” show_excerpt=”true” excerpt_length=”60″]

    I’ve also tried:

    [post-list exclude_current=”true” category=”48″ numberposts=”1″ show_image=”true” show_excerpt=”true” excerpt_length=”60″]

    [post-list exclude_current=true category=”48″ numberposts=”1″ show_image=”true” show_excerpt=”true” excerpt_length=”60″]

    [post-list exclude_current=0 category=”48″ numberposts=”1″ show_image=”true” show_excerpt=”true” excerpt_length=”60″]

    http://wordpress.org/extend/plugins/post-content-shortcodes/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ryanjohnjackson

    (@ryanjohnjackson)

    Correction:

    exclude_current=”true” was tested as exclude_current=”false”. I had changed that manually for this support group but it was tested as false for my site and still not working.

    Thanks

    Thread Starter ryanjohnjackson

    (@ryanjohnjackson)

    Resolved:

    I had assumptions about the plugin that by default it was “orderby=”post_date” and that it would be descending.

    I didn’t notice this because I have been trying to show 1 post at a time. So no matter what I did I’d just see the “wrong” post.

    So it’s my fault for assuming 😉

    This is the correct code for my latest blog post area:
    ‘[post-list orderby=”post_date” order=”dsc” exclude_current=”0″ numberposts=”1″ show_image=”true” show_excerpt=”true” excerpt_length=”60″ ]’

    Thanks for the plugin 😉

    THANK you.
    All I needed from this was what was being used as the abbreviation for descending.

    /retracted/

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Post Content Shortcodes] exclude_current does it work?’ is closed to new replies.