echo “the title” without “the Loop”
-
Hi, i want to create a COMPLETELY NEW php file which ONLY echoes the title of a post onto the page. i don’t even want body or html tags on the page.
so i want a url like
https://www.mysite.com/my_new_page.php?id=33and all i want on that page is the title of post 33
so if i made a post that has a title called
“This is post is about magic”all i want on the page is
“This is post is about magic”i don’t want ANYTHING ELSE.
how do i do this?
thank you!!
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘echo “the title” without “the Loop”’ is closed to new replies.