Adam
Forum Replies Created
-
Forum: Reviews
In reply to: [Testimonials Widget] Very easy to use, moderately easy to styleI think options to wrap the whole testimonial in the link to the full testimonial—which work fine, for my purposes, as they are—and to add a Read More/Read the Rest… link to the full testimonial at the end. Either would be fine; both would be great!
Forum: Plugins
In reply to: [Testimonials Widget] [Plugin: Testimonials Widget] Access full testimonialSeconding the request for a “Read more…” tag. That’d make this a perfect plugin.
Forum: Fixing WordPress
In reply to: Highlight recently changed posts?Thanks! This gives me a huge head-start.
Same problem.
Forum: Fixing WordPress
In reply to: Hide a Custom Fields div if there are no Custom Fields?Thanks again, Christine.
Forum: Fixing WordPress
In reply to: Hide a Custom Fields div if there are no Custom Fields?I really appreciate you sticking with me.
I copied/pasted and get an infinitely repeating div (screenshot). I’m working locally using MAMP, which makes this a little harder to share. Here’s the nearby code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div <?php post_class(); ?>> <div class="entry"> <div class="featuredimage"> <?php the_post_thumbnail('review'); ?> </div> <?php while (have_posts()) : the_post(); $link=get_post_meta($post->ID, 'link', true); if($link != '') { echo '<div id="details>'; } the_content(); endwhile; ?> <div id="details"> <h2>Details</h2>
You’re a lifesaver.
Forum: Fixing WordPress
In reply to: Hide a Custom Fields div if there are no Custom Fields?Thanks so much, Christine.
I hate to ask for further clarification, but I still need my hand held through this process. Am I getting this? Replace do something
with
echo (<div id="details">);
and leave the “details” div below it? What should I put in place of do something else to make sure it displays nothing?
Cheers,
AdamSorry to bug, but I’m still not getting anywhere. I’ve reinstalled WP as a last resort, and no dice; I’m starting to wonder if it’s my theme. Any thoughts?
Thanks so much.
Disabled/enabled, still no-go.
Here’s the .htaccess. Thanks!
Good idea. l switched to Day and Name, then back to my custom structure, and saved twice. Same 404, though. Bummer. Thanks, though!
Forum: Plugins
In reply to: [Crowdsignal Dashboard - Polls, Surveys & more] Won't display ratingsSame problem. I think the most recent update (2.0.7) is broken.
Forum: Fixing WordPress
In reply to: Really frustrated with StatsSeconded, on two site, so maybe thirded, too. Anyone know?