🔭 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 Webpack and Babel and its components. Webpack Webpack is a powerful and flexible module bundler for JavaScript applications. It’s designed to bundle JavaScript files for use…
/
Summary: Learning about the WordPress custom Widgets and Customizer JavaScript API for better user experience. Widgets WordPress widgets allow users to add content and features to sidebars and other widget-ready…
/
Summary: Learning about the WordPress Customize API and its components like Panels, Sections, Settings and Controls. The Customize API is object-oriented. There are four main types of Customizer objects Panels,…
/
Summary: Revising topics like style.css, function.php, template hierarchy, template tags and conditional tags. style.css The style.css file is the main stylesheet for our WordPress theme. It’s where all our custom…
/
Summary: Learning about the Comments template in WordPress and CSS Media Queries for responsive web design. comments.php The comments.php file in WordPress is responsible for displaying and managing the comments…
/
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…
/