Search by category
WordPress
All post categories dropdown in WordPress
<selectname=”event-dropdown”onchange=’document.location.href=this.options[this.selectedIndex].value;’> <!–<option value=””><?php //echo esc_attr(__(‘Select Category’)); ?></option> –> …
How to fix: npm ERR! enoent ENOENT: no such file or directory
Hi Learners, I recently struggled for a while with an npm error thrown when executing …
How to remove “Category:” in title from category pages
By default, the category pages display title in format “Category: Category Title”. Showing “Category:” in …
Custom Post Type taxonomy/ Category Template
According to the WordPress Codex page on Template Hierarchy, you create a template file with …
Custom Taxonomy
Register Taxonomy Suppose you created a Custom Post Type(CPT) named Portfolio and need a taxonomy …
How to add sidebar in WordPress?
Widgets are such an important part of WordPress themes. It is hard to imagine a …
Change WordPress Logo & Link from Login Page
Need to replace WordPress logo with your own logo from wp-admin login page? Don’t worry! …
Remove WordPress logo from admin bar
Sometime you are bother from WordPress logo & its dropdown menus or whenever it is …