Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #87362
    Robert
    Participant

    Hi!

    I have a link in my post, but in the front page It is not working:

    In front page (2016.03.12.):
    http://www.kertvarosi-iskola.hu

    In post page:
    http://www.kertvarosi-iskola.hu/iii-kecskemeti-rogbi-torna

    Thanks!
    Sziszi

    #87366
    Robert
    Participant

    I find this code, but it shows pictures too.

    For Simple Catch Free version, you can achieve this by building child theme and then copy content.php to your child theme and change the following code
    <?php the_excerpt(); ?>
    To
    <?php the_content(); ?>

    Can you give me a code, to show full post but not picture? (Show full content, no image)

    Thanks!
    Sziszi

    #87384
    Mahesh
    Keymaster

    @sziszi: Glad to know that you’ve found the solution to your first issue. As for the second issue, you are using image inside the content, you’ll Custom CSS to remove it. Please add the following CSS:

    .blog #content .post.hentry img {
        display: none;
    }

    Let me know if any problem.

    Regards,
    Mahesh

    #87408
    Robert
    Participant

    Thanks!

    It is works perfect!

    Sziszi

    #87421
    Mahesh
    Keymaster

    @sziszi: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Front page post problem’ is closed to new replies.