• Resolved isundil

    (@isundil)


    Hello, I have the case where I have to do multiple include, such as :

    Page A: [include page B]
    Page B: [include page C]
    Page C: [include page D]
    ...

    I had a bug with displaying the title of the “next page’s” title, it was always displaying the “Page A” title.

    to fix it, I replaced around line 107
    get_the_title()
    by
    get_the_title($id)

    Everything else is working fine, thank you

    https://www.ads-software.com/plugins/include/

Viewing 1 replies (of 1 total)
  • Plugin Author Michael Flynn

    (@mflynn)

    Thanks for the bug report and a super big thanks for doing the work for me. I have thanked you in the comments and submitted a new version.

Viewing 1 replies (of 1 total)
  • The topic ‘Bug on multiple include’ is closed to new replies.