• Resolved davidsk

    (@davidsk)


    The theme looks great, but I would like the home page to not have the ‘read more’ button, but show full content. How do I do that? I’m using a child theme. Thanks for the help.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter davidsk

    (@davidsk)

    UPDATE: I tried updating content.php, but I’m having trouble getting it to work. Any tip will be welcome. Thank you.

    • This reply was modified 3 years, 12 months ago by davidsk.
    Theme Author Superb

    (@themeeverest)

    Hi @davidsk thanks for the kind words! ??

    If you go to Appearance > Customize > Additional CSS and add following:

    a.button.button-readmore { display: none !important; }

    That should do the trick!

    Don’t forget to rate the theme if you like it
    Have a great day

    Thread Starter davidsk

    (@davidsk)

    Thanks. That removed the button, but content is still split. I’m a novice at PHP, but it looks like the split for ‘read more’ is in template-parts/post/content.php, but I can’t figure it out… and I may be completely wrong. I say that because I saw this statement there:

      if(!is_single() && !is_page())  the_excerpt();
      else the_content( sprintf(
    	__( 'Continue reading<span class="screen-reader-text"> "%s"</span>', 'creativeily' ),
    	get_the_title()
    	) );

    Your help will be appreciated. Thanks again.

    Thread Starter davidsk

    (@davidsk)

    I managed to fix it. Took editing the content.php page to remove the splitting.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove READ MORE button’ is closed to new replies.