Posts Tagged ‘code’
Displaying Code in WordPress with Crayon Syntax Highlighter
www.doitwithwp.com - Crayon Syntax Highlighter is an easy-to-use, fast and powerful plugin for displaying snippets of code to your users in your WordPress posts, with more options than you can shake a stick at!
Create a bulletproof WordPress installation
woopress.net - WordPress is one of the most popular blogging platform used nowadays, and because of its popularity you have to pay some particular extra attention to secure your installation against spam and malicious attacks. It will take just a few minutes ...
Create a Functionality Plugin Instead of Using Functions.php
www.doitwithwp.com - When adding a new function to your site, you’re normally told to paste them into your functions.php fiel, but I want to tell you that’s wrong and what you should be doing instead.
Automatically Replace words by Affiliate Links
www.wpkube.com - There are many paid plugins that can easily replace the words by affiliate links but in this post I’d like to share a cool piece of code that can do the same thing for FREE.
Exclude Admins From Google Analytics on WordPress
www.doitwithwordpress.com - Google Analytics is an incredibly powerful tool for webmasters, but to get the most accurate stats, you should be excluding your admins from them.
How To Display Code Within A WordPress Post
www.doitwithwp.com - Since you can’t just paste code into a WordPress post, you need to use a plugin to display the code correctly so that your readers can see it. Here’s a tutorial showing how you can simply and stylishly display code ...
7 Code Practices From Twenty Ten Theme For Developers
www.deluxeblogtips.com - Twenty Ten is the next default theme in WordPress which is released in version 3.0. Twenty Ten theme comes with new features of WordPress 3.0 like custom navigation menus, custom headers and backgrounds. Not like old Kubrick theme, ...
Avoid Duplication In WordPress Theme Code
www.deluxeblogtips.com - When coding a WordPress theme, you might meet the situation when a section of code is duplicated across pages, for example the Loop is presented in all Index, Archive and Category pages. To avoid such code duplication, we can load ...