WordPressブログの投稿にアイキャッチ画像を追加する方法をお探しですか?
投稿サムネイルとしても知られるおすすめ投稿画像は、ほとんどのテーマでサポートされているWordPressの有名な機能です。ブログ投稿の主要な画像であり、ホームページやソーシャルメディアの見出しの次に表示されます。
この投稿では、WordPressでおすすめ画像や投稿サムネイルを簡単に追加する方法を紹介する。
WordPressのアイキャッチ画像入門ガイド
アイキャッチ画像はWordPressテーマの機能です。ほとんどすべてのWordPressテーマには、アイキャッチ画像のビルトインサポートが付属しており、WordPressサイトのさまざまなエリアでそれらを美しく表示します。
人間である以上、平易なテキストよりも視覚的な要素の方が魅力的だと感じるものです。アイキャッチ画像は、ブログページをより魅力的に見せるのに役立ちます。
また、ユーザーのエンゲージメントを高め、ページ表示を増やすのにも役立ちます。検索エンジンやソーシャルメディアサイトもこれらの画像を使用し、検索結果やソーシャルメディアのニュースフィードに表示することがあります。
ほとんどの場合、アイキャッチ画像はブログ投稿に使用されますが、ページやカスタム投稿タイプにもアイキャッチ画像を設定することができます。
注:アイキャッチ画像はカバー画像とは異なります。WordPressのカバー画像とアイキャッチ画像の違いをご覧ください。
ということで、WordPressでアイキャッチ画像を簡単に追加する方法を見ていきましょう。
動画チュートリアル
文章での説明がお好きな方は、そのまま読み進めてください。
WordPressで投稿サムネイルまたはおすすめ投稿画像を追加する
WordPressの投稿にアイキャッチ画像を追加するには、ブログ投稿を編集または新規作成するだけです。
コンテンツエディターの右カラムにアイキャッチ画像タブがあります。
Set Featured Image」エリアをクリックすると、WordPressのメディアアップローダーがポップアップ表示されます。
ここから、コンピューターから画像をアップロードするか、メディアライブラリから既存の画像を使用することができます。画像を選択したら、「アイキャッチ画像を設定」ボタンをクリックしてください。
WordPressは右カラムにアイキャッチ画像のプレビューを表示します。
ただし、実際のアイキャッチ画像はWordPressテーマによって見え方が異なります。
投稿を保存または公開したり、プレビューして、ライブサイトでどのようにおすすめ投稿画像が表示されるかを確認することができます。
テーマ開発者によって定義された設定に応じて、あなたのアイキャッチ画像は自動的に投稿と一緒に表示されます。
アイキャッチ画像の探し方と効果的な使い方
多くの初心者が直面する次の大きな疑問は、アイキャッチ画像として使用する画像をどこで見つけるかということです。
Googleの画像検索を使い、インターネット上の画像を使用することはできません。これらの画像は著作権法によって保護されており、適切な権限なしに使用すると法的な問題を引き起こす可能性があります。
幸いなことに、ブログ投稿用の無料画像を探すのに利用できるリソースがいくつかあります。
私たちの一番のお気に入りは
- Shutterstock– 無料画像も数点あるが、真価を発揮するのは有料プランで、高品質の写真、イラスト、図面、動画などを大量に利用できる。
- Unsplash– サイトやその他のプロジェクトで使用できる高解像度の画像を公開している人気のオンラインリソース。
- Negative Space– 著作権フリーの画像コレクション。
- New Old Stock– 公開アーカイブからのビンテージ写真のコレクション。
注:これらのプロバイダーはすべて高解像度の画像を提供していますが、ファイルサイズとサイズが大きいことを意味します。アイキャッチ画像として使用する前に、画像をウェブ用に最適化する必要があります。
アイキャッチ画像はWordPressテーマによって扱われます。テーマのアイキャッチ画像の表示方法を変更するには、基本的なCSSまたはWordPressコーディングのスキルが必要です。
もしあなたがコーディングに慣れているのであれば、さらにヒントを求めて読み進めてほしい。
テーマ開発者のためのWordPressのおすすめ画像と投稿サムネイルガイド
アイキャッチ画像は、ほとんどすべてのWordPressテーマでサポートされている人気の機能です。まれに、アイキャッチ画像をサポートしていないテーマや、アイキャッチ画像の扱い方が気に入らないテーマに出会うことがあります。
その場合、テーマにアイキャッチ画像のサポートを追加するか、外観を変更することができます。
WordPressテーマファイルの編集に慣れていて、ちょっとしたカスタムCSSの使い方を知っているのであれば、自分でもできます。
テーマがアイキャッチ画像をサポートしていない場合、コンテンツエディターにアイキャッチ画像を追加するオプションは表示されません。
WordPressテーマでアイキャッチ画像のサポートを追加するには、テーマのfunctions.phpファイルに次のコードを追加する必要があります:
add_theme_support( 'post-thumbnails' );
開発者でない場合、サイトのfunctions.phpファイルを直接編集することはお勧めしません。わずかなミスがサイトを壊し、多くのエラーを引き起こす可能性があります。
カスタムコードを追加する簡単な方法は、WPCodeを使用することです。これはWordPressのための最高のコードスニペットプラグインです。プラグインを使えば、カスタム・コード・スニペットをすべて簡単に管理でき、サイトを汚す心配もない。
まず、WPCodeプラグインをインストールし、有効化する必要があります。WordPressプラグインのインストール方法については、こちらをご覧ください。
有効化した後、WordPressダッシュボードからCode Snippets ” + Add Snippetに行くことができます。ここから、「カスタムコードを追加(新規スニペット)」オプションを選択するだけです。
次に、「コードプレビュー」エリアにカスタムコードを入力します。
コードタイプ」のドロップダウンメニューをクリックし、タイプとして「PHPスニペット」を選択することを忘れないでください。
完了したら、下にスクロールしてコードのインサーターメソッドを選択します。
WPCodeは初期設定で「自動挿入」オプションを使用し、あらゆる場所でコードを実行します。しかし、あなたは場所を変更し、ヘッダー、フッター、段落の前など、特定の場所でコードを実行するように選択することができます。
手動でショートコードを入力してコードを実行するショートコード・メソッドもある。
このチュートリアルでは、初期設定を使用して、あらゆる場所にコードを自動インサートすることができます。
完了したら、上部のトグルをクリックしてスニペットを有効化し、「スニペットを保存」ボタンをクリックします。
このコードにより、投稿とページのアイキャッチ画像サポートが有効化されます。投稿やページのブロックエディターを開くと、アイキャッチ画像オプションが有効化されているのがわかるでしょう。
しかし、アイキャッチ画像を設定しても、WordPressテーマには自動的に表示されません。テーマ内にアイキャッチ画像を表示するには、テンプレートを編集し、アイキャッチ画像を表示したい場所に以下のコードを追加する必要があります:
<?php the_post_thumbnail(); ?>
上記のコードを追加するファイルは、テーマによって異なります。投稿ループの中にコードを追加します。
関連 WordPressテーマ階層チートシートでテーマの仕組みをより理解しましょう。
アイキャッチ画像のサイズを設定する
上記のコードは、アイキャッチ画像のサポートを追加し、テーマにアイキャッチ画像を表示するために必要な基本的な機能です。アップロードするアイキャッチ画像の画像サイズを設定するには、functions.phpファイルまたはWPCodeスニペットに以下のコードを追加する必要があります。
set_post_thumbnail_size( 50, 50);
set_post_thumbnail_sizeのパラメータは、幅、高さの順である。
また、_post_thumbnail() 関数で使用する画像サイズを追加設定することもできます。たとえば
// Image size for single posts
add_image_size( 'single-post-thumbnail', 590, 180 );
この例では、幅590px、高さ180pxの個別投稿サムネイルという新しい画像サイズを追加しています。
この画像サイズをテーマで使用するには、適切なテーマファイルに追加する必要がある。
さらに詳しく知りたい方は、WordPressで画像サイズを追加するガイドをご覧ください。
過去の投稿でアイキャッチ画像をアップロードしたにもかかわらず、他のサイズで表示されている場合は、過去の投稿のサムネイルと画像サイズを再生成する必要があります。
以下は、画像サイズを指定したアイキャッチ画像機能の例です。
<?php the_post_thumbnail( 'single-post-thumbnail' ); ?>
これは全機能の分解バージョンです。アイキャッチ画像でできることは他にもたくさんあります。
WordPressのアイキャッチ画像に関するFAQ
初心者の方は、ブログでアイキャッチ画像を使用する際に疑問や問題にぶつかることがあるかもしれません。ここでは、アイキャッチ画像に関するよくある質問をご紹介します。
1.私の投稿にアイキャッチ画像が2回表示されるのはなぜですか?
時々、初心者がアイキャッチ画像を追加し、投稿エディターのコンテンツ部分に同じ画像を追加することがある。
コンテンツエリアから画像を削除し、フィーチャー画像のメタボックスだけを使用してフィーチャー画像を追加するだけです。このトピックについては、WordPressでアイキャッチ画像が2回表示されるのを修正する方法の投稿をご覧ください。
2.カバー画像とアイキャッチ画像の違いは何ですか?
カバー画像は投稿やページのコンテンツエリアで使用されます。通常、長いページや投稿の異なるセクションを区切るために使用されます。
アイキャッチ画像は投稿記事の代表的な画像です。コンテンツの前や横に表示されますが、実際の記事の中には表示されません。
このトピックについては、WordPressのカバー画像とアイキャッチ画像の違いについてのガイドをご覧ください。
3.最近のブログ投稿の次にアイキャッチ画像を表示するには?
WordPressのブロックエディターには、最近の投稿を投稿サムネイル付きで表示できる「最新投稿」ブロックが付属しています。
また、Recent Posts Widget Extendedプラグインを使えば、サイドバーウィジェットにサムネイル付きで最近の投稿を表示することもできます。詳しくはWordPressで最近の投稿を表示する方法の投稿をご覧ください。
4.WordPressでアイキャッチ画像を追加するよう投稿者に促すには?
アイキャッチ画像は、ホームページ、ブログページ、その他のアーカイブページで目立つように表示されます。
もしあなたやあなたのブログの他の投稿者が、アイキャッチ画像を設定し忘れて投稿を公開した場合、その投稿はアイキャッチ画像なしで表示されます。これは見た目が悪く、一貫性がないため、ユーザーエクスペリエンスにとって良いことではありません。
PublishPress Checklistプラグインをインストールし有効化することで、アイキャッチ画像のない投稿を公開しようとした際に通知を表示することができます。
詳しくは、WordPressでアイキャッチ画像を必須にする方法の投稿をご覧ください。
5.WordPressでアイキャッチ画像が表示されないのはなぜですか?
WordPressサイトでアイキャッチ画像が表示されない原因はいくつかあります。例えば、大きすぎる画像ファイルをアップロードしようとしている可能性があります。あるいは、プラグインやテーマが画像の外観を制限している可能性もあります。
この問題を解決するには、WordPressでアイキャッチ画像が表示されない場合の対処法をご覧ください。
アイキャッチ画像の最適化に関するその他のリソース
また、アイキャッチ画像をサイトで最大限に活用するためのガイドとチュートリアルもご用意しています:
- WordPressでアイキャッチ画像を一括編集する方法
- WordPressで複数の投稿サムネイル/おすすめ投稿画像を追加する方法
- WordPressで初期設定のアイキャッチ画像を設定する方法(簡単な方法)
- WordPressブロックエディターにおけるカバー画像とアイキャッチ画像の比較(初心者ガイド)
- WordPressで個別投稿のアイキャッチ画像を非表示にする方法
この投稿が、WordPressでおすすめ画像や投稿サムネイルを追加する方法を知る一助となれば幸いです。画像SEOの初心者向けガイドや、WordPressサイトに最適なソーシャルメディアプラグインのエキスパートセレクションもぜひご覧ください。
If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.
Esch
What do I need to do to only have the featured image shown next to each post in the blog roll, but not when you are reading individual posts? Do I insert the line of code into my index.php file or is there something else? Thanks!
Jurgen
Hi,
is it possible to embed a code as a featured image? For example: Getty images offers free pictures for bloggers. Once i copy the code its easy to embed in the post, but I need the pictures as my featured image. Is there a way I can do this? Plugin?
Thanks for your help!
lauren lynch
I cant find the featured pictures bit on this and can you use this for hp windows laptop?????
WPBeginner Support
Are you sure you are using self hosted WordPress.org site? Please see our guide on the difference between self hosted WordPress.org vs free WordPress.com blog.
管理者
Sumit Kumar Gogawat
I want to remove blank space of featured image from wordpress post. Can you please help me.
carlita
Need help with distorted pics on mobile look of site. When you click read more the photos are distorted can someone explain what i need to do. thanks
Adam
How do I edit a post so that the picture is beside a blog post description?
Harini
I do not know how to convert html file to wordpress. As a beginner can you help me.
Astha
thanks
Abs
Hi,
Thanks for the info. I’ve been following this blog and help a lot.
I have a question regarding the thumbnail.
1. It is possible the thumbnail or featured image appeared on the blog roll but when the user click and open the entire post, the feature image will be hide?
2. Or it is possible that one of the image inside the post will be use as the featured image?
The reason for this is, in my blog not all post have image on the beginning of the post. When I set featured image, it will automatically insert on the beginning of the post.
Thanks.
Isabel
Hi, I am able to upload a feature image successfully but when I open the post, the image doesn’t show. What might be the problem? For better understanding you can check out my post below to get what I mean. I use the plugin WP Smush as well so not sure if this affects.
Gaby
I’d been using Timthumb for a while now, and I was kinda afraid to change to Wordpress’ built in featured images, but this tutorial worked perfectly – and Worpress is handling different sized images just fine! So thank you so much for it!
Cheers!
Tracy Quinn
Thanks for the article, really helped me out today, I now have pictures on my blog roll.
Cheers Tracy
Filip
Thanks for making it so simple! I was petrified of going into the code, but with your help I finally fixed the thing that has been bugging me for days!
Thank you!
Barry Richardson
I have set a Featured Image for most of my blog posts. (In each case the image is already present within the post.) My Reading setting is set to show the latest post when viewing the Home page.
However, on the Home page the Featured image is repeated above the post, and I don’t want that. How can I prevent that duplication?
I’m not getting any response from the WP Support Forum.
bobbi
I have the same issue as Barry.
So I remove the original, and try to remember to set FI first.. it’s sort of ok.
But when hover over image I don’t get the title info (Firefox) that is there.. ???
Milagros Cuevas
Hello,
I’m not sure if this fits under the “featured image” issue, but I am hoping to use a image link map on the featured image (my client insist on having it), but I cannot seem to find where I can edit the code easily. The theme they have selected is utilizing a left side bar as the regular “header” so I’ve had to set a featured image to be the “header” on each post. I don’t want to start messing around with the .php or stylesheet until I know whether or not I can actually do it, or more insight on how to do it.
Anne Seabrook
Help!! Our website crashed and it’s been rebuilt but now there is a problem with featured image. The images are cutting off the top of the pictures, such as peoples heads. Also, when setting featured images, pictures are not uploading to featured image size and they are loading in the centre, not to the left.
Hope this makes sense. I have tried everything I can think of, unsure about changing coding in php as previous effort crashed site. Any help greatly received.
WPBeginner Support
Please see our guide How to regenerate thumbnails and new image sizes in WordPress.
管理者
Lionel
Thanks for this tip, that’s exactly what I need !
Daniel Keith
Hi there,
Great tutorial indeed. Especially, the links you provided at the end of this tutorial are awesome.
Customizing a WordPress website is always a charm.
Chao
How to display featured image below page title?
Maiya
How do I make the thumbnails of my featured images bigger?
Dinnae
That all depends on the theme you are using. It’s all about the styling. Some themes have functionality to allow you to choose the layout of your blog and change the sizing, but many don’t. If your theme is one that doesn’t, you will have to make the change in your styles.css file. If it DOES, it will be somewhere in your theme options area. Good luck!
jay
It doesnt appear on my post editor. appears the one from the theme but does not work! any solution? thanks a lot
WPBeginner Staff
Please make sure that there is no space after the last command at the end of your functions.php file. Alternately, you can also create a site-specific plugin and paste your code there.
Ratio
Hi, i’ve tried to add the code to my functions.php. This is what was the “response”: Warning: Cannot modify header information – headers already sent by (output started at
Please help!
Mohsin Alam
Another great help! I’ve got rid of thumbnail issue. You are rocks my brother Syed.
kumarapush
Thanks for detailed post about adding Thumbnail and Featured Image.
For my website, I display recent post in Sidebar and Related post at end of every post.
Is there any way that I can have different Thumbnail image for Sidebar and Featured Post at the end of the Page, for same post?
Basically, I want to have 2 featured images for single post. Thanks.
imagecolor
this snipet works.
but how can i create a custom page where i can place this snippet as the body?
• ive created a php file with this script:
(get_header) (body: this script) + (get_footer)
•i uploaded this file into my themes folder and made it as a Template for pages.
• now im creating a new page. and seting it to load the template i created.
• the output is blank. its only showing the (header) (emptybody) (footer)
Should i replace the code in “content-single.php” with this script. so that the Rule of “loading the feature image” is applied everywhere?
Saurabh Mathur
My wordpress theme is wildfire and the featured image size and post featured thumbnail size are different. But on the slider, the featured image is not showing up properly and appears to be blown out of proportion. How can I make sure that when I upload the featured image, it displays correctly in slider and also in the post featured thumbnail according to the respective sizes.
Gemma
Hi,
I have tried putting this code into my functions file in lots of different spots (top, bottom, middle, etc) and it still doesn’t seem to work.
Can you suggest any other kinds of troubleshooting? I really want to be able to do excerpts with featured images, which I know is supposed to be a function of the theme I am using.
Help! This stuff makes me (a non-techie) go crazy!! Thank you
WPBeginner Support
Try creating a site-specific plugin.
管理者
Sajjadur Rahman
I start a wordPress Theme Customization, I use featured image various post in my theme,In a page “contact Us” I want to add image. I can add statically image under a div in this page.But i wan to add featured image in this div / In this section,Which will work dynamically.Now how can i call this featured image in this div………..?????????
Alex
This plugin can help you https://wordpress.org/plugins/dynamic-featured-image/ !
Pat MacDonald
I have a question – where exactly within the functions.php file should the snippet “add_theme_support( ‘post-thumbnails’ );” be added?
WPBeginner Support
At the end of functions.php file.
管理者
luis
this was really nice and clear! Thanks!!! =)
Flávio Cecilio
Good afternoon,
I am using the ClassiPress theme and would like to announce that when the person on the site, automatically announcement appeared on facebook.
I am using the plugin “Facebook Auto Publish” and it works well but does not put the photo.
How can I make the images of the ads, only the first is great, appear on facebook?
thank you!
Bojan
Tnx for the article.
I have a problem here, since if I click “New Post”, there is not Featured Image option. It appears only if I click edit on an allready published post.
But the problem is, that once it is published, it is allready been posted to my FB, and if I edit it then, it wont get updated on FB.
Any solution?
WPBeginner Support
Click on New Post, when the post editor opens, click on “Screen Options” link on the top right corner of the screen. This will open a fly-down menu. You will see a checkbox next to featured images. Make sure Featured images is checked.
管理者
Nate Otaba
i using “transcript wordpress theme” and i’m having difficulties having thumbnails on home page, you can only see pics when u click on a post. i have installed “regenerate thumbnail” plugin and regenerated the thumbnails and it didn’t work… Pls help…
WPBeginner Support
Please contact your theme support
管理者
Nalin
Hi, I used the featured images option. However in my blog roll, the image is on top of the excerpt. I want the excerpt to be to the side of the featured image. How do i do this?
Thanks
WPBeginner Support
Nalin, use CSS to set alignment for your featured images and excerpt.
管理者
Alexandros Gr
I wouldn’t have done lots of things if wpbeginner hadn’t existed !!
I am really thankful
Karol
Guys, I used this add on: add_theme_support( ‘post-thumbnails’ ); and I ended up messing up the entire site. I don’t have a way to get back to it to delete. Help please!!!
WPBeginner Support
Karol, you can edit it by using an FTP client, like Filezilla. Connect to your website using FTP locate the file /wp-content/themes/your-theme-name/functions.php right click and select Edit to open this file in a text editor. Find the lines you added and remove them.
管理者
Darlene Burke
I have been having issues with trying to remove a featured image. When I click on the ‘remove featured image’ link in the post – nothing happens. Have you come across this before? Its causing us to have to recreate posts when we want to add a new featured image
WPBeginner Support
It is possible that a WordPress plugin is causing the problem. Try deactivating your plugins one by one, after deactivating each plugin go back to a post and try to remove a featured image. Repeat this until you find the plugin causing the problem. Let us know if this resolves the issue.
管理者
Nishanth
I have been using wordpress theme for my website over a month. All of a sudden now when I am uploading featured image, it is uploading but the image dimensions are not displayed in the thumbnail which shows up in Media Library, this means the post will not display the featured image. And when I click “Edit Image” next to the thumbnail, I get an error message “Image data does not exist. Please re-upload the image.” I am really frustrated because of this error, I am nto able to post new articles as I am not able to upload new images, already uploaded images works. I have searched a lot and have done all troubleshooting. Is have already contacted theme support, they are telling, its hosting issue and they should be able to resolve. I am not sure what is causing this issue. I have already emailed them and waiting for reply. Any idea why this is happening, it was working fine till now.
Thanks any suggestions will be very much helpful.
TY
Is there a way to bulk remove featured image from multiple posts? Currently the way to unset featured image is to remove it via the post edit page individually.
WPBeginner Support
Today we published how to bulk remove featured images from posts in WordPress, we hope this answers your question.
管理者
Maria
Hi, on my food blog http://www.reallifedinner I have been trying to figure out how to have the featured image show up in my category archives (like my recipe index) with out having them show up in the top corner of each post. I have turned off the display right now because it looks so stupid to have the tiny thumbnail above the larger post image. Can you help me? Is there a way I can get the one on the post to disappear without getting rid of the one in the archives?
WPBeginner Support
You need to create a new image size for example category-archive-thumbnail. Then you need to use in your category templates. Also make sure that you not inserting the featured image inside your individual posts. You just need to set the featured image and let your theme handle the display of featured image on single post view and category archives.
管理者
PaulJoe
This article helped me a lot in adding images to my Wordpress blog. thank you so much
Nathmie
Hi
I have a problem which I cannot solve and still googling on this topic and hope you can advise.
I have around 5000 custom posts, all I want to do is assign X amount of posts to a featured image, i.e. bulk assign featured image to X amount of posts.
Can you please help me?
kyle
i enterd the code above and it crashed my website – white screen of death – now i can;t get in anywhere. .. i read your page on how to fix the white screen, butnone of it worked… i just need to get into the editor theme and remove your code that i entered – any idea how to do that>?
WPBeginner Support
you can use an FTP client like Filezilla to access your site. Then go to the file you last edited. Download that file and open it in a text editor like notepad or WordPad. Remove the lines you last edited and upload the file back using FTP.
管理者
Nancy ZIller
Suddenly I can’t post images in blog. Here is what is happening:
New Post>Add Media>Now Im at the Insert Media but it only lets my use the Upload option, the Media Library option is dead.>SO ok I’ll upload the image, it looks like it uploads, and then I get a Error Message that says, ” Error _DSC6096WEB.jpg An error occurred in the upload. Please try again later. ”
So now I can’t insert an image in my post. However, If I hit the back arrow to my Dashboard and click on MEDIA>Library the image that had the error is there! So then I click the small box next to the image and hit view. and it shows it on my blog page as a tiny image, now I either go back OR I have the option to EDIT, I see the image but it won’t let me post the image, I have a choice of UPDATE or DELETE PERMENETLY.
Im going in circles, any suggestions?
Chloe
We’re having an issue that maybe you can help me with?
– We add a blog post without an image
– We check the homepage- looks fine
– Then later we notice that an image has been randomly attached to the post
Do you have any idea what’s causing this?
thanks!
Chloe
Also, i should say that it’s happing on the live site but we can’t seem to replicate it on the staging site which is why we suspect is has something to do with servers but not sure how to solve the problem.
Editorial Staff
Seems odd. If a post is being randomly attached, then it can happen because of another plugin that maybe checks for the featured image if nothing found attaches the first image of the post as featured image.
管理者
justin
when using featured images, it creates the thumbnail successfully, but also posts the larger ‘featured image’ above the posts, how do you remove this double post?
i want my post excerpt to have a thumbnail, 200 words and a ‘read more’ button ….
i want my full post to have the full sized photo and all the text
why is this so hard? what am i missing? why are thumbnails tied to featured (above the fold) images??
Editorial Staff
It sounds like an issue with your theme.
管理者
justin
wordpress 2012 theme is what i’m using. only minor cosmetic changes to it. nothing structural.
any ideas? i could really use some help!
thanks very much for your response! appreciate it!
Martin
Justin, did you ever fix this? The exact same thing is happening to me. I want to move to a responsive them (awethemes reactor) which adds the thumb on the posts/blog page AND in the post. Been chasing my tail on this for hours!
WPBeginner Support
@Justin and Martin:
Twenty Twelve displays featured image above the post content. You are not supposed to insert a featured image inside the post. You just need to set it as featured image. A lot of users make this mistake and not only they set the featured image they also insert it into the post. This way the image appears twice on the site in different sizes. Once as featured image and once as part of the post content.
A featured image does not necessarily have to be a thumbnail or a smaller size. For example, twenty twelve and twenty thirteen display large images as featured images by default.
So what you need to do is to create a new image size. Then remove the tag <?php the_post_thumbnail(); ?> and use <?php the_post_thumbnail(‘your-thumbnail-size’); ?> where ever your want the thumbnail to appear.
Hope this resolves the issue you guys are having.
Aiza Khan
I have a problem with my wordpress blog that the images urls are appearing like this
http://www.pakistanimodels.pk/wp-content/uploads/2013/06/Syra-Yousuf-Wedding-Pics-Shehroz-Sabzwari-29.jpg?487874
After the .jpg why this ?487874 is appearing. Due to this my images are not indexing in google.
Editorial Staff
Its a setting in W3 Total Cache that is causing the issue.
管理者
Aiza Khan
Can you tell me how to solve this problem???
Nathan
That helped a lot. The coding stuff is just too complicated for me.
Mark
Glad to see another good article on use of coding rather than blindly using a plugin. Keep up the great work.
Silvan
Featured images only work going foward. If you haven’t set a featured image, it won’t show up.
So is there a way to retrospectively set a featured image in bulk for each post (i.e. pick the first image in the post); without having to do it manually?
Editorial Staff
Sure there is. In our article’s last paragraph, we have mentioned a way to set a fallback for featured images.
管理者
Tarique Sani
There is a plugin to do precisely what you want, loop thru the old posts pick up first image and set it as featured.
http://wordpress.org/plugins/auto-post-thumbnail/ [link modified to point to plugin page directly]
Hope that helps