🔭 A passionate Self-taught Full Stack Web developer
💬 Ask me about React.js, Next.js, Node.js, MongoDB, Firebase, PHP, MySql, and WordPress
Check out latest articles
Summary: Learning about the single.php, archive.php and search.php templates in WordPress. single.php The single.php template is used to display individual post pages. WordPress uses a specific order to find the…
/
Summary: Learning about different WordPress functions. media_sideload_image() The media_sideload_image() function in WordPress allows us to download an image from a URL and add it to the WordPress Media Library. This…
/
Summary: Learning about WordPress Widgets and Footer Template. WordPress Widgets Widgets are one of the core features in WordPress that allow us to add content features or functionality to our…
/
Summary: Learning about different Conditional and Template Tags in WordPress. Conditional Tags Conditional Tags can be used in our Template Files in classic themes to alter the display of content…
/
Summary: Learning about WordPress Functionality and different Templates available. Functionality Widgets A widget adds content and features to a widget area. Widget areas provide a way for users to customize…
/
Summary: Learning about the different theme functionality in WordPress such as Custom Header, Sidebars, Navigation Menus, Pagination and Featured Images. Custom Header Custom headers allow site owners to upload their own…
/
Summary: Learning about the two most important files in the WordPress theme which are functions.php and style.css. functions.php The functions.php file behaves like a WordPress plugin, adding features and functionality to a…
/
Summary: Learning about the WordPress Rewrite Rules API, Roles and Capabilities of users and WP Cron to schedule events. Rewrite API The WordPress Rewrite API allows us to create custom…
/
Summary: Revising WordPress Core APIs like HTTP API, Transient API, Dashboard Widget API. HTTP API HTTP stands for Hypertext Transfer Protocol and is the foundational communication protocol for the entire…
/