Useful tips for everyday
What is a staging query? Staging queries can be used to configure and expose the data sources parameters to the dimension and fact table queries…
How do you duplicate a child theme? Using WP File Manager Click the “WP File Manager” tool from the left panel. By default, WP File…
When to use get _ meta _ tags on a remote PHP page? Something that is not mentioned above and should be : When using…
How do I get ACF custom field value in WordPress? To retrieve a field value as a variable, use the get_field() function. This is the…
How can I limit the character length in excerpt? Limit the excerpt by number of characters but do NOT truncate the last word. This will…
How to disable all taxonomies in Hugo taxonomy? If you want to have just the default tags taxonomy, and remove the categories taxonomy for your…
How do I add a subcategory to a category in WordPress? How to Create Subcategories in WordPress (In 3 Steps) Step 1: Start Editing a…
How do you deal with constant questions? How to respond If at all possible, keep calm. Pre-empt the question, or the worry behind it. Change…
How to create custom endpoints in WordPress REST API? Rest easy, WordPress allows us to create our own custom routes and endpoints. WordPress provides us…
How to register taxonomy and permalinks in WordPress? Your code above is for registering the taxonomy, but you’ll also need to add a similar rewrite…