I’ve a custom widget for ads, it helps me to show ads on sidebar but I’m trying to display it under every single post or on front page near to slider.

<?php the_widget( 'AdWidget_300' ); ?> 

How could I call custom widget anywhere I want?

5 s
5

Add a widget area to your single.php, front-page.php, home.php or whatever you want.. template’s theme file. Than at the back-end go to Appearance > Widgets and move the widget to the widget area you just created.

Leave a Reply

Your email address will not be published. Required fields are marked *