• Resolved jujubee636

    (@jujubee636)


    I’m a novice. I started with one theme, got familiar with it, then decided to change it. I looked at a lot of themes via googling – I have to go free for now – and downloaded / installed ones that fit what I want. The next thing I do is VISIT SITE to see what got picked up and what didn’t, then look at the options page (if there is one) etc.

    I have two posts in place, both have pictures. Some of the themes are picking up the pictures and some of them aren’t. This is particularly frustrating because a number of the themes I like, and would work, but I can’t figure out how to get the post images to show.

    Other themes pick up the images, but there are other issues having to do with my lack of knowledge or the theme – like some have a fixed header.

    If I could understand why the images are showing up in SOME themes and not in others, then at least I could move forward. I’ve tried de-activating all the plug ins (not that many) but that doesn’t affect anything.
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • Are you talking about the featured image of the post? or an image that you have added inline in your content?

    If it is the featured image you are referring to, the themes that aren’t displaying it simply don’t support post thumbnails or don’t show them because there is no code to display them. If the theme utilizes thumbs in any way, you will see this in the functions.php file:

    add_theme_support( 'post-thumbnails' );

    If it displays the post thumbnails, you will see something along these lines on the single.php or post.php file:

    if ( has_post_thumbnail() ) {
    	the_post_thumbnail();
    }

    Hope this helps

    Thread Starter jujubee636

    (@jujubee636)

    Thank you, Dave. It might be a bit beyond me, so I’ll see if I can clarify. I think what I’m talking about it the featured image. That is, I put an image at the very beginning of my post – but I do it by putting the cursor before the first letter, and then using the Add Media (or whatever it says) button. Then I pull it from the gallery or my computer, and it shows up when I publish or update the post.

    So in my naivite, I thought that looking at the demo, if there was an image next to the post there, then the theme would pick up my image and show it in the same place as it is in the demo. Usually to the left of the excerpt, or on top of the excerpt or full post, or with the first line to the right of the image and the rest of it underneath.

    Not so. My post shows up, but not the image. I’ve looked for use thumbnails, or something I remember from my WP blog attached to my earlier Joomla site – but it’s as if I know just enough to THINK I know what I”m doing.

    The CSS Editor has so many templates on the right, I don’t even know how to find something – though I’m taken a stab at sensible sounding places and then scrolling or control F – that’s where I need to look, yes? Editor?
    Thank you, Dave.

    Thread Starter jujubee636

    (@jujubee636)

    My above post was too old to edit and I’ve resolved the situation. You’ll probably groan – I suspect people like me drive people who know what they’re doing crazy.

    I think this morning it became a non issue. I went to answer your question, and then put a paragraph in on what prompted this crazy binge. In the process, I thought I’d give you my URL because I wasn’t sure what I’d left on it last night.

    I’d had someone modify a theme so I could use it on a couple mini sites, and when I decided to do a main blog, I downloaded the original theme so the date etc would show up. In the process, an edit tag showed.

    I just learned this morning that if I’m not logged in to the site and going through VISIT SITE, that tag doesn’t show up. (I know just enough to be dangerous, yes?) So I can use the same theme as my others, unmodified, and just chalk about all the wasted time to….experience.

    Thank you so much for your help and answer to my question, Dave.

    Okay, I see what you are asking. The featured image is different than an image you just import into your post via the media uploader. Most themes won’t inherently pull an image that you import into your post via the media uploader and use it for the post thumbnail. The featured image is a wp function that has its own uploader on the edit post page.

    Do this: go to your edit page for one of your posts and look for the “Featured Image” box. (Usually near the bottom of the page in the right column if you haven’t changed the default settings. Looks something like this ->

    https://davescottschneider.com/wp-content/uploads/2014/09/Screen-Shot-2014-09-08-at-9.24.33-AM.png

    If you don’t see that, it probably means the theme you are using does not support the Featured Image function.

    Sidenote: You can also check to see if the featured image box is just hidden on your post edit screen by clicking the ‘Screen Options’ dropdown tab in the top right corner of the edit post page. If “Featured Image” is there but not checked, go ahead and check the box and the featured image uploader box will appear on your edit post pages.

    Does this help explain it?

    Thread Starter jujubee636

    (@jujubee636)

    Dave. Thank you so much! Now I understand in case, I need to go another route, or encounter some other problem that sends me chasing off onto another theme.

    New information is good. Thank you again very much for your time and help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘post images showing up in some themes, not others’ is closed to new replies.