Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Towfiq I.

    (@tislam100)

    Go to Appearance> Editor and select “index.php” and find this line:

    <h3><?php echo of_get_option('block1_text'); ?></h3>

    and replace it with:

    <h3><a href="your link here"><?php echo of_get_option('block1_text'); ?></a></h3>

    do the same to these lines:

    <h3><?php echo of_get_option('block2_text'); ?></h3>

    <h3><?php echo of_get_option('block3_text'); ?></h3>

    <h3><?php echo of_get_option('block4_text'); ?></h3>

    Thread Starter walz12

    (@walz12)

    perfect. thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Zenon Lite] Links for Blocks on homepage’ is closed to new replies.