Category: WordPress

Add menu item programmatically in WordPress 0

Change wordpress admin language.

WordPress is in U.S. English by default. WordPress has already been translated into many languages and all are available on wordpress site for free. WordPress also providing support for translating it in different languages....

1

WordPress Online Store Themes

There are a lot of themes for Corporate/Business websites, Blogs, as well as Online Stores. Now I am going to share few themes for WordPress Online Stores. The clothes shop This theme has been...

Add menu item programmatically in WordPress 0

How to check post has thumbnail or not?

You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here }else{ // else code here } [/php] Share this…FacebookPinterestTwitterLinkedinTumblr