1 bdsur Jan 21, 2011 17:40
3 bdsur Jan 22, 2011 11:35
tilqicom wrote:
just add "widget container" after title and body text or whereever you want to display a widget.
inserting a widget means simply adding below code:
<? // ------------------------- "After title adsense" CONTAINER EMBEDDED HERE -------------------------- // Display container and contents: skin_container( NT_('After Title'), array( // The following params will be used as defaults for widgets included in this container: 'block_start' => '', 'block_end' => '', ) ); // ----------------------------- END OF "After title adsense" CONTAINER ----------------------------- ?>
right after your title in your skin's file (posts.main.php or if you dont have that one; index.main.php).
Then simply go to widgets and insert a free html widget in that container with your ad code.
I did not see any "widget container" after title.
4 tilqicom Jan 22, 2011 12:40
bdsur wrote:
I did not see any "widget container" after title.
yes there isn't.That's why i gave you the above code.Insert it after your title as explained above and insert your free html ad widget in that container afterwards.
just add "widget container" after title and body text or whereever you want to display a widget.
inserting a widget means simply adding below code:
right after your title in your skin's file (posts.main.php or if you dont have that one; index.main.php).
Then simply go to widgets and insert a free html widget in that container with your ad code.