• Resolved Copywrite

    (@copywrite2012)


    Hi all
    How can I show a widget text area (created in wp-admin) please? Thanks

    sidebar.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.