Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 5 posts - 1 through 5 (of 5 total)

Latest post

Home Forums Free Theme Support Theron Lite Latest post

  • #71362

    Farah

    Hi Towfiq,

    Thanks again your last response, it really helped !
    How do i only display the image on the latest post front page, and not the text please ?

    Thanks a lot,

    Farah.

    #71468

    Towfiq I.

    administrator

    Go to Appearance> Editor and open up layout1.php and remove these lines:

    <div class="post_content">
                        <h2 class="postitle"><a href="<?php the_permalink();?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
                        <?php theron_excerpt('theron_excerptlength_teaser', 'theron_excerptmore'); ?> 
                        
                    </div>
    #71472

    Farah

    Thanks,

    But would that mean that the title will actually be removed to ?
    I do want to keep the title of the posts, but not the first few lines…

    #71473

    Towfiq I.

    administrator

    then , just remove this:

    <?php theron_excerpt('theron_excerptlength_teaser', 'theron_excerptmore'); ?>

    #71489

    Farah

    Thanks ! Sorry for being a pain !

You must be logged in to reply to this topic.