A code to get the page title
-
Hi,
I want to add this code to end of all posts:<iframe src="https://test.com/query.php?&q={QUERY}" width="100%" frameborder="0"></iframe>
And replace “QUERY” and “query” with the post title.
I tried to add a short code to get the page title and then edited the code like this, but did not work:<iframe src="https://test.com/[page_title].php?&q={[page_title]}" width="100%" frameborder="0"></iframe>
Also tried this, but no success:
<iframe src="https://test.com/<?php Echo get_the_title();?>.php?&q={<?php Echo get_the_title();?>}" width="100%" frameborder="0"></iframe>
- The topic ‘A code to get the page title’ is closed to new replies.