Get title for specific post
-
I’ve followed this thread
https://www.ads-software.com/support/topic/69219?replies=3
to get the title for an specific post but I cannot get it to work. The code I’m using is:
<?php echo $my_id = 414; $post_id_414 = get_post($my_id); $title = $post_id_414->post_title; ?>
where 414 is the id of the post in wordpress. When I run the script I get 414 instead of the title.
Any suggestions?
- The topic ‘Get title for specific post’ is closed to new replies.