Informations
This code display/get the title of a post.
Code
// Display the title
<?php the_title(); ?>
// Get the title
<?php get_the_title(); ?>
This code display/get the title of a post.
// Display the title
<?php the_title(); ?>
// Get the title
<?php get_the_title(); ?>