Get page id in wordpress. You can get current page id outside loop in worpress by following statements.
Wordpress has vast functionality to customize and we can create custom post types and custom fields as many as we…
Wordpress is in U.S. English by default. Wordpress has already been translated into many languages and all are available on…
Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create…
There are a lot of themes for Corporate/Business websites, Blogs, as well as Online Stores. Now I am going to…
You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here…