mpoisel
-
Events custom post type querying by start and end dates (wordpress)
I've been reading some forums and I think I got a little further, but haven't had any luck Here's the new code:
-
Events custom post type querying by start and end dates (wordpress)
I'm afraid I'm not following. What I want to happen is, when an event ends I want it to be removed from the events query.
-
Rollovers using the same div class: Jquery in wordpress issue.
Thanks for the help. I actually got it to work with something similar. $(document).ready(function() { $(".background").hide(); $(".logo").hover(function(){ $(this).find(".background").toggle(); …
-
Wordpress calling a page_name or page_id
I for got to mention that I'm trying to replace the "parent_title" in the 3rd line of code to be either the page name or page ID. sorry about that.
-
Current Nav Highlighting using php to set the body ID
Thanks it works now. I totally missed that. Sorry for posting in the wrong forum.
-
Current Nav Highlighting using php to set the body ID
I'm not sure if I follow you. can you please clarify?