Feedburner for your WordPress

introduction

Creating your WordPress feed (self-hosted WordPress)

For the best results using FeedBurner with your self-hosted WordPress site, we recommend the FeedBurner FeedSmith plugin (originally authored by the legendary Steve Smith). The plugin will detect all ways to access your feed (e.g. http://www.yoursite.com/feed/ or http://www.yoursite.com/wp-rss2.php, etc.), and redirect them to your FeedBurner feed so you can track every possible subscriber. It will forward for your main posts feed and optionally, your main comments feed as well.
Continue Reading »

Adding Breadcrumbs to Your WordPress

introduction

For the past years, the word “breadcrumb” are very popular in modern web design/development. Most of the template / theme provider or developer will add this feature in their package. So if you are new to the web, simply breadcrumbs or breadcrumb trail is a navigation tools that help user to know which section they are in. An UI (user interfaces) for user to track their location within your blog so that they don’t get lost from hundred cats and million of post you got in your blog post ;P

Continue Reading »

Adding Square User Photo to an Author for WordPress

introduction

Authors: cptnwinky, westonruter

Allows a user to associate a profile photo with their account through their “Your Profile” page. Admins may add a user profile photo by accessing the “Edit User” page. Uploaded images are resized to fit the dimensions specified on the options page; a thumbnail image correspondingly is also generated. User photos may be displayed within a post or a comment to help identify the author. New template tags introduced are:

  • userphoto_the_author_photo()
  • userphoto_the_author_thumbnail()
  • userphoto_comment_author_photo()
  • userphoto_comment_author_thumbnail()

Continue Reading »

Author Image Plugin For WordPress

activate_plugin

The author image plugin for WordPress lets you easily add author images on your site. Alternatively, place the following call in the loop where you want the author image to appear:
Continue Reading »

Syntax Highlighter for WordPress

Syntax Highlighter is created to ease developer/coder to post code snippets online with ease and have it look pretty like what we see in textmate, dreamweaver, editplus and etc.

Syntax Highlighter are build with Java Script and it doesn’t care what you have on your server. Cross server platform (:p)

Overview01

The SyntaxHighlighter was created by Alex Gorbatchev. SyntaxHighlighter is licenced under LGPL 3. You can go here to visit this program wiki.
Or you can go here to make a donation to Alex. SyntaxHighlighter is open source. If you are using SyntaxHighlighter 2.0 on your site or including it in your product, please donate.

Continue Reading »