• I installed this plugin as a quick solution to hardcode an activity stream onto the individual feed entry page to show users what is going on elsewhere on the site. Is this possible? It doesn’t seem to work.

    I tried using do_shortcode on the entry.php template but nothing shows? Is it because there is already an activity loop on the page? If so is there a workaround? Adding the container_class doesn’t seem to help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor BuddyDev

    (@buddydev)

    Hi,
    Thank you for using the plugin.
    We suggest using the shortcode inside the post content. But if you want it via code, you will need to echo the do_shortcode like below

    
    
    echo do_shortcode( '[activity-stream]' );
    
    

    Please do let me know if that works for you or not?
    Brajesh
    BuddyDev Team

    Thread Starter mrjcgoodwin

    (@mrjcgoodwin)

    Hi, thanks for the reply. As per my message though I did already try using do_shortcode. It did not work.

    Should the shortcode work on a page that already has an activity loop on it?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hardcode to single entry page?’ is closed to new replies.