• Hello there!

    I have a project that is a news portal where I need a datepicker to select the cover of a specific day. Each day will feature news related from the day, but if I want to see the news from 3 days ago, I would select the datepicker to show the news at the home from that day. Just like a newspaper cover.

    So i need some direction to develop this! im not an expert in wordpress but ill try from your advices!!

    thanks!

Viewing 1 replies (of 1 total)
  • I don’t know how to do this with WordPress specifically, but I can give you general help.

    Since WordPress displays data dynamically, you’ll have to do one or two things: Save a list of stories shown on the front page, and optionally save the position of each story if the position of stories are listed randomly or in a specific location on the front page.

    You should be able to do this using a database field for each news article.

Viewing 1 replies (of 1 total)
  • The topic ‘Display homepage content from a specific day’ is closed to new replies.