WordPress database error: [Expression #1 of ORDER BY clause is not in GROUP BY clause and contains nonaggregated column 'userweb60364.wp_posts.post_date' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by]
SELECT DISTINCT YEAR(post_date) AS `year`, MONTH(post_date) AS `month`, count(ID) as posts FROM wp_posts WHERE post_date < '2026-06-19 01:29:38' AND post_date != '0000-00-00 00:00:00' AND post_status = 'publish' GROUP BY YEAR(post_date), MONTH(post_date) ORDER BY post_date DESC


Hacking Freshy Theme to play well with Code Markup plugin

30 12 2006

The Freshy Theme is sweeeet, but when you install the Code Markup plugin, the stylesheet for Freshy makes the code display kinda funny since the styles for pre and code are the same. The result is a double-nested code segment. Just open up themes/freshy-10/style.css and find the pre, code section and make it look like this (changes are in red):

pre {
   font: 1em 'Courier New', Courier, Fixed, monospace;
   font-size : 100%;
   color: #000;
}

code {
   display:block;

click to view on my google map


Actions

Information

Leave a comment

You can use these tags : <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>