Bug on multiple include
-
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
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug on multiple include’ is closed to new replies.