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 Link to comment https://forums.phpfreaks.com/topic/245854-php-and-wordpress-template/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.