Support » Plugin: News CPT » more news link is not working

Viewing 1 replies (of 1 total)
  • Plugin Author vanjwilson

    (@vanjwilson)

    @jack.expertdesigner,

    Sorry I missed the notice of your question when you asked it. I’m just circling back around to this plugin after being busy with other projects for a while.

    After you install the News-CPT plugin and add news items, they will appear in reverse chronological order at a page with the URL /news. This functions just like your blog archive page–if there are more news items than the limite set in Settings->Reading->Blog pages show at most X posts, which is 10 by default, that /news page will be paginated.

    If you want to change the order, to say be chronological with the oldest first, you could use a a custom function in your functions.php file, and attach it to the pre_get_posts hook, as described in this Codex article: http://codex.wordpress.org/Plugin_API/Action_Reference/pre_get_posts.

    I just finishing up testing a revised version of the plugin, which will add a shortcode so that you can add a list of news items in the middle of any other post’s content. This will have options like ‘count’ for the number of news items to show, and ‘category’ to limit it to limit it to news items assigned to a particular category.

    I hope this is not too late to help. Let me know if you have any other questions.

    -Van

Viewing 1 replies (of 1 total)
  • The topic ‘more news link is not working’ is closed to new replies.