tushargugnani / 5balloons.info

5 stars 1 forks source link

Not include hero image and icon links on subsequent pages of home page #12

Closed tushargugnani closed 2 years ago

tushargugnani commented 2 years ago

As explained in the video https://drive.google.com/file/d/1mLnap38I_SKEXhYFpvJnJhyojA9DbThR/view?usp=sharing

tapan288 commented 2 years ago

maybe we can display the first 5 posts, and add a button that says View all Posts, and from there we can implement the pagination properly?

tushargugnani commented 2 years ago

@tapan288 Ok sounds better. Instead of Latest Posts on the home page change it to Popular posts. We will show all the posts which are tagged popular. View all Posts button will lead to a different page that shows all the posts.

We still have to maintain the current URL structure though to show all the posts, for example https://5balloons.info/page/1/ https://5balloons.info/page/2/, since we don't want to break the current SEO.

tapan288 commented 2 years ago

@tushargugnani, I couldn't find any tags for popular, so I couldn't test it, but I just added it some post on production database, so can you send me the db backup once again? so that I can test it

tushargugnani commented 2 years ago

mqjvjfumzr (1).sql.gz

Attaching the latest db export

tushargugnani commented 2 years ago

@tapan288 Instead of Popular category, we can probably attach a popular tag to the post. That seems more cleaner way to do this.

tapan288 commented 2 years ago

@tushargugnani, that's what I was about to do