• I’m using separate pages for displaying posts from each category. I need to check whether any new post (posted within a week or 7 days) is there in a particular category to show a blinking ‘new’ image over the corresponding menu of that page(category). Is there any simple way to do it?

Viewing 1 replies (of 1 total)
  • How are you building the menu? First thought is to just use SQL to check if the latest post is in the date range you want and then add a styled class if it is.

Viewing 1 replies (of 1 total)
  • The topic ‘Category updates’ is closed to new replies.