Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author stephenlgray

    (@stephenlgray)

    Hi,

    There’s a button for that: should be in the top row above the editor and it looks like a page break; if you hover over it, it will say Insert More Tag and if you click it, it will insert the required shortcode.

    Please post this in the installation guide, read-me, or screen shot info.

    Hi there when I add <?php global $more; $more = FALSE; ?> after the_post and before the_content I get

    Fatal error: Call to undefined function fb() in /home/bpacbpac/public_html/WESTBANKFREEHOMEINFO.COM/wp-content/plugins/read-more-inline/read-more-inline.php on line 41

    Here is my page code:

    <?php
    get_header();
    ?>
    <div class=”warp”><div id=”content_top”> </div></div>

    <div class=”warp” style=”background:url(<?php bloginfo(‘template_url’); ?>/images/main-bg.png) repeat-y center;”>
    <div id=”content_warp”>
    <div id=”con_left”>
    <div class=”page-main”>
    <?php if (have_posts()) : while (have_posts()) : the_post();?>
    <h1 class=”title”><?php the_title(); ?></h1>
    <div class=”property-meta”>Posted by <?php the_author(); ?> on <?php the_time(‘F j, Y’); ?></div>
    <?php global $more; $more = FALSE; ?><?php the_content(‘Continue Reading’); ?>
    <?php endwhile; endif; ?>
    </div>
    </div>
    <?php get_sidebar(); ?>
    </div>
    </div>
    <?php get_footer(); ?>

    Thank-you

    Mark

    Plugin Author stephenlgray

    (@stephenlgray)

    Hi – sorry, some test code was left in there. If you download it again that error will go away.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Read More Inline] What is the read more inline code I place in the page?’ is closed to new replies.