stereokill
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Simple Taxonomies] Change taxonomy page titleThanks a lot – that worked like a charm!
Forum: Themes and Templates
In reply to: Unable to change image class using Thumbnails for ExcerptsAh, it seems to have worked now, which is great. Thanks a lot for your help!
One last small question: the PHP used on the archive pages inserts the date and a dividing line between each article in the chronological list. Is it possible, via CSS, to force the divider to come below the thumbnail? As it stands, with some larger (particularly portrait) thumbnails, the bottom of the image overlaps the divider and looks a little messy. It’s not a big problem, but it’s slightly annoying.
Currently, I have a slightly half-hearted fix in place where I have put a series of line-breaks after the excerpt to artificially replicate the space.
Thanks,
M
Forum: Themes and Templates
In reply to: Unable to change image class using Thumbnails for ExcerptsHi again,
I’ve changed that entry in style.css – should I also be changing the plugin options? As it stands, solely having updated the stylesheet, it doesn’t seem to have changed anything. Any suggestions?
Thanks,
M
Forum: Themes and Templates
In reply to: Unable to change image class using Thumbnails for ExcerptsHi,
That seems to have resolved the spacing issue on the archive pages, which is great. However, they aren’t showing the “border” parameter. Have you any idea why this might be?
Thanks for your help, by the way.
M.
Forum: Themes and Templates
In reply to: Unable to change image class using Thumbnails for ExcerptsAnyone have a clue on this, by any chance?
Forum: Themes and Templates
In reply to: Hiding single page titleBrilliant, thanks a lot.
Forum: Themes and Templates
In reply to: Hiding single page titleBrilliant, thank you – can I use syntax for multiple variables to exclude more than one page? So, for example:
<?php if(get_the_title()!='Forum','Gallery')...<?php }?>
*edit* – just tried your solution, and it gave me a parsing error when I tried to then open the page.