Untitled
unknown
plain_text
3 months ago
141 B
7
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
add_shortcode('titulo_post', 'titulo_post_fn');
function titulo_post_fn($atts) {
global $post;
return get_the_title($post->ID);
}