Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mailmirza

    (@mailmirza)

    I dont know if it is a wrong way of doing it, but it is working:

    I commented three following lines for “Read More” in three section and it disappeared.

    File:
    /wp-content/themes/minamaze/admin/main/options/02.homepage.php

    Original Code:

    '<p><a href="' . $thinkup_homepage_section1_link . '" class="more-link
    themebutton">' . __( 'Read More', 'lan-thinkupthemes' ) . '</a></p>',
    '<p><a href="' . $thinkup_homepage_section2_link . '" class="more-link
    themebutton">' . __( 'Read More', 'lan-thinkupthemes' ) . '</a></p>',
    '<p><a href="' . $thinkup_homepage_section3_link . '" class="more-link
    themebutton">' . __( 'Read More', 'lan-thinkupthemes' ) . '</a></p>',

    Edited code:

    //'<p><a href="' . $thinkup_homepage_section1_link . '" class="more-link
    themebutton">' . __( 'Read More', 'lan-thinkupthemes' ) . '</a></p>',
    //'<p><a href="' . $thinkup_homepage_section2_link . '" class="more-link
    themebutton">' . __( 'Read More', 'lan-thinkupthemes' ) . '</a></p>',
    //'<p><a href="' . $thinkup_homepage_section3_link . '" class="more-link
    themebutton">' . __( 'Read More', 'lan-thinkupthemes' ) . '</a></p>',

    Please follow these steps:
    1- Login to WordPress as admin.
    2- Go to “Appearance” > “Editor”
    3- Open “Footer.php”
    4- Edit it!

    Original code:

    <?php === Add custom footer === thinkup_input_copyright(); ?>

    Edited Code:

    <?php  echo "ADD YOUR TEXT HERE"; /* === Add custom footer ===  thinkup_input_copyright(); */ ?>
Viewing 2 replies - 1 through 2 (of 2 total)