Category: WordPress
-

The Advanced Guide to Optimizing WordPress Performance
BY MARTÍN DI FELICE – FREELANCE SOFTWARE ENGINEER @ TOPTAL #Performance #Tips #WordPress This article was translated by Isabella Rolz into Spanish Today, WordPress powers 25% of the Internet. It’s easy to use, incredibly popular, and not going anywhere anytime soon. But WordPress can be slow. So how do you optimize it? There are loads…
-

WordPress Dynamic Post filter by custom field
Hi to all, I have recently developed Dynamic post filter as per category with admin section. Plugin part: Step 1: Create folder name: category-filters Step 2: Create php file name: category-filters.php under category-filters folder Step 3: Add plugin detail in category-filters.php <?php /* Plugin Name: Category-filters Plugin URI: https://www.tejasrana.com Description: A filter for post by category using custom…