hugobs
Forum Replies Created
-
Forum: Plugins
In reply to: [qtranslate] problem with category description translationswell i found the solution…
<?php if (is_category()) { ?>
<?php
$category = get_the_category();
_e($category[0]->category_description, ‘qtranslate’);
?>….works like a charm!
Forum: Fixing WordPress
In reply to: [Plugin: Get Posts] date format issuethat worked, thanks a million.
Forum: Fixing WordPress
In reply to: [Plugin: Get Posts] date format issueit works! now, i just need to solve a small detail:
i would like to have a comma and a space between the title and the date, i.e.:
Release of EU report, May 19, 2010
instead of
Release of EU reportMay 19, 2010
any clue on how to do this?
many thanks!Forum: Fixing WordPress
In reply to: [Plugin: Get Posts] date format issuehi, thanks for the reply. i still cant make this work :(.
below is the .php of the plugin, which can be found here: http://wordpress.org/extend/plugins/nurelm-get-posts/
thanks a lot
[code moderated use a pastebin such as wordpress.pastebin.com in the future, please]
Forum: Themes and Templates
In reply to: “No recent Twitter posts” msg, even if there are.hi,
i’m on 2.9.2, whitehouse theme and i have been having exactly the same problem for the past few days.
did you sort it out?
thanks in advance