Wp theme building question
hi.
i want my themes showing title links on home page, but not the content, i mean like we were doing for html sites before (Better to say tgps, cjs etc are still the same).
Simply, a user need to click that link to be able to reach the content.
so is it possible to do it this way?
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
Thanks.
|