• I use the Appointment Green childtheme version 1.3.2 and currently work on a local copy.
    I recognized, the Read more buttons only show up when the post has a long excerpt text (which is cut off in the slider). If it has a short excerpt text or none, the buttons won’t show up although the posts themselves have content.

    Could you please correct that, bc the sliderposts are useless if one cannot open the post.
    If there is any other way, please let me know.

    Thank you!

Viewing 1 replies (of 1 total)
  • Hi
    If you want to show read more button even the slider content length is low.
    For this follow the given below instruction.
    Step 1
    1 Find the appointment-slider-section.php file located in your webriti-companion plugin folder >>inc>>appointment>>sections Find the file.
    2 Open the file and find the below line of code on line no 156

    echo get_the_excerpt();

    3 And replace it with below line of code.

    echo the_content(‘ Read More’,”);

    Step 2

    Then insert more tag into the post editor content where you want to show read more button .
    Regarding more tag
    refer this link
    https://www.bourncreative.com/why-use-the-wordpress-more-tag/

    Let me know for any confusion .

    Thanks
    Akhilesh

Viewing 1 replies (of 1 total)
  • The topic ‘Slider doesn’t show Read More buttons’ is closed to new replies.