Reputation: 3975
I want to print the name of the page I am on in Wordpress. How do I do this?
Upvotes: 0
Views: 683
Reputation: 1
in addition, think you should add the "echo" so it would output or print the title. so goes like:
<?php echo the_title(); ?>
Upvotes: 0