Blog
0
WP function for Header file
These function is used for WP theme Header creation. bloginfo(‘name’); This function show Title of the site wp_title(); This function…
0
Basic Template Files in WP theme
These WordPress file should be enough to get you started developing WordPress themes. style.css This is Style sheet file, for…
0
Widgets in WordPress
Widget is very main feature provides by WordPress. Widgets are a way of adding different pieces of content to your…
0
Basic of Building Custom Widgets in WordPress
Building WP widgets is same as building a plugin in WP but it is more simple and straightforward compare to…