• I need a fix to make the “read more” tag works for pages too.
    http://codex.ww.wp.xz.cn/Customizing_the_Read_More

    it says:
    use the following code inside the loop for the dynamic content:

    <?php
    global $more;
    $more = 0;
    ?>
    //The code must be inserted ahead of the call the_content, but AFTER the_post()

    <?php the_content(‘Continue Reading’); ?>

    But..where is the loop on easel?

The topic ‘How to add code inside the loop in easel?’ is closed to new replies.