Untitled

 avatar
unknown
plain_text
4 months ago
141 B
8
Indexable
add_shortcode('titulo_post', 'titulo_post_fn');

function titulo_post_fn($atts) {
   global $post;
   return get_the_title($post->ID);
}
Editor is loading...
Leave a Comment