How to get news ticker on home page sidebar only..
-
plugin is great but just one things I want to customize…
I added necessary function/code in sidebar.php
<!– BEGIN: #secondary –>
<div id=”secondary” class=”g1-sidebar widget-area” role=”complementary”>
<h3>Latest News</h3>
<div id=”news”>
<?php if ( function_exists(‘insert_newsticker’) ) { insert_newsticker(); } ?>
</div>
…….
………
</div>Now news ticker coming on all page’s sidebar.
But i want it to add in only home page sideabr.
Is there any way to do this, so if side bar is primary/home then only
then only display news ticker…
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to get news ticker on home page sidebar only..’ is closed to new replies.