• Lets say i have this message on my frontpage with a snippet

    Blablabla yes yes blabla yes yes
    blabalbaBlablabla yes yes blabla yes yes
    blabalbaBlablabla yes yes blabla yes yes
    blabalbaBlablabla yes yes blabla yes yes
    blabalba READ MORE

    Then offcourse when someone clicks on read more it will redirect them to the full message. But in the full message i want to have a picture like directly at the beginning without actually placing the picture on my frontpage or snippet. How can i do this ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • It sounds like your posts are using the_content() on the main page if they are displaying images as well but then again you say that it is already showing a snippet.

    If you look at your theme’s index.php see if you can find either

    <?php the_excerpt(); ?>
    
    <?php the_content(); ?>

    the_excerpt wont show a picture on your main page and will only show the first 55 words of your post. On the other hand, the_content displays the full post along with images and everything.

    Using the_excerpt will also create a Continue Reading link or something similar. Are you currently using the more tag to create snippets?

    Thread Starter damian1902

    (@damian1902)

    is there a way to do it without using excerpts? Yes im currently using the more tag look at it my blog is https://www.geldblogger.nl
    thank you

    Locate the “excerpt editor” plugin. With that one you can say what tags are allowed in excerpts and which aren’t.

    Thread Starter damian1902

    (@damian1902)

    I downloaded the plugin however excerpts dont seem to work?? When i replace the <?php the_content(); ?> with <?php the_excerpt(); ? in index.php the things i write in the excerpt actually show in the post itself but in the text editor i get the frontpage text and my layout is wrong. Anyone??

    You don’t have to edit any files yourself when you use that plugin. the_content stays right where it is, but plugin does the rest. You might have to get used to using the plugin, but just follow the tabs from left to right and you’ll be able to do what you want. The “replace” function is the most important.

    Thread Starter damian1902

    (@damian1902)

    To show a better example of what im trying to accomplish;
    on the frontpage of johnchowcom you have this message

    The Motive Network Introduces Advent 2.0
    October 28th, 2008 / 17 Comments
    John Chow dot Com has a new advertiser on board, so I’ve been asked to write a post introducing all of you to The Motive Network, by Motive Interactive. The main reason why they’d like to attract your attention is that this C…

    Read More ?

    when you click on read more at his homepage you get to the full post offcourse which is located at and then in this post at the right top side you see a ad how can i do this? thank you

    When that add is an image in the post, read my instructions again. Adds could be a whole different story though. I don’t know how John Chow makes his adds, but it could be a plugin or even differently.

    Thread Starter damian1902

    (@damian1902)

    Thanx you helped me out alot ?? its working now

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Dont want to show the picture in the snippet’ is closed to new replies.