britneyjackson
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: new WP_Query questionGreat! ??
Thank you
Forum: Fixing WordPress
In reply to: new WP_Query questionHi tsguitar,
Many, many thanks.
That worked a treat although I am not sure if I have put the opening
<ul>
in the right place. If I put it in the query it will loop for every post. This is what I am using…<ul> <?php $my_query = new WP_Query('category_name=review&post_status=future&order=ASC'); // If there's content -- there's an IF statement added here if ($my_query->have_posts()) : while ($my_query->have_posts()) : $my_query->the_post(); $do_not_duplicate = $post->ID; ?> <li><?php the_time('l, M j, Y') ?>: <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></li> </ul> <?php endwhile; // If there's no content -- here's the ELSE statement else: ?> No gigs right now. <?php endif; ?>
Again thankyou for your help.
Kind regards
Forum: Fixing WordPress
In reply to: Hiding wp_head from certain pages. Isthis right?‘saves you nothing’ – Actually it does save me page load time as I have a few plugins that call Ajax etc. Without wp_head page load time is much faster (for my site).
Here is what is produced by the plugin: https://paste-it.net/public/f753424/html/
Thanks
Forum: Fixing WordPress
In reply to: if…else question for the_excerptOh ok. I found this plugin – Fancy Excerpt which give the auto-generated excerpt a brek-off at full sentence. Not what I wanted but works as a nice lead-in to the article if styled.
Thanks
Forum: Fixing WordPress
In reply to: Why won’t ‘if’ ‘else’ work in footer.php?Forum: Plugins
In reply to: [Plugin: ICS Calendar] Need to say ‘No Events’ when there are noneGreat stuff dolfelt, I didn’t even know those options were available ?? That makes things much easier ??
There is one wish-list item I would like to see (though I am not sure if possible). If you don’t intend to use the calender it would be nice to be able to remove the css & jquery from the header. Even if it means just adding some code to the header to remove it.
Still getting the ‘p’ tags when there are spaces: https://paste-it.net/private/needc7c/
Is the div tag added by your code?Thanks again for all your hard work.
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Need to say ‘No Events’ when there are noneHi dolfelt,
I am using 2.5, it displays the events just fine but doe not validate as valid xhtml.
These are my option settings in your script. Not sure if I have done anything wrong here: https://paste-it.net/private/he6db4d/
As a matter of interest how difficult would it be to show events like this: https://paste-it.net/private/n98c938/
Thanks for this wonderful plugin ??
Forum: Plugins
In reply to: [Plugin: ICS Calendar] Need to say ‘No Events’ when there are noneHi there,
This is a great plugin to use with Google Calender. Thanks!
I have a question:
1. When I add more than one paragraph in my calender I notice that when this is parsed through to my wordpress page that I get widow ‘p’ tags added (by wordpress). I guess the that the sentences are so long they wrap in wordpress and then wordpress does that annoying thing of adding it’s own tags. See this example: https://paste-it.net/private/a4a5d12/
Is there an easy fix for this?
Thanks for your time.
Britney
Forum: Alpha/Beta/RC
In reply to: paragraph tags in weird places in generated codeNo one know why this is happening? It’s creating invalid xhtml.
Is it that you can’t add html to pages?
Thanks
Forum: Fixing WordPress
In reply to: Menu Titles & Page Tiles – I need them to be different.Can no one offer me any advice on this?
thanks
Forum: Fixing WordPress
In reply to: Different Page Title for wp_list_pages();Hi all,
Was there ever a fix for this?
Thanks