
This is a blog about linux, software engineering and internet stuff. Browse around to see my work and latest web projects or follow my thoughts... Read more »
LATEST PROJECT: Snaggies.de
Unfortunately, the favorite wordpress theme carrington-blog displays the comments in a reverse order. By default, the newes comment is shown at bottom. If you want to display the newest comment on top of list, you have to follow these instructions:
Open the file themes/carrington-blog/comments/comments-default.php
By using the carrington wordpress theme 1.3, you will have some problems to display comments on pages. Comments are working fine on posts, but on pages you will never see a comment although you’ve enabled it.
To solve the problem, just change the following line:
CyStats is one of the most favorite statistic plugins for wordpress. It’s quite fast and supports several API functions. One of these functions is called getMostVisited, which displays the most popular posts.
In the past, this function must be coded manually inside sidebar.php. I’ve already written an article about line break problems and how to integrate [...]
CyStats is one of the most and best statistic plugins for wordpress. I use this plugin in my wordpress blog too.
I noticed that this API function shows unpublished posts in sidebar too, which is mostly not wanted. To avoid this, I’ve changed a little inside the CyStats core.
Open the file: wp-content/plugins/cystats/includes/template-functions.php and do the programming [...]
CyStats is one of the most popular statistic modules for wordpress. Inside this blog, I’ve also used CyStats and the API function “getMostVisited()” to show most popular posts on sidebar.
To show most popular posts, you need to call the getMostVisited() function in your sidebar.php. If you do so, you will get some trouble with linebreaks, [...]
