Tagged Questions
0
votes
2answers
1k views
All in One Calendar Plugin Custom Post Type Query
Hi I'm trying to write a query which will pull the events out from the All in One Calendar Plugin. This is what I have so far:
<?php query_posts('post_type=ai1ec_event');?>
<?php while ( ...
0
votes
1answer
169 views
Plug-in for reserving rooms or equipment via corporate intranet
I'm setting up a corporate intranet for a small organization of about 80 employees. I'm using WordPress running on a Linux server internally. I'd like to give users the ability to reserve ...
1
vote
2answers
368 views
How to get a Jewish/English event calendar on a page in WordPress?
What I need is an event calendar to display both the english and Jewish dates, but have it be based on the hebrew date. With this people could input the date of an anniversary and have it reappear ...