Problem with home page
-
Hi Everyone, I have an image slider on one of my websitehere What I want to do is make the homepage show a
<div>box if there is text in the post content. If there is no text in the content I don’t want it to display anything. I have tried the following code but does not work.<?php if(trim($post->post_content) != '' ) {the_content(); } else if ($post->comment_count != 0) { echo '<div="slide-1-desc"><h1> <?php the_title();?> </h1> <?php the_content("read more");?></div>'; } else { echo " "; } ?>If you need the entire php of homepage let me know I can post it. thank you in advance
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Problem with home page’ is closed to new replies.