jamblo
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Show this week’s upcoming eventsThank you. Any help would be most appreciated.
This is as far as my knowledge gets me…
<ul> <?php $my_query = new WP_Query('category_name=events&posts_per_page=10&meta_key=_EventStartDate'); ?> <?php while ($my_query->have_posts()) : $my_query->the_post(); ?> <li><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></li> <?php endwhile; ?> </ul>I obviously need to add
meta_value=XBut what ‘X’ is I have no idea…
Anyone have any ideas?
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Show this week’s upcoming eventsAnyone?
I need to work out how to display posts/events for:
- Today
- Tomorrow
- Next week
Help!
Forum: Plugins
In reply to: [Plugin: The Events Calendar] Calendar Widget shows Nothing. Ever.Is this function going to be released in 1.6 or are you simply going to be hiding it from view in 1.6?
Forum: Plugins
In reply to: [Plugin: The Events Calendar] The events calendar cannot brows between monthsAre you using the widget?
All you have to do (not that this is a fix as such, but a work around), is remove /events/ from the URL when your viewing SINGLE.PHP and reload.
Forum: Plugins
In reply to: [Plugin: The Events Calendar] If sidebar is above content, gridview FAILSThe solution, if not already obvious, is to use CSS to float your sidebar and content to the position you want it, whilst retaining the hierachy of HEADER > CONTENT > SIDEBAR > FOOTER.
Assumeably a query in the sidebar widget conflicts with the main calendar display.
These are not page templates. They only function as part of the rewrite rules for the events category loop and a post within the events category.
They might not be, but WordPress interprets them as templates and following the plugin instructions leaves you unable to edit your original single.php file – a problem that needs a solution, I’d say.
3) the events template name “single.php” conflicts with the Theme’s default “single.php” template (so they couldn’t both exist in the theme’s root folder, and renaming the templates breaks the existing functionality in the main plugin and I don’t really want to custom code the Plugin and break the upgrade path.
(Maybe I have to read up more on the Template Hiearchy and hyphens as in “single-event.php”)
I’m also having trouble with this. I need to be able to edit both single.php and events/single.php, but the latter overwrites the listing for the former in my Appearance Editor.
Please advise.
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] GalleryView width – please help!Brilliant – thank you so much!
Forum: Your WordPress
In reply to: JambloRocksMyWorldI asked for that I suppose. Stupid 1.5 yes, because it doesn’t do what the previous version did in terms of handling multiple blogs. It’s like WordPress has gone all AOL on me.
But that’s not what this thread is about.
Thanks you Suppose, for you comment. Anymore for anymore?
Forum: Fixing WordPress
In reply to: error associated with wp-l10n.phpanyone?
Forum: Your WordPress
In reply to: jamblo.org {jamblorocksmyworld}Loads more done to my site lately, including sorting out the wordpress categories and updating my portfolio.
Would be great to get some feedback.
http://www.jamblo.org
Cheers
jamblo