chrismoncus
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin for Inline Quotes in an Article or BlogIt’s called a “pull quote”.
http://striderweb.com/nerdaphernalia/features/wp-javascript-pull-quotes/
Forum: Fixing WordPress
In reply to: [Plugin: Profiler] HTML shows as entitiesI found a solution to a problem with this program.
Line 447 on profiler.php needs to be changed to this
$output .= "<p>". html_entity_decode($description) ."</p>";The variable $user_description converts HTML into entities and this reverses it. Try adding a link to a bio and see what I mean.
Forum: Fixing WordPress
In reply to: Subscription Confirmation page – issuesI’m having this same issue. Fix?
Hey Fred and all contributors… you saved the day. I had the same problem and fixed it right away. Thanks.
Forum: Plugins
In reply to: WP2PDF 0.4 releasedI’m having trouble getting any number of posts to display in the PDF’s generated by WP2PDF. No matter what value I give the parameters I give it I still get the default. Any suggestions?
showposts=100&cat=2 only shows 5
showposts=30 only shows 5