• Yohan Perera

    (@thevirtualpreacher)


    I am planning to switch to this theme and it’s being tested in a test server right now. I need to add the following code to single.php (in order to use the plugin WP-Email).

    if(function_exists('email_link')) { email_link(); }

    It should be placed right under this loop,

    <?php while (have_posts()) : the_post(); ?>

    Unfortunately the single.php file used by the parent theme (Omega) doesn’t have that loop. Can someone please help?

  • The topic ‘Missing loop in single.php’ is closed to new replies.