vict0ry
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Centre drop-down menus?Alternatively, if I could change the CSS of individual list classes in my child style.css, that would work. I’m not sure how to do it currently for different list objects.
Forum: Fixing WordPress
In reply to: Centre drop-down menus?I’m using MAMP so this is done locally, I can’t provide a link. I was wondering if anybody had encountered this issue before on Thematic, or if anyone could provide a plugin that allows for better customisation of drop-down menus… It seems to use javascript to reveal the menu, and you can’t change the position it drops from via CSS. If anybody with any experience of this issue can help, it would be appreciated.
Forum: Fixing WordPress
In reply to: Post category and date below gallery?That’s with your code. With my original code, all I get is the post title. The problem I seem to be facing is returning the category and date values in some sort of outputable way (does PHP use strings? Cause so far it seems I’m trying to return arrays and stuff like that).
Forum: Fixing WordPress
In reply to: Post category and date below gallery?It looks like this, above the main text:
; .= Givenchy; .= Array; .= 2013-07-21 22:38:09; .=
It’s in the right place, but messed up.
Forum: Fixing WordPress
In reply to: Post category and date below gallery?That doesn’t work exactly right… After a few hours of trying, the problem seems to be getting the_category(‘, ‘); and the_time(‘F j’); to fit into this line in the return variable:
$output = "{$before}{$post->post_title}{$after}";Substituted in for “post_title”. But I can’t seem to reference either, even if I put them into a variable.
Forum: Fixing WordPress
In reply to: Child php file for WordPress wp-includes file?I’m not sure I’ve ever come across such a coldly unhelpful forum. Pathetic.
Forum: Plugins
In reply to: Passing arguments to add_actionSeriously this should be the simplest thing ever. Passing arguments to a function. You can do it in literally any programming language. Why is it so complicated to do it this way in WordPress? I don’t get it. Why on earth do you need to put a function call inside quotation marks?
It’s like programming in the dark ages. C# is easier than this complete BS.
Forum: Plugins
In reply to: Passing arguments to add_actionbump.