Posts under Open Source

WordPress: How to open rss links in new window?

advertisement

wordpressBy default, WordPress RSS widget doesn’t open new window when user click on the link. I’ve been searching for the solution for quite a while and most of the solution refer to editing the wordpress core file (wp-includes/default-widgets.php). Editing core file are not a permanent solution, whenever there is wordpress update, it will write off your modification. At the end, i decided to use jQuery to solve the problem.

To open WordPress rss link in new window, follow the steps below:-

Continue reading WordPress: How to open rss links in new window? »

SVN: How to commit only modified files via command line

advertisement

apple macHave been looking for simple way to svn commit only modified files via command line for long time. Finally i manage to find a simple solution with just 2 line command and it will be able to commit any type of file status as you like.

To SVN commit the only modified files via command line, follow the steps below:-

Continue reading SVN: How to commit only modified files via command line »

WordPress: How to create left sidebar template in TwentyEleven theme?

advertisement

wordpressI’m modifying twentyeleven theme to have a left sidebar template for my page. By default twentyeleven have a sidebar template that showing the sidebar at the right column. To have a bit more choices for my new page, i would like to create a left sidebar template.

To create left sidebar template in WordPress TwentyEleven theme, follow the steps below:

Continue reading WordPress: How to create left sidebar template in TwentyEleven theme? »