Category:Wordpress

10 code snippets to interact with Twitter

1 – Autofollow script (PHP) This code allow you to automatically follow user who have tweeted about a specific term. For example, if you want to follow all users who tweeted about php, simply give it as a value to the $term variable on line 7. <?php // Twitter Auto-follow Script by Dave Stevens – [...]

12 Useful WordPress plugins for developers

 I allways publish wordpress plugins ,Today ,I focus on 12 plugins that is really useful to create a developer blog.I hope you are like. Preserve Code Formatting Have you ever tried to display code snippets in WordPress? If your answer was "yes", I’m pretty sure you had trouble to do so, at least during your [...]

24 Helpful WordPress Security Plugins and Some Tips and Tricks
Read More... | Comments Off

After putting in all of the time, and perhaps money, into your WordPress website or blog, its now time to secure and protect it from outside enemies and general bad guys: hackers, spammers and all round tossers. If your WP development knowledge is limited, your best option is to download and install plugins. They are [...]

WordPress Resources

  How to disable scripts and styles – In this post, Justin Tadlock goes over how to disable scripts and styles added to your WordPress sites by plugins. This has a number of uses, for example if you don’t want the Contact Form 7 stylesheet to load on other pages besides your “Contact” page. 10 [...]

Top 5 WordPress Security Tips You Most Likely Don’t Follow
Read More... | Comments Off

I recently gave a presentation at WordCamp Montreal on WordPress Security. While doing research for my presentation I came across a bunch of great WordPress Security tips that all WordPress users should use. Surprisingly, a good majority of these tips are not usually followed. Below is a list of the top 5 tips that most [...]

10 Most Wanted Category Hacks and Plugins for WordPress

In this article we will share the most wanted category hacks and plugins for WordPress which you can use in your themes. These snippets of codes are a lifesaver in many situations when it comes to modifying a theme. 1. Display Certain Categories in a Menu In many cases, users only want to display certain [...]

How to disable scripts and styles
Read More... | Comments Off

Many plugins and themes add JavaScript and CSS files to your site. While this alone isn’t necessarily a bad thing, using several plugins that do this can bog down your site with loads of requests for these files. The good news is that WordPress has a built-in system that allows us to deregister these scripts [...]

Resources About WordPress

WordPress Resources,WordPress Sites,Free WordPress Themes,WordPress Galleries,WordPress Hosting,Free Web Templates

10 Most Helpful WordPress Design Blogs

We never stop singing the praises of WordPress here at Arbenting, and that enthusiasm has fueled this post through to fruition as well. We decided that we wanted to present a list of the most helpful design blogs with a fixed focus on our favorite of content management systems. Beyond just the list though, we [...]

WordPress Resources – Resources Tips Tricks Themes
Read More... | Comments Off

Hope your week is going well. Me and the wife just got back from a relaxing vacation in New Orleans (Which was the reason there was no post this weekend ), and now I’m back to it! Today I’m bringing you a bunch of WordPress resources. As I’m sure your aware, WordPress is my tool [...]

Top 10 WordPress Plugins – August 2009
Read More... | Comments Off

Another month, another line-up of  fantastic plugins all tested by cosmos blog so you don’t have to! Some plugins are the same as previous months, and this is because they can’t be bettered and so must remain. I would recommend that you try these plugins for yourselves but do emphasise that you read all documentation [...]

Top 10 WordPress Plugins

will be posting my top 10 WordPress Plugins monthly to let you know which ones I am currently finding most useful. They are in order of which I feel are most important to my blogs with number 1 being most important. I would recommend that you try these plugins for yourselves but do emphasise that [...]

WordPress Plugin: Daily Top 10 Posts
Read More... | Comments Off

If you want to know how much hits your posts are receiving on a daily basis, then the Daily Top 10 Posts plugin is for you. What it does is track the hits of each blog post for the current day and cumulatively at the same time. You may also display sidebar widgets containing a [...]

WordPress displays Excerpt In The Home Page And Classified Page
Read More... | Comments Off

WordPress blogs have duplicate content issues, and one of them is allowing reading the same content on both the posts, index page, archives and categories pages. To avoid search engine penalty it is important to optimize your WordPress using WordPress excerpt so that duplication will be avoided. Instead of duplicating the whole content, you may [...]