Site Archives Wordpress

How to Make your RSS Feeds Pop in Wordpress


I got this idea from reading Darren Rowse’s entry, How to Make Your RSS Feeds POP Using Images
The hack will add a nice graphic to accompany your RSS feeds to make it “POP”.
First open the wp-rss2.php file located in the root directory of your Wordpress Installation.
Find a line that have something like this.

Code (php)

 

<generator>http://wordpress.org/?v=<?php bloginfo_rss(’version’); [...]

Wordpress Source Code Syntax Plugin


In order to enhance the user experience of Tipvista blog readers, I’ve installed Dean Lee’s Source Code syntax highlighting.
The plugin is pretty cool for coders and developers who like to share their codes with their readers. Among syntax it support are

Actionscript,Ada,Apache,asm,asp,bash
c,cfm,c++,csharp,css
delphi,div,freebasic,html4,idl
java5,javascript,lisp,lua
mathlab,mysql,nsis
oracle,pascal,perl,php,python
qbasic,ruby,smalltalk,sql
tcl,text,vb,vb.net,xml
and few others syntax

Here’s how the plugin look like in Wordpress :

Code [...]

Backup Wordpress automatically with WP-Cron and WP-DB-Backup


A short post, but today I would like to share you two Wordpress plugins that could save your blog’s (and possibly your) life.

WP-Cron and WP-DB-Backup helps you to backup your Wordpress files periodically to your email. You probably already have WP-DB-Backup If you’re using Wordpress 2.x, I hope that you would have already utilised this [...]