Hi , I’m Aditya Dhade (b1ink0)

🔭 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

  • Custom Templates in WordPress

    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…

    /

  • WordPress Important Functions

    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…

    /

  • WordPress Widgets and Footer Template

    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…

    /

  • Conditional and Template Tags

    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…

    /

  • WordPress Functionality and Templates

    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…

    /

  • Theme Functionality

    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…

    /

  • functions.php and style.css

    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…

    /

  • WordPress Rewrite Rules Roles and Capabilities and WP Cron

    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…

    /

  • Revise WordPress Core APIs

    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…

    /