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]
by websourceblog · July 24, 2011
websourceblog
ReactJs, NodeJs, Amazon Web Services, Symfony, Laravel, CodeIgniter, Zend Framework, WordPress, Drupal, Magento, Angular
More