• I want to show only posts from category Publications on my right side, using Archive widget and to have on more widget like Recent post, where i can show all other posts.

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    You can modify portions of the SQL query used by the Archive widget by hooking into the filters ‘getarchives_where’ and ‘getarchives_join’. These filters affect all calls to wp_get_archives() so before modifying the query check that the second hook parameter matches up with the arguments passed by the widget.

    The Recent Posts widget uses the filter ‘widget_posts_args’ to create a new WP_Query object, so you can get this widget to display anything you could get using WP_Query yourself.

Viewing 1 replies (of 1 total)
  • The topic ‘How to show only posts from one category’ is closed to new replies.