mcmuney Posted August 28, 2011 Share Posted August 28, 2011 How do I incorporate wordpress php usage withing standard php? For example, this is typically the template used for the title in wordpress: <?php the_title(); ?> How would I show that in php, like: $title = the_title(); //this doesn't work by the way Quote Link to comment https://forums.phpfreaks.com/topic/245854-php-and-wordpress-template/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.