<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Towfique Elahe</title>
    <description>The latest articles on DEV Community by Towfique Elahe (@towfique-elahe).</description>
    <link>https://dev.to/towfique-elahe</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3941186%2F62b713a9-0331-4411-9e8b-4038affba93e.png</url>
      <title>DEV Community: Towfique Elahe</title>
      <link>https://dev.to/towfique-elahe</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/towfique-elahe"/>
    <language>en</language>
    <item>
      <title>How to Build AJAX Post Filtering in WordPress with WP_Query</title>
      <dc:creator>Towfique Elahe</dc:creator>
      <pubDate>Thu, 04 Jun 2026 07:17:20 +0000</pubDate>
      <link>https://dev.to/towfique-elahe/how-to-build-ajax-post-filtering-in-wordpress-with-wpquery-25m0</link>
      <guid>https://dev.to/towfique-elahe/how-to-build-ajax-post-filtering-in-wordpress-with-wpquery-25m0</guid>
      <description>&lt;p&gt;Letting visitors filter posts without reloading the page is one of the most requested front-end features on WordPress projects. Learn how to build a complete AJAX filtering system for any Custom Post Type using WP_Query, the WordPress AJAX API, and vanilla JavaScript — no plugins, no jQuery dependency.&lt;/p&gt;

&lt;p&gt;Full guide - &lt;a href="https://towfiqueelahe.com/blog/ajax-post-filtering-wordpress-wp-query" rel="noopener noreferrer"&gt;https://towfiqueelahe.com/blog/ajax-post-filtering-wordpress-wp-query&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>php</category>
      <category>javascript</category>
      <category>ajax</category>
    </item>
    <item>
      <title>How to Build a WordPress Theme Options Panel with CodeStar Framework</title>
      <dc:creator>Towfique Elahe</dc:creator>
      <pubDate>Tue, 02 Jun 2026 06:53:03 +0000</pubDate>
      <link>https://dev.to/towfique-elahe/how-to-build-a-wordpress-theme-options-panel-with-codestar-framework-a73</link>
      <guid>https://dev.to/towfique-elahe/how-to-build-a-wordpress-theme-options-panel-with-codestar-framework-a73</guid>
      <description>&lt;p&gt;Building a global settings panel for your WordPress theme doesn't require a bloated plugin. CodeStar Framework lets you create a fully custom theme options panel in pure PHP — with tabs, sections, rich field types, and live preview support. Here's how to build one properly from scratch.&lt;/p&gt;

&lt;p&gt;Full guide - &lt;a href="https://towfiqueelahe.com/blog/wordpress-theme-options-panel-codestar-framework" rel="noopener noreferrer"&gt;https://towfiqueelahe.com/blog/wordpress-theme-options-panel-codestar-framework&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>themes</category>
      <category>php</category>
    </item>
    <item>
      <title>How to Build Custom Metaboxes in WordPress Using CodeStar Framework</title>
      <dc:creator>Towfique Elahe</dc:creator>
      <pubDate>Sun, 31 May 2026 05:51:59 +0000</pubDate>
      <link>https://dev.to/towfique-elahe/how-to-build-custom-metaboxes-in-wordpress-using-codestar-framework-1bo4</link>
      <guid>https://dev.to/towfique-elahe/how-to-build-custom-metaboxes-in-wordpress-using-codestar-framework-1bo4</guid>
      <description>&lt;p&gt;ACF is popular — but it's not your only option. CodeStar Framework lets you build fully custom metaboxes with rich field types directly in PHP, with zero database bloat and complete control over your data structure. Here's how to use it properly on any WordPress project.&lt;/p&gt;

&lt;p&gt;Full guide - &lt;a href="https://towfiqueelahe.com/blog/custom-metaboxes-wordpress-codestar-framework" rel="noopener noreferrer"&gt;https://towfiqueelahe.com/blog/custom-metaboxes-wordpress-codestar-framework&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>metabox</category>
      <category>codestart</category>
      <category>php</category>
    </item>
    <item>
      <title>How to Register Custom Taxonomies in WordPress with PHP</title>
      <dc:creator>Towfique Elahe</dc:creator>
      <pubDate>Sat, 30 May 2026 06:47:34 +0000</pubDate>
      <link>https://dev.to/towfique-elahe/how-to-register-custom-taxonomies-in-wordpress-with-php-eli</link>
      <guid>https://dev.to/towfique-elahe/how-to-register-custom-taxonomies-in-wordpress-with-php-eli</guid>
      <description>&lt;p&gt;Custom taxonomies let you organize any post type with your own classification system — beyond categories and tags. Learn how to register hierarchical and flat taxonomies in pure PHP, connect them to custom post types, and build smarter content structures for any WordPress project.&lt;/p&gt;

&lt;p&gt;Full guide - &lt;a href="https://towfiqueelahe.com/blog/register-custom-taxonomies-wordpress-php" rel="noopener noreferrer"&gt;https://towfiqueelahe.com/blog/register-custom-taxonomies-wordpress-php&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>php</category>
    </item>
    <item>
      <title>How to Create Custom Post Types in WordPress Without a Plugin</title>
      <dc:creator>Towfique Elahe</dc:creator>
      <pubDate>Sat, 30 May 2026 06:34:20 +0000</pubDate>
      <link>https://dev.to/towfique-elahe/how-to-create-custom-post-types-in-wordpress-without-a-plugin-m7g</link>
      <guid>https://dev.to/towfique-elahe/how-to-create-custom-post-types-in-wordpress-without-a-plugin-m7g</guid>
      <description>&lt;p&gt;Most developers reach for a plugin to register custom post types — but you don't need one. Learn how to register CPTs directly in PHP, add custom labels, set up rewrite slugs, enable archives, and keep your WordPress install lean and fast.&lt;/p&gt;

&lt;p&gt;Full guide - &lt;a href="https://towfiqueelahe.com/blog/custom-post-types-wordpress-without-plugin" rel="noopener noreferrer"&gt;https://towfiqueelahe.com/blog/custom-post-types-wordpress-without-plugin&lt;/a&gt;&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>php</category>
    </item>
  </channel>
</rss>
