Tag: wordpress

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