Shortcode for Post Title in Content
-
I need to create a shortcode to return the post title in the body of the content.
with PHP enabled <?php the_title(); ?> returns what I want, but it gets stripped by WP and is a security risk to enable PHP.
1) is there a Shortcode generator plugin for PHP functions?
2) what would be the specific code for functions.php to make this work?
thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Shortcode for Post Title in Content’ is closed to new replies.