View Single Post
Old 05-29-2011, 10:50 AM  
AtlantisCash
Confirmed User
 
Join Date: Dec 2005
Location: Istanbul - Turkiye
Posts: 3,179
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.
AtlantisCash is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote