• I’m using the Blog-in-Blog plugin and everything works except the output is missing any paragraph breaks. Here is the original post:

    Here is the post on the category:
    http://www.marklampkin.com/entrepreneurshiphome-based-busines/

    Here is the actual single post page:
    http://www.marklampkin.com/2010/03/16/entrepreneurship/

    The HTML in the editor doesn’t save any <p> tags even when I manually put them in. Is there a setting that hard-codes these in? I don’t think

    This is the code the Blog-in-Blog template is using. I’m pretty sure this isn’t the cause of the problem, it’s just the lack of <p> in the code.

    <html>
    <head>
    <!--fragment of html for post template blog-in-blog Version: 0.9.9 -->
    </head>
    <body>
    <div class="post"><!-- Post Headline -->
    <div class="post-headline">
    <div style="margin: 7px; float: left;">
    <h2><a title="Permanent Link to %post_title%"
     rel="bookmark" href="%post_permalink%" id="%post_id%">%post_title%</a>
    </h2>
    <small>%post_author% : %post_date% %post_time% : %post_categories%</small>
    </div>
    <!-- Post Body Copy -->
    <div class="post-bodycopy clearfix">%post_content%</div>
    <div class="post-comments">%post_comments%</div>
    </div>
    </div>
    </body>
    </html>

  • The topic ‘[Plugin: Blog-in-Blog] Template output format missing paragraphs’ is closed to new replies.