How to show specific text widget
-
Hi all
How can I show a widget text area (created in wp-admin) please? Thankssidebar.php (included sitewide)
<?php if( is_home() || is_front_page() ) : ?> <!--shows if index --> <div class="art-sidebar1"> <div style="height:430px;"><img align="right" src="/images/banner.jpg" alt="" width="160" height="430"/> </div> <?php else : ?> <!-- want to show if not index--> <div class="art-sidebar1"> <div style="height:430px;"> SHOW SPECIFIC TEXT WIDGET HERE </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to show specific text widget’ is closed to new replies.