Okay
  Public Ticket #160118
Carousel inside single.php
Closed

Comments

  • Nathan started the conversation

    Hi,

    Quick question. Is there a way I can insert a portfolio carousel under the #author-bio section of single.php? So I can have it appear under blog posts, but before the comments?

    For example:
    http://nathanmfarrugia.com/blog/are-ebooks-really-the-future-of-writing-the-telegraph/

    Thanks!
    Nathan

  •  1,043
    ThemeNectar replied

    Hey Nathan!

    It would require modding the single.php file and making use of this function to parse a shortcode in the file:

    <?php echo do_shortcode('[your_shortcode_here]'); ?>

    Cheers :)

  • Nathan replied

    Perfect, thank you!