• Resolved Gherpelli

    (@gherpelli)


    How to create a post without picture? When I try to do this appears the “space” that shows an image missing!
    You could create a kind of post without image!

Viewing 3 replies - 1 through 3 (of 3 total)
  • In content.php remove the following line to remove the placeholder image:

    <img src="<?php echo get_template_directory_uri(); ?>/img/thumb-medium.png" alt="<?php the_title(); ?>" />

    With a child theme.

    Thread Starter Gherpelli

    (@gherpelli)

    Tks.
    I do in content.php, and now I need to know how to do this with a child theme!

    I wish to include, but don’t know how to “exclude”!

    Coud you give me a direction?

    Tks

    Thread Starter Gherpelli

    (@gherpelli)

    ooppsss…

    I discover other “content”, the content-featured.php!

    I edit both, and put in child theme… OK

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create a post without image’ is closed to new replies.