-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial - How to Use Featured Images #1330
Comments
Script (Rough Draft) One of the best features of WordPress is that it allows you to create beautiful-looking galleries in a post or a page with a click of a button. If you’re new to WordPress, you might notice that your theme includes a space on the homepage or blog page for an image representing a post or page, or on the post or page itself. You might be wondering, How do I select an image to fill that space? How does WordPress know which image to show on my home page? And, as a bonus, imagine you want to share a post or a page on social media: in a post or page that has lots of images, which image will a social media website such as Facebook, Twitter, or LinkedIn choose to display? The answer to each of these questions is this: Use a Featured Image Script: To find your featured image section, first, open a post or a page. From there, select the ‘settings icon’, make sure that it says ‘post or page’, and then scroll down. You can then select X button to be taken to your media library, where you can pick which image you’d like to use. By default, some themes, especially classic themes, will use your featured image in a pre-defined way, such as across the header of a post or page, on your home page, or on your blog page. These themes may suggest an image size that will work best for your particular theme–in a classic theme, be aware that you will need to know some code if you want to change the way your featured images appear; as a positive, however, classic themes from the theme repository are curated by designers and are great options for people who want to focus only on their content, trusting their theme to make it beautiful every time. If you’re using a block theme, you have much more control over how your featured images appear on your block theme website without using any code on your home page, your post page, and your blog page. For example, you can use a queryloop to pull featured images in from each post, adjust the size of each, add borders and padding–or remove them altogether. You can also edit a post or page template using the featured image block so that a featured image appears in a way that you would prefer. For example, this template has been designed to show a large featured image in the left column and displays the written post content on the right. Featured images are also the image that will be used by social media if you or someone else shares a page or post from your website on social media. Bonus Content: Similarly to featured images,The text that will appear on a social media preview is usually pulled from the post excerpt and may be displayed on your theme in different ways. Do know that there are many plugins available to help you hone your website’s social media appearance–this is simply the way to do so using only core WordPress. |
Sound and visuals complete in rough draft form; the next step is to edit it all together and add transitions, and then it will be ready for review. Working on that next! |
Ready for Review (~7 minutes, a little less): https://drive.google.com/file/d/1eKZzLSq7B2whr0MtZwDVRcvlhnm8IVeE/view?usp=sharing
|
Review:
Hope these comments are helpful |
Sound is clear, Sarah. There is a big need for beginner tutorials like this. I think it would help if you could speak more slowly. Especially, since we have an International audience whose primary language is not English, slower and clearly spoken texts are easier to follow. |
Excellent tut, Sarah. The sound quality is fine: crisp and clear, with no birds chirping. Good tone, encouraging, and welcoming. This definitely provides ample information for a beginner to get their feet wet and dive into the featured image. I liked the comparison between Block vs. Classic Themes' use of featured image. Here are some specific points of feedback:
|
Overall ImpressionWell done, Sarah! No specific feedback to add that others haven't already. I thought this was awesome and will be a helpful addition to Learn content!. 🏅 |
Topic Description
Based off of the lesson plan: Featured Image -- abbreviated version
What is a featured image in WordPress? How is it the same as what displays on social shares vs what displays on your own site? How do themes use featured images? Set a featured image, view where it displays in a query loop. Demonstrate using a featured image block and featured image within a cover block.
Related Resources
Links to related content on Learn, HelpHub, DevHub, GitHub Gutenberg Issues, DevNotes, etc.
Guidelines
Review the team guidelines
Tutorial Development Checklist
The text was updated successfully, but these errors were encountered: