Useful tips for everyday
Is there way to make admin options page in WordPress? I whine because the Settings API is the most official way to make admin options…
How to redirect a blogger post to another website? You can enter the old post or URL in the From URL field. Right below this…
When should I use widgets? When you first start a blog, setting up your widgets is an important step. Widgets are easy to use and…
How does WP _ tax _ query work in WordPress? WP_Tax_Query is a helper that allows primary query classes, such as WP_Query, to filter their…
How do you name a child theme? Just rename theme name with your desire theme name. open your desire theme name and open style. css…
How do I change my WordPress URL after migration? You can update urls in posts and pages, excerpts, image attachments, custom fields, etc. Go ahead…
Should I use child theme or parent theme? A child theme, as defined by the WordPress Codex, is a theme that “inherits the functionality and…
Which is the best way to create custom post types? You want total control over the user experience. For this reason, coding your post types…
How to integrate external API in a WordPress page? In a previous post, we walked through an example of calling an external API from WordPress…
How do I make text appear on the same line in HTML? To get all elements to appear on one line the easiest way is…