Archive for the ‘WordPress’ Category

How To Display Your Latest Tweets in WordPress Without a Plugin

As of June 11, 2013, Twitter API v1 officially retired. The new version is Twitter API v1.1. Thus the code discussed in this post NO longer works. I will update this post with the new code if/when I find a solution. Thanks.

Do you want to display your latest tweets on your WordPress Website? Continue Reading »

How To Redirect First Time Commenters in WordPress Without a Plugin

In this tutorial, I will show you two separate codes on how to Redirect all your WordPress Commenters to a Thank You page, and also how to only Redirect your First Time Commenters to a Thank You Page without the need of a plugin.

This tutorial is for you, if you are asking one of these 2 questions:

  1. How can I get ALL my WordPress commenters to redirect to a fancy “Thank You” page. Continue Reading »

How To Obfuscate Email Addresses in WordPress Without a Plugin

In this tutorial, I will show you how to Protect email Addresses in WordPress, and prevent email spam with the built-in WordPress antispambot() function. You probably did not know that there is a function in WordPress that automatically obfuscate an email address.

Spam bots are regularly scanning the Web to find emails to spam. But what if you want to display your email, or other Authors´ emails on your WordPress blog? Continue Reading »

How To Create a Variable Length Excerpt in WordPress Without a Plugin

WordPress Excerpt is a summary of your posts. In this tutorial, I will show you how to generate variable Length Excerpt that completes the sentence. Meaning that the Excerpt is not cut off mid-sentence. Also, I will show you how to preserve All, Some or None of the HTML formatting in the Excerpt, among several other features listed below. Continue Reading »

Top 17 Free WordPress Security and Backup Plugins

Boutros AbiChedid - WordPress Security.

Securing your WordPress Website is critical in growing your online presence. As your Website becomes more popular it becomes more attractive to Crackers.

If you are looking for Security and Backup Plugins for your WordPress Website, then look no further. In this article, I share and review the Best 17 Free WordPress Security and Backup Plugins that don´t cost you anything. Continue Reading »

How To Remove Header Tags and Their Content in WordPress Excerpt

WordPress Excerpt is a summary of your content. In this tutorial, I will show you how to selectively remove Header Tags (h1 through h6) and their content for the automatically generated excerpt. Also I will show you how to selectively remove Header Tags and their content while at the same time preserving HTML formatting for other HTML tags. Continue Reading »

How To Disable Self Pingbacks in WordPress Without a Plugin

By default, WordPress blog automatically send a pingback to itself any time you link to one of your own internal old post. It would be nice if this self-pingback feature can be turned off in the dashboard.

Self-pings, or pings within your own blog, are found useful by some, annoying by others. Those who find them useful feel that self-pingbacks is a good approach to increase inter-linking between posts. Continue Reading »

Trackbacks and Pingbacks in WordPress

In this tutorial, I will discuss the basics of Trackbacks and Pingbacks in WordPress. For now, remember that both are methods for blogs to communicate with each other. Trackbacks are more prone to spam than Pingbacks. All WordPress Websites are set up, by default, to send and receive pingbacks automatically.

If used properly, trackbacks and pingbacks are another way to increase traffic to your blog and build links. Continue Reading »

How To Display & Modify Allowed HTML Tags in WordPress Comments | allowed_tags

In this tutorial I will show you how to display the WordPress default allowed HTML Tags list for the comment form on your WordPress blog, as shown in the image below:

Add Notice for Comments: Allowed default HTML Tags and attributes.

Also, I will show you how to modify the allowed HTML tags and attributes list to fit your needs. I will show you how to remove tags from the default list and how to add HTML tags to the list for the Comment textarea in WordPress. Continue Reading »