• I am busy making a site, with the usual header, menu, content and sidebar (for news-facts)
    I have set it up and it works, beside the <read more> tag links to another page. I want to have a short post in the news div, and after it a read more tag, and while clicking on it the news must expand (in the same div tag) to the full story, while its “pushing” other news facts down.

    How is it possible to make? Is javascript coming in place?

    thanx already!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You will need to do this with Javascript, but it shouldn’t be very hard if you use jQuery, which ships with WordPress. Look into jQuery’s show, hide, toggle, and animate functions to start. That is not an exhaustive list though, and if you want to load jQuery’s UI extensions you have even more to work with.

    Thread Starter mayarulez

    (@mayarulez)

    mmm, quit confusing for me…. How can I look into the jQuery lists?

    How can I look into the jQuery lists?

    Do you mean, “Where can I find the jQuery Documentation?”

    https://docs.jquery.com/Main_Page

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Read more tag and expanding content’ is closed to new replies.