Status
Not open for further replies.

Tsets

Active Member
54
2015
3
0
hello,

is it possible to view the single post title into a single post ?

<iframe src=".........&sub=0&q={QUERY}" width="100%" frameborder="0"></iframe>

{QUERY} = posttile
 
Last edited:
3 comments
<?php the_title(); ?>
under the while loop of single page is the cause of the single post title
put that in your required position

anyway , for all themes Title is present in the single.php , so whats the need of extra title
 
hmm... it doesn't work ;(

<iframe src=".........&sub=0&q=<?php the_title(); ?>" width="100%" frameborder="0"></iframe>
 
single post title into a single post ?
?
iframe?
whats the link with iframe to show a single post title into a single post?

your question & actual requirements not met

dont know what you want to do
but for iframe ajax may help

 
Status
Not open for further replies.
Back
Top