ladymsdiva
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] Removing anything that has to do with min-heightOk, this is not a solution, but I am using the testimonials plugin to create the content type and displaying it in the sidebar using the (much hacked) Query Posts plugin.
Trying to figure out how Pothi’s solution could work but the “display:none” declaration has stumped me. Yeah, I guess not displaying it solves the min-height problem if there’s nothing to display. Either there’s something missing there or I just made a bad joke…
Forum: Plugins
In reply to: [Testimonials Widget] Removing anything that has to do with min-heightJust in case anyone is wondering, here’s the page: http://joinblakes.com.previewdns.com/
Forum: Fixing WordPress
In reply to: Tag problem…?figured it out:
<p>Tag: <?php single_tag_title(); ?></p>
Thanks again, you’ve been awesome.
Forum: Fixing WordPress
In reply to: Tag problem…?awesome. Would you know by chance what php code I could use to generate a heading for each page like this:
Posts tagged with <<insert php code for tag name here>>
Forum: Fixing WordPress
In reply to: Tag problem…?Thanks so much for your help..this is the theme http://free.simplethemes.org/grid-portfolio.php
The index page is a bit different. Here it is on paste bin http://pastebin.com/LJPeAbX6
I have an idea about what to start deleting but I tried and got errors…
Forum: Fixing WordPress
In reply to: Tag problem…?Thanks.
I am using a theme called grid portfolio. I’ve uploaded the tag.php from the theme that came with the core installation (twenty-ten).
Here’s the code:
[Code moderated as per the Forum Rules. Please use the pastebin]
Am I on the right track here?
I have tried replacing “twenty_ten” with “gridportfolio” but it still doesn’t work…