gavjayhoffman
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [The Events Calendar] Changing 'organizer' to 'organiser'Thanks for the reply!! But unfortunately your link doesn’t work…
Forum: Fixing WordPress
In reply to: Looking for something to do this…[pic]Almost spot on yea…as i say, I know how to do the wordpress bit, I just need a jQuery plugin that allows people to click on ‘web design’ for example and the content loads to the right side in the grey div..as you say, if they want to read more, the button does that.
Forum: Fixing WordPress
In reply to: How to only show certain stuff if it's in parent IDThanks Christian, I’ll give it a go now!!
Forum: Fixing WordPress
In reply to: Reverse order of postsAhh, got it, it was this:
$asc_order = new WP_Query( array( 'order' => 'ASC', 'cat' => '37' ) );Thanks again mate, a MASSIVE help
Forum: Fixing WordPress
In reply to: Reverse order of postsThanks man, that’s what I tried and it didn’t want to work?
Forum: Fixing WordPress
In reply to: Reverse order of postsThat is great thank you but originally (didnt include it in my code sorry) i had it pulling in from a certain category using:
<?php query_posts('cat=37');?>Could you implement that for me?
Viewing 6 replies - 1 through 6 (of 6 total)