greenapplewebs
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Invoice - Web Invoice and Billing] Can not save First-Use Setup!!???Same issue here. Let me know how I can be of help to get this resolved.
Forum: Reviews
In reply to: [Relevanssi - A Better Search] Extensive and flexible, great support@technogizmo – are you available for hire? I have a client that needs custom searching on a meta-field only (exclude all other search locations). I am not a coder and I am stuck. I believe this plugin will allow me to do this …. I just need help implementing.
– Tyler
[email address moderated – this forum does not provide support via email] if interested.@zack Katz
Same issue here. Were you able to fix Kathy’s issue?
This is not helping either:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts($query_string . '&orderby=date&order=ASC&post_status=future,publish&paged=$paged'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
@scribu – you are an expert on paging – any ideas?
– Tyler
Forum: Plugins
In reply to: [CleanPrint] CleanPrint doesn't show on my posts/pagesI take that back – it worked fine until I tried to change some settings. Now the buttons are gone.
Forum: Plugins
In reply to: [CleanPrint] CleanPrint doesn't show on my posts/pages@jhncadams – the 3.1.1 plugin I downloaded this morning and just installed is working fine. I can see the buttons on each page. Thank you for the fix!
Forum: Plugins
In reply to: [CleanPrint] CleanPrint doesn't show on my posts/pagesI’ll try it this afternoon and let you know
@sauril – yes, it would solve my problems.
It is in the settings – expand or collapse all agenda items by default.
Any luck getting this to work? I need to show the last 30 days worth of events as well as future events.
Forum: Fixing WordPress
In reply to: category-slug.php is not workingI figured out my issue. I was trying to display the page called category-bars.php but I really needed to display the regular link to the category (www.site_name/category/bars) and the page I created called category-bars.php will override the default index.php page and let me style / control the page through modifying the CSS and loop statement.