brunobar
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Starbox - the Author Box for Humans] Custom postI tried use this shortcode but doesnt work.
To call related posts I use;
function get_related_author_posts() { global $authordata, $post; $authors_posts = get_posts( array( 'author' => $authordata->ID, 'post__not_in' => array( $post->ID ), 'post_type' => 'job_listing', 'posts_per_page' => 5, 'orderby' => 'rand', ) );But how I use that code in starbox plugin?
How I put social share code in my template? Using the framework are in wrong position, not showing in the footer.
Of course!
Thanks man, you is the best!
How I change language in facebook comments? I say that because my country is Brazil the language is pt_BR. Thanks
Thanks, working now! 🙂
I tried but return no results
Viewing 7 replies - 1 through 7 (of 7 total)