Get all our 20+ Elementor themes worth $609 at just $59! Limited time offer. Get It Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

inner banner

How to remove "Read More" from "Section 6"?

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5812
    Akash
    Participant

    Hi Team,

    I don’t want “Read More” for Section 6 in my website. Please suggest How to remove “Read More” from “Section 6”?

    Regards,
    Akash

    #5813
    Akash
    Participant

    Hi Team,

    Also, I dont want any action/ redirection to other url when clicking the image for the same section.

    Regards,
    Akash

    #5829
    Grace Themes
    Member

    Hi Akash,

    To remove the Read More button and links form title and image of Latest News section

    Go to inc/custom-functions.php file of eaterstop-pro theme directory

    or Go to Appearance -> Editor -> inc/custom-functions.php

    at line no 812 find below code and replace with the new code
    <a href="'.get_the_permalink().'"><img src="'.$imgUrl.'" alt=" " /></a>

    New code: <img src="'.$imgUrl.'" alt=" " />

    at line no 815 find below code and replace with the new code
    <h6><a href="'.get_permalink().'">'.get_the_title().'</a></h6>

    New code: <h6>'.get_the_title().'</h6>

    To remove Read More button: at line no. 822 find below code and remove it
    <a href="'.get_permalink().'">'.of_get_option('latestnewsreadmore').'</a>

    If you are finding any difficulty in changing this code, please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and solve your issues quickly.

    Regards
    Grace Themes

    #5850
    Akash
    Participant

    Hi Team,

    I cannot see below path in my WP login:-
    Appearance -> Editor -> inc/custom-functions.php

    Please help.

    Regards,
    Akash

    #5856
    Grace Themes
    Member

    Hi Akash,

    Please send your website URL and WordPress admin login details for temporary at [email protected] so we can check and solve your issues quickly.

    Regards
    Grace Themes

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.