How to Highlight Your Code Syntax in WordPress

Syntax Highlighter support almost all the common languages, many highlighter plugins are all developed basing on Syntax Highlighter. such as Google syntax highlighter, Syntax Highlighter and Code Colorizer,SyntaxHighlighter Evolved,Syntax Highlighter and Code Colorizer, etc. (There are also some syntax highlighters are based on Geshi library.) (more…)

How to Simplify Google Syntax Highlighter

There are so many wordpress fans using Google Syntax Highlighter plugin, Google Syntax Highlighter is one of the best sysntax highlighter I have used. but the plugin's setting is not  optimized, this plugin can slow down your page loading. Here I'll simplify Google Syntax Highlighter plugin, I hope this article will give you some help. (more…)

Enable or Disable Shortlinks in WordPress

Shortlink is a new feature in wordpress 3.0, many people like it, and more people do not need it really, so you can enable or disable your shortlinks in wordpress.

(more…)

What’s the Shortlinks in WordPress

the_shortlink is a new feature in WordPress 3.0, providing URL shortening service, although the function is simple, but for some social networking or short URL services it may be very useful, it seems there are some shotlink plug-ins in previous version, but now WordPress 3.0 can be directly used to shorten the default Web site. (more…)

WordPress Navigation and Menu Customization

This article introduce some basic methods of navigation and menu customization, including how to create a visual menu and how to add your menu to sidebar or navigation. (more…)

How to Activate and Manage Akismet Plugin

This is a tutorial of Akismet usage and configuration, Akismet is the best automated spam killer, Akismet is learning from the whole community who are using Akismet. In WordPress, Akismet is the best default plugin whick you can active it anytime. (more…)

Get or Resend WordPress API Key

If you are using Akismet plugin or blogger status plugin, you may need a wordpress API key. If you have forgotten your WordPress API key, you can resend your wordpress API key. (more…)

Uploading Folder and Full Path Settings in WordPress

The default settings in Uploading Files is wp-content/uploads, Full URL path to files is the root domain of wordpress(for example http://www.zzsay.com). Many bloggers often mix Store uploads in this folder and Full URL path to files. (more…)

How to Prohibit Thumbnail Generation in WordPress

I found so many thumbnails generated by wordPress when I use wordpress uploader first time. ZzSay’s images size do not exceed the column width. So I want to close/prohibit thumbnail generation. For many bloggers, It seems there is no need of generating three types of thumbnails if he or she only concerns content, but not appearance. (more…)

Don’t confuse Pingback with Trackback

What is the difference between pingbacks and trackbacks?

Difference 1:

Pingback and trackback have different protocol mechanism. Pingback works on XML-RPC of notification medium. but the trackback uses HTTP POST. (more…)