Tag Archives: how to

Style WordPress Smilies Using CSS

The WordPress formatter automatically converts certain text into Smilies. These Smilies are images and when included in post or comment, they are having the same style as that of other post images. In case you need to style them differently…

Unlock PDF Files Online for Free to Copy, Paste and Print

Portable Document Format (PDF) is one of the most used document format in office or professional communication. Sometime we need to copy some part of pdf to paste that somewhere on other document like doc or to print that PDF on local printer but we find that the pdf document is locked. Here are some tools to unlock pdf.

How To Hide Posts From RSS Feed Of WordPress Blog

Sometimes you would want to hide some particular post from appearing in your site’s RSS feed. This may be when you just want to build internal links or keyword density on your site for some keyword and do not want the site’s regular readers to get these interlinking posts in the Newsletter or the subscribed feed of your site.

How To Disable The Visual Editor Without Using Plugin [WordPress]

The WordPress Visual Editor on the Edit Post screen is sometimes a real menace as it adds some formatting and removes the ‘div’ elements and sometimes paragraphs and classes automatically. It also adds some invalid HTML or what we can say non-standard code to our post’s HTML source. So in such cases, you definitely would want to disable the WordPress Visual Editor. There are two simple ways…

How to Remove Links in Comments Content Without Using Plugin [WordPress]

Consider, I comment on a WordPress blog and I just put the text as http://www.clickonf5.org/ as a reference site in the comment text. Note that I have not written the html to make it the link. But when the comment gets displayed on the post, this text automatically becomes a link which is clickable. Here is a one line code that will help you remove such automatic formatting and conversion.