Now I see what you mean by the plugin stripping the tags. My problem is the paginate tags has to be outside of all these divs otherwise the it doesnt work. Here’s my code:
<pre><code> {exp:pagination}
<div [removed] id=”article_entry”>
<div>
<h1>{title}</h1>
<div class=”home_date” [removed]>
{if ghost_name!=""}
<div class=”home_date” [removed]>{exp:clean_word2}{ghost_name} | {entry_date format="%M %d,%Y"}{/exp:clean_word2}</div>
{if:else}
<div class=”home_date” [removed]>{exp:clean_word2}{author} | {entry_date format="%M %d,%Y"}{/exp:clean_word2}</div>
{/if}
</div>
</div><div [removed]></div>
<div id=”options” [removed]>
<div [removed]>
<!– AddThis Bookmark Button BEGIN –>
[removed]
addthis_url = ”;
addthis_title = ”;
addthis_pub = ‘naughtyamerica’;
[removed]
[removed][removed]
<!– AddThis Bookmark Button END –>
/images/article/email_icon.gif EMAIL TO A FRIEND /images/article/printer_icon.gif PRINT VERSION </div>
<div [removed]>
</div>
<div [removed]></div>
</div>
<div [removed]></div>{exp:image entry_id="{entry_id}”}{exp:quote entry_id="{entry_id}”}{entry}{/exp:quote}{/exp:image}
</div> {simplepaginate}
<div >
Page {current_page} of {total_pages} pages {pagination_links}
</div>
{if previous_page}
<div >Previous Page</div>
{/if}
{if next_page}
<div ><a href="http://{next_auto_path}">Next Page</a> </div>
{/if}
{/simplepaginate}
{/exp:pagination}
{/exp:weblog:entries}[/code]
‘{entry}’is the content that’s being pushed out.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.