Useful tips for everyday
How do I enable the toolbar in WordPress? Remember, the WordPress Admin Bar is only visible to you when you’re logged in to your site.…
How do I compress an image size in WordPress? From your WordPress dashboard Visit Plugins > Add New. Search for ‘tinypng’ and press the ‘Install…
How to include WP-load.php in a script? I need to include wp-load.php in a few scripts like a file uploader that needs wp_upload_dir (). I’ve…
What does ESC HTML do? Generates a tag cloud (heatmap) from provided data. Retrieve the translation of $text and escapes it for safe use in…
How do I disable WooCommerce? Go to Products -> Categories from the admin panel. From the Product categories screen, you can: Edit an existing category…
What to do when custom post type does not work? Whenever you’re working with Custom Post Types and your query is not returning anything, but…
How to list all category from custom post type? If category not assigned any post it will not show. therefore assign any post. This code…
When to use get post type in PHP? get_post_type(); is commonly used in conjunction with Post Formats. Functionality is extended in themes by including: add_theme_support(…
What does migrate WordPress mean? What is a WordPress migration? Simply put, a WordPress migration is the process of moving a WordPress install from one…
Does CSS have copyright? All code (and this includes CSS) is copyrighted as it’s a creative work, and all creative works are automatically copyright. Can…