Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author felixdorner

    (@felixdorner)

    Hey,

    I admit that I forgot to check the support threads here. We already solved the issue via email but I want to share the solution with others as well:

    It’s possible with some customizations in the theme. Had a quick look and would suggest the following steps:

    1. You’ll need to edit all those php files beginning with ‘content’,
    2. Search for <?php _e( ‘Comments closed’, ‘yuuta’ ); ?> and delete the line.
    3. You also need to edit the line <?php _e( ‘Read More &’, ‘yuuta’ ); ?> to <?php _e( ‘Read More’, ‘yuuta’ ); ?> (deleting the &)
    4. Add the ‘&’ here: <?php comments_number( ‘& Comment’, ‘& View one comment’, ‘& View % comments’ ); ?>

    Cheers

    Hello, I did this but the button itself is still there. Just without “text” inside. And I also want to remove the button under it. Just to have the Postpicture without anything to click on.

    Theme Author felixdorner

    (@felixdorner)

    Hey, the button should at least display a read more text? If this is not the case it seems you don’t have content in your post or did something wrong while customizing.

    Another info I forgot: Please make sure to implement such changes in a child theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don't display 'Comments are Closed' in Yuuta Theme’ is closed to new replies.