• Hi to all,

    on my new site (still in construction) i have one problem.
    Every new post have the same picture (stupid ball) in the front page, but when you go to the post you will see that i put some different picture.

    How to change this?

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • What do you want to change?

    Theme you are using can format post appearance differently in index and single page. If you understand programming, I suggest you look into the index.php and single.php and see the difference.

    Thread Starter dejan001

    (@dejan001)

    Thank you. The problem is that i do not know programming. Please check my page : https://www.kickbackpoker.net and you will se what is the problem. Do you have the solution?

    Hmmm, my best guess is this: theme you are using is trying to use ‘featured image’ of your posts. If it doesn’t find the featured image for a particular post, it will display the ‘stupid’ ball. Try to add a featured image in a post and see the stupid image should have been changed with your thumbnailed featured-image.

    Thread Starter dejan001

    (@dejan001)

    Thank you, I will now try to change this!

    Thread Starter dejan001

    (@dejan001)

    Sorry, how to add featured image?

    On the post editor, look at the featured image box on the right sidebar (at the bottom of right sidebar). There a link inside the box that says “Set featured image”. Just click the link, the media uploader dialog box will pop up. You can upload your image from there, and after finish don’t forget to click the link “Set as featured image”.

    Thread Starter dejan001

    (@dejan001)

    But i do not have this option, maybe is somethning wrong with the theme.
    How can i put this option?

    If you don’t have this option then your theme does not support post-thumbnail. The support for thumbnail must be explicitly enabled in your theme.

    And it also means my best guess is wrong. It looks like your theme doesn’t support post thumbnail.

    What’s the name of the theme? Maybe I can download it and look into the code a little bit.

    Thread Starter dejan001

    (@dejan001)

    Hi Agus,

    i can send it you this theme to email. The name of the theme is ONYX portal.

    Thank you

    It is a premium theme. It should come with a good support. But if you still want to send me a copy it’s all right.

    I can’t put my email address here because it can be harvested by bots. But I have other way to reveal my email address to you. Please fill my contact form at https://suhanto.net/contact/. Then we should be able to communitate via email.

    Check whether Some codes like “Featured” is there in index.php file or try to find featured.php file on your server.

    Sometimes you may be able to disable featured posts from Your Theme Options.

    Appearance >> Theme Options

    Thanks

    Dejan, I have received your contact message. But, I managed to download ONYX portal wordpress theme just now. Sorry, my contact form somehow has a bug after recent update, it doesn’t include your email address in the email message, so I couldn’t reply your message. But the bug now has been fixed, so if you fill the form again, your email address will be included in the email

    And after I look into the source code of the theme, ONYX implements the ‘old’ way of displaying thumbnail image.

    It is using post-meta (custom field) called Image. If the custom field does not present, the ‘default image’ (stupid ball) is displayed automatically.

    So, you have to add custom field to your post called image, and then fill the URL of the image as the value of the custom field.

    Thread Starter dejan001

    (@dejan001)

    Thank you Agus!

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Problem with post and picture!’ is closed to new replies.