Sometimes we need to create Custom Post Types and Custom Taxonomy for our WordPress sites.
Tag: wordpress
Read More
When we set up a WordPress site for the first time, we saw some default
We can easily show posts from single posts using this method. But if we need
If you want to display any wordpress custom post type using the WP Query, you
Usually, when we search something on the default WordPress search form, it shows all posts
We can easily call the search form using the below function. get_search_form(); But sometimes we
We can easily add an excerpt on any WordPress post or post-types. But there is
When we use shortcodes, we need to add the shortcode on Text Editor. But sometimes
If you need to display the WordPress menu on a custom header.php file or on
When we try to convert a normal HTML website to a custom WordPress theme template,