Show title name in post, category post and any gadget’s post using defined WordPress’s function. In this article i have share simple code with you.
How to Do
- If you want to show post’s title name in post so paste <?php the_title(); ?> code, where you want to show post’s title name.
- If you want to show title name in page so paste <?php the_title(); ?> this code on page.php file.
- or anywhere you want to show post’s title name like category’s post and popular post so paste <?php the_title(); ?> this code there.
Hope this explanation you understand, have another help so Contact us. Thanks for visiting.