Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter thesm

    (@thesm)

    OK..nothing like turning all custom modules off…then setting your desired permalinks and then turning all the modules back on again…

    Now working!

    🙂

    Thread Starter thesm

    (@thesm)

    anyone? suggestions?

    thesm

    (@thesm)

    sara…how did you fix this? I have the same problem after just turning on permalinks for ‘day and name’.

    I get a slightly different error:
    PHP Warning: preg_match() [function.preg-match]: Compilation failed: nothing to repeat at offset 2 in /home/site/public_html/wp-includes/classes.php on line 211 (also on 210)

    the warning appears in the header of the browser.

    I’m not using anchors (#)…what’s going on? I’d rather not use default with ‘?p=’

    thanks

    Thread Starter thesm

    (@thesm)

    We actually managed to remove the post thumb – gave up on images after HOURS of trying – and found a way to edit the content teaser limit instead. So we now have more text flowing and have lost the white space.

    The image is uploaded using the wordpress media feature (image with a caption), so using the post thumbnail which we tried also stripped out the caption.

    It’s not entirely resolved yet, because setting the read more teaser length to a number of characters can prove disastrous if the cut off occurs in the middle of bold formatting in the top post. We’ve found the formatting is extended throughout the second post and all the text in the next post is made bold!

    So this is going to require micro-managing – not what one wants with a CMS, and I’m not going to be able to hand this over to the novice end user to manage either. It’s a workaround – not ideal at all.

    I’m really baffled that there seems to not be a to edit image sizes, with captions, on a template by template basis. Seems something people would need……..?

    Thread Starter thesm

    (@thesm)

    Just to add – I changed the image associated with post to a long thin one to better demonstrate the issue, and now we have a ‘thumbnail’ of the previous image, plus the new image alongside. God I could weep. Just not getting how the logic works at all.

    Thread Starter thesm

    (@thesm)

    Hi Esmi,

    We’ve now added theme support post thumbnails to the functions.php file.

    Then in the loop we added this:

    <?php the_post_thumbnail(array(200,200)); ?> just before <?php the_content(__('(Read more...)')); ?>

    The reports page now has TWO images appearing in the first post on the page, and one on the second post. There is no caption container box anymore either?

    How do we remove the original image, have the caption?

    Just to note we’re using teaser, not excerpts. Does this make a difference?

    Thread Starter thesm

    (@thesm)

    Apologies.

    Here’s a link: http://bit.ly/ca9Us1

    The page giving me a hard time is the ‘reports’ page ( to be compared with the posts appearing in default/homepage template). But I have other custom pages that need to be set up along similar lines.

    Many thanks.

    Thread Starter thesm

    (@thesm)

    Thank you Michael. I wasn’t able to fix the issue using the heirarchy, but we did use conditional tags, and that seems to have worked fine.

Viewing 8 replies - 1 through 8 (of 8 total)