Wordpress Theme Development tutorial from scratch (Part 15) Featured Image and Post Formats Support

preview_player
Показать описание
OVERVIEW:
In this video we have seen about
Adding Featured image support
Adding Post formats Support

#WordpressTutorialsPoint
#WordpressLearnersHub
#WordpressCustomizations
#LearnWordpressStepbyStep
#WordpressBySanjay

function owt_theme_supports(){

add_theme_support("post-thumbnails");
//images size
add_image_size("small-thumbnail",120,90,true); // 120 wide 90 tall
add_image_size("banner-image",700,350,true);

// post formats
add_theme_support("post-formats",array("aside","gallery","link"));
}

// functions used to show thumbnail image:
the_post_thumbnail('small-thumbnail');

add_action("after_setup_theme","owt_theme_supports");

SOCIAL :
===============

Also you can learn Wordpress Custom
===============

RECOMMENDATION:
1. Some knowledge of PHP, HTML for this video series

TAGS :
============================
theme development in wordpress,
learn theme development in wordpress,
child theme development in wordpress,
theme development in wordpress video tutorial,
theme development in wordpress from scratch,
theme development in wordpress step by step,
theme development in wordpress youtube,
theme development in wordpress tutorial,
custom theme development in wordpress,
learn wordpress theme development,
wordpress tutorial,
wordpress theme tutorial,
wordpress development,
learn wordpress development,
wordpress theme customisation,
wordpress customisation tutorials,
wordpress customisation for beginners,
online web tutor wordpress theme development,

-~-~~-~~~-~~-~-
-~-~~-~~~-~~-~-

Thanks
Online Web Tutor
Keep learning and Sharing :)
Рекомендации по теме
Комментарии
Автор

can you please let me know in which video you have show created pages with header and footer nad place holder

apsingh
Автор

there is no bottom margin issue at my side
i think your WP top menu bar is not showing thats why

neelijeanz
Автор

sir wp ka default header ho setting and profile wgaira show ho rha hain top pr wo remove kaisy kreingy please help me to remove default top header of wordpress

mirzasheraz
Автор

not take my thumbnail size i used add_image_size( 'small-thumbnail', 150, 150, true ); but not working

laughloud
Автор

only one post show on index.php out of four

ayushvarshney