0:00
Hi everyone, welcome to G-tube blogging and in this video I will show you how you can
0:03
display the feature image inside the list post of your wp admin
0:08
So as you can see that when I open the all post section in WordPress, it will show the
0:13
feature image of the blog post. So that it will give you a better user experience in your WordPress website
0:20
So let's check how you can enable this option in your WordPress website as well
0:24
So for this we need to use a code manager plugin. So it will help you add custom PHP snippets to generate this feature image section in
0:33
your post. So for this what I can do is I will just simply go to the plugins and I will click on add
0:39
new and I can simply search for code snippet and here you will get multiple plugins
0:46
So either you can use the wp code plugin or you can use code snippet plugin
0:51
So you can use any of the plugin here. So here I am using the code snippet plugin
0:56
So make sure to install and activate this plugin and after that you will see a code
1:01
snippet blog in your website. So as you can see that this is the snippet option
1:05
So let's click on here and here you need to create a code snippet
1:10
So I will click on add new here and here you can add multiple code snippets like you can
1:15
add CSS code function code. So here you will use a PHP code here to generate that feature image
1:23
So for this I will use this code. So let me just copy this code from here and I will paste it here like this and you can
1:31
name this title like feature image in post list like this. Now you can run this on administrative area only
1:42
So it will not load in the front end, it will only load in the back end of your website
1:46
So it will not impact the page speed of your website as well. So it will just load in the WP admin area and it will not load for non-admins or the
1:56
visitors of your website. So make sure to keep it as run on administrative area
2:02
Now what I can do is I will click on simply save changes
2:06
After you save the code, you need to activate this PHP snippet
2:10
So as you can see that the PHP snippet is activated. Now let's go to the post section here and here as you can see that the feature image
2:18
section is now showing off. So let's assign some feature image in this post here
2:23
So I will click on edit here and now I will assign a feature image here in this post
2:29
So let's assign this as a feature image. So let's assign it and let's update this post
2:36
Now let's go back here and you can see that this feature image started showing here like this
2:41
So let me add another feature image in this post as well
2:45
So this is how you can add a feature image to the post list in WordPress website and
2:51
it will give you a better idea about the blog post and it will improve the user experience
2:56
in your WP admin. So make sure to use this PHP snippet to add this feature image and I will leave the link
3:03
of this code in the description so you can use that out. So if you found this video helpful, then make sure to hit the like button and if you have
3:10
any doubt regarding this, then you can ask me in the comment section. I will see you in the next one