Change footer-widget layout

Discussion in 'Cloriato WordPress Theme' started by ebusdk, Mar 6, 2013.

Thread Status:
Not open for further replies.
  1. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
    What is the correct way to change the way the footer widget is displayed?

    From:
    <%title%>
    <%image%>
    <%description%>

    to:
    <%image%>
    <%title%>
    <%description%>
     
  2. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
  3. ebusdk

    ebusdk Member

    Joined:
    May 14, 2012
    Messages:
    40
    Likes Received:
    1
    Location:
    Denmark
    found out how to do it :)

    In Front-page.php I movede these lines down below the image code. Remember to do it on all 3 widgets

    Code:
              <?php if ( get_option('inkthemes_headline2') !='' ) {  ?>
              <h2><a href="<?php if ( get_option('inkthemes_link2') !='' ) { echo get_option('inkthemes_link2'); } ?>"><?php echo stripslashes(get_option('inkthemes_headline2')); ?></a></h2>
              <?php } else {  ?>
              <h2><a href="#">Our Services</a></h2>
              <?php } ?>
     
Thread Status:
Not open for further replies.

Share This Page