Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: [Assigned] Search by author issues (help)

$
0
0

Sorry,
1) please try modify the PHP codes like this:

function author_id_func( $atts ){
return get_the_author_meta('ID');
}
add_shortcode( 'author_id', 'author_id_func' );

2) put the shortcode [author_id] into your content


Viewing all articles
Browse latest Browse all 20145

Trending Articles