Forums
(@pushpinderbagga)
13 years, 1 month ago
The one you started with works
you just put a : instead of a ;
This one works for sure
<?php if (is_page(1)); ?>
13 years, 9 months ago
I created a multi-faceted plugin for the same – check it out here
14 years, 7 months ago
lol works like a gem … thanks a lot!
@uttamtakalkar – the formatting.php uses strip_tags only and its not stripping the paragraphs and the line breaks in my excerpts.
and clues?
I am using the excerpt as
<?php the_excerpt( __( '(More ...)' , 'p2' ) ); ?>
but alas, its actually not stripping the <br /> and the <p> tags
<br />
<p>
??
worked like a gem, thanks a ton to Nobble. Cheers man!