• Resolved asamadu

    (@asamadu)


    I was manage to come this far with my single-event_listing.php page but I don’t know how to add details of Ticket Information, When & Where, Organizer Social to that right side blank space. please some one help with coding coz i’m not good at that. I will show the codes I have used so far on my page. Thank you.

    <?php get_header(); ?>
    <section>
    <div class=”container”>
    <div class=”row”>
    <!– Start the Loop –>
    <?php while ( have_posts() ) : the_post(); ?>
    <?php the_content(); ?>
    <?php endwhile; ?>
    <!– End the Loop –>
    </div>
    </div>
    </section>
    <?php get_footer(); ?>

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘single-event_listing.php Page coding help’ is closed to new replies.