Add widgets after comment

Posted in: Newspaper
Post count: 53

Is it possible to add widgets after comment section because most of the areas be empty ?

Post count: 6535

Hi

Yes this is possible by editing comments.php like here: http://screencast.com/t/zplmOTxrgNdq

<?php
echo do_shortcode('[widget-shortcode-goes-here]');
?>

Just paste the shortcode inside do_shortcode() function and the widget will be displayed bellow comments section.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.