• Sorry didn’t know how to sum it up in the title. But here’s my problem, as you can see on https://ninjawanda.com, when you click on one of the posts, it pops open, showing you the post, but deletes all the post under it so you have to go back to the main page to see the rest. I want it so that when you click on a post, it’s slides open showing you the content, but you’ll still be able to scroll and view the other posts. Is that possible?

Viewing 1 replies (of 1 total)
  • Opening a read more to another page, what you don’t want, is the way that WordPress works.

    What you are looking for is called an accordion, or collapsing code, where part of the content is hidden until something is clicked that reveals it. This is done by using javascript to hide the code. The easiest way is with jQuery.

    I don’t think there are any plugins that automatically do this. It would require some custom coding, but wouldn’t be very difficult.

Viewing 1 replies (of 1 total)
  • The topic ‘How to let READ MORE slide open instead of pop open?’ is closed to new replies.