Here is the way to Add metabox to custom post type in wordpress .. 1) Add taxonomy to existing or custom post type .. 2) You can add by using this tag... "Quality" is a Name of the taxonomy...
Add metabox to custom post type in wordpress !
Trim the word from the title or content in wordpress or php !
Sometime we want to show only some words from the title or content of page/posts in wordpress. In your php query you can trim title by using this function. Here i trim the words of post title to show only...
If wp_redirect() function not working in wordpress !
wp_redirect If that's not working than do that by Jquery method. Add this to footer.php file. You can add your conditions ..mine example is if user not logged in and category name is solution than redirect to work page... <?php...
How to move comment box to bottom in wordpress !
By using these code we can move the comment box to bottom ...which is showing by default in the bottom on the posts. Just add these code to your website theme function.php file. function wpb_move_comment_field_to_bottom( $fields ) { $comment_field =...
WordPress count* total views of posts !
Sometime we want to check the total views of the particular post... so here is the solution by using of this code you can check how many times your post is viewed. Add this to theme Function.php file function wpb_set_post_views($postID)...
Click to Chat