28 February 2019

worpress page content display using in if and else condition..

              if(get_the_content()=="")
                       {
                           echo "<p>no content</p>";
                        }
               else
                       {
                           echo '<p>'.get_the_content().'</p><br>';
                       }
           
             <?php 

                      if(!is_page('business-carrier'))

                 ?>
                       <?php the_sub_field('servie_h5'); ?>

                  <?php }?>