• Hello,

    i would like to show all the posts from a certain category that were written on the same date (day / month) in the post

    a sort of this day in history but with wordpress posts from a certain category

    is there a plugin that makes this possible?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    There may be, but I don’t know of one myself. Altering your theme template to do this with some custom code isn’t all that difficult. You use the WP_Query class, passing category and date_query arguments. Then run a loop to display the results. By starting with the provided examples and editing as required, you may be able to accomplish your desired feature even without knowing much about coding.

    This custom code will be lost when and if your theme is updated. To protect it, either keep a backup copy or create a child theme. Child themes are not that difficult either and are the recommended way to protect custom template code.

Viewing 1 replies (of 1 total)

The topic ‘posts published on this day’ is closed to new replies.