joefedorowicz
Forum Replies Created
Viewing 9 replies - 1 through 9 (of 9 total)
-
Thanks. I fixed it for now in the code but look forward to your update.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Need to Use GroupByLittle I can do when my hosting provider only offers up to 7. Im trying to move.
This is the first time I’ve seen that error.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Need to Use GroupByThanks. I can’t install due to PHP version….I am running 7.0, so that’s weird.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Using has_termForum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Using has_termRelevant part bolded
while ( $loop->have_posts() ) : $loop->the_post(); $thumb_id = get_post_thumbnail_id(); $hello = get_post_meta($post->ID, 'event_id', true); $thumb_url = wp_get_attachment_image_src($thumb_id, 'slider1', true) ***RELEVANT PART*** if(has_term( 7, 'term_id' )) { $hideexcerpt = " no-excerpt"; } else { $hideexcerpt = ""; } if(has_term( 8 )) { $hidetitle = " no-title"; } else { $hideexcerpt = ""; } ***END RELEVANT PART*** $content .= '<li><div class="slider-post '; $content .= '"><a href="';
- This reply was modified 5 years, 4 months ago by joefedorowicz.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Using has_termAs a conditional to do some stuff. That appears on my front page within a query.
I just would like to know what the best way to check against a term (specifically a category) is?
Forum: Plugins
In reply to: [Contact Form 7] Submission Spins and Spins and SpinsI guess we have nothing on this.
Forum: Plugins
In reply to: [Contact Form 7] Submission Spins and Spins and SpinsI’ve been all over the FAQ. Like I said in my post, deactivated all plugins and still spinning.
Forum: Fixing WordPress
In reply to: Cannon Login –That did it. I’m an idiot. Thanks.
Viewing 9 replies - 1 through 9 (of 9 total)