Greg Rickaby
Member
Posted 2 years ago #
I love the list of template tags. Makes it very easy to customize!
For those who don't like tables:
<?php
fse_print_events(
array( 'number' => 10,
'before' => '<div class="calendar"><ul>',
'after' => '</ul></div>',
'template' => '<li>{event_subject}<br />@{event_location}</li>'
)
);
?>
Great plug-in, thanks a bunch.
http://wordpress.org/extend/plugins/wp-calendar/
Greg Rickaby
Member
Posted 2 years ago #
BTW: Can you please give us the option to disable loading jQuery. I already have jQuery loaded. :D
hi
thank you!
i load the jquery library using the wp build-in functionalities. if wp (or other plug-ins) request jquery this way, jquery is only loaded once. how do you include the jquery library? directly in your wp theme?
thanks for reply!
faebu
Greg Rickaby
Member
Posted 1 year ago #
I run Thesis, and it loads jQuery in the footer directly rather than the wp_enqueue_script. The plugin "Sexy Bookmarks" (among others) gives me a check box to disable jQuery completely.
ok, i'll include this feature in the next version!
Greg Rickaby
Member
Posted 1 year ago #
Cool, can't wait to start using your plugin