Today’s most popular log (blog) software WordPress , close missing a lot in every update and emerges with new features in the . WordPress 2.9 version to use a feature offered from the Text Image ( Thumbnail ) feature . With this feature you can assign a picture to each post and whether it in our article , if you want any part of our theme ( their summer in future cycles ) could use these pictures .
In fact, you can assign the standard picture of how to write each spelling Visual Whether you say ! I described in detail in my article titled . Of course, at that time, this process Custom Fields (Custom Field) I was using the show to do , and now all of us WordPress will provide. Official Text property with us now assign visual Let us see how our writing . I will discuss the subject under the following headings .
Official property to gain at our Theme Writing
Text To Determine Image Size
Image to Text Reporting
Themes end up looking at his picture Text
restrictions
result
resources
Text To Determine Image Size
Image to Text Reporting
Themes end up looking at his picture Text
restrictions
result
resources
Official property to gain at our Theme Writing
To use this feature, we define it in our theme , in other words, we need to bring this feature to our themes . For this, we just need to enter the following code to the functions.php file of the theme .
To use this feature, we define it in our theme , in other words, we need to bring this feature to our themes . For this, we just need to enter the following code to the functions.php file of the theme .
?
1
<? php add_theme_support ( ‘post- thumbnails’ ); ? >
This code is written as (post) as well as pages ( page) to activate this feature . If only the text or if you want to target only the pages that you can use the new language from the following two lines .
1
<? php add_theme_support ( ‘post- thumbnails’ ); ? >
This code is written as (post) as well as pages ( page) to activate this feature . If only the text or if you want to target only the pages that you can use the new language from the following two lines .
?
1
2
3
4
5
6
7
<? php
/ / Just to add text to the Text Picture feature
add_theme_support ( ‘post- thumbnails’ , array (‘ post’ ));
/ / Only Official Text property to add to pages
add_theme_support ( ‘post- thumbnails’ , array ( ‘page’ ));
? >
After you add this feature to our themes in the administration panel , on the right side of the text field (probably under the category box ) ” Featured image titled” A box will appear as follows . If you are seeing this box if you no longer Official Text for your theme feature is active .
1
2
3
4
5
6
7
<? php
/ / Just to add text to the Text Picture feature
add_theme_support ( ‘post- thumbnails’ , array (‘ post’ ));
/ / Only Official Text property to add to pages
add_theme_support ( ‘post- thumbnails’ , array ( ‘page’ ));
? >
After you add this feature to our themes in the administration panel , on the right side of the text field (probably under the category box ) ” Featured image titled” A box will appear as follows . If you are seeing this box if you no longer Official Text for your theme feature is active .
Hiç yorum yok:
Yorum Gönder