Forums

How to separate attachments from content (1 post)

  1. WMatos
    Member
    Posted 1 year ago #

    Basically all I need is to be able to show an image, then the title then the content. In this order.

    At the moment, I have this:

    <?php while (have_posts()):the_post(); ?>
    
    <h1><?php the_title(); ?></h1>
    
    <?php the_content(''); ?>
    
    <?php endwhile; ?>

    But then, it shows the title, image then content. Can someone help please? Thanks

Topic Closed

This topic has been closed to new replies.

About this Topic