Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter artouiros

    (@artouiros)

    Ok, found an easier way:
    made a change in plugin-core

    // Display author box on single posts
    		$this->loader->add_filter( 'the_content', $plugin_public, render_author_box', 10, 1 );

    to

    // Display author box on single posts
    		$this->loader->add_filter( 'the_tags', $plugin_public, 'render_author_box', 10, 1 );

    Plugin Author Molongui

    (@molongui)

    Hi artouiros,

    shortcode to display the author box anywhere you like is available only in the premium version of the plugin. If you wish, you can get it here.

    Using the shortcode, you are able to display the information of the author you define (not just the one who write the current post), to customize how it is displayed regardless of the configuration set in the plugin settings and much more. You can find out here.

    Thank you very much.

    Regards,
    The Molongui Team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I show author box below the other non-post content in php?’ is closed to new replies.