H hristo Registered Member Joined May 15, 2009 Messages 87 Reaction score 14 Mar 9, 2012 #1 Hi guys, Is there any WP plugin that will call post title and will display it inside post content? Regards
Hi guys, Is there any WP plugin that will call post title and will display it inside post content? Regards
H hristo Registered Member Joined May 15, 2009 Messages 87 Reaction score 14 Mar 9, 2012 Thread Starter Thread Starter #2 Anyone?
W winterhawk Newbie Joined May 2, 2010 Messages 1 Reaction score 0 Mar 9, 2012 #3 You'l need to be a bit more specific about where in the post content you want it; beginning/middle/end? Can you throw out an example of where you want it? What you're looking for isn't particularly complicated code-wise, but I can't suggest anything without a few more details
You'l need to be a bit more specific about where in the post content you want it; beginning/middle/end? Can you throw out an example of where you want it? What you're looking for isn't particularly complicated code-wise, but I can't suggest anything without a few more details
H hurley Newbie Joined Mar 31, 2010 Messages 13 Reaction score 21 Mar 10, 2012 #4 the plugin Exec-PHP allows you to use php in your posts... then use this code snippet Code: <?php echo get_the_title($id); ?> $id = page/post ID
the plugin Exec-PHP allows you to use php in your posts... then use this code snippet Code: <?php echo get_the_title($id); ?> $id = page/post ID