featured image
Hi, i wanted to automatically put the featured image at the top of the article, below the title. how to do this? thanks!
Hi, i wanted to automatically put the featured image at the top of the article, below the title. how to do this? thanks!
Hello, How can I force the width of the featured image of the posts on the detail page to have a determined size, and that if the image is smaller it can be enlarged Thank you Rafael
Good morning, I am using this css in the main css file to center featured images in all posts. .page-header-image { text-align: center; } This code was not working on pages so I added the same code in each page to center the featured image in pages. Moving the code at the end of the … Read more
hello the featured image of all of my posts is pushing down my right side bar once i open the post. it create a white gap, pushing down the side bar to the level of my post title. how can i fix this. please help me
On the Blog page I want a resized image to appear. So I set an image size on the Customize Blog Featured Images. Most images display fine, but some get replaced by a little icon and the name of the image. For example I am looking at this behaviour on an image when the size … Read more
OK, I start with the simplier: Here is my first issue: How can I get a thumbnail/small picture on a Home page and the same picture “normal size” one on the single post? Like this: https://www.petcha.com/ => click on any post, i.e. https://www.petcha.com/help-my-adult-dog-threw-up-now-what/ or this one: http://humoricon.com/ => Click on http://humoricon.com/a-modern-fairy-tale/ Thank you very much, … Read more
Hello There! I recently upgraded to Premium and I am quite happy. However, I watched the premium video about “Blog” you edit the featured image and change its position, resize it etc. I wanted to recreate it, however my image does not respond. It goes below or above the heading, but I cannot resize it, … Read more
Dumb beginner question: In the PAGE HEADER section, I have set a featured image. Now I need to remove that featured image. I see how I can change it, but I can’t see what I need to do to delete it altogether. Any adivce? Thanks!
I have a custom post type called finalists, which has a featured image (which I want to display elsewhere). I have tried this code to remove the featured image but can’t get it to work. Do you have any ideas. add_action( 'after_setup_theme','generate_remove_single_featured_images' ); function generate_remove_single_featured_images() { if ( is_singular( $post_types = 'finalist' ) ){ remove_action('generate_before_content','generate_featured_page_header_inside_single', … Read more
Hello, What should I do to have a featured image both for pasts and pages. A featured image that would be above the content and the right sidebar. With a fixed width (100%) and a fixed height : 500px Many thanks, v Oh, and also, the really stupid question : my homepage being a static … Read more