• I was using the Post Teaser Plugin and it was working fine but then I noticed a bug. I guess it’s a bug.
    The plugin was added to all my static pages. It also made the permalink inoperable.
    I would see an excerpt of my page… the post teaser would appear below that with the link that said, “view the full post” but when you clicked on the link it didn’t go anywhere. Neither did clicking on the Title which is also a link to the permanent address.

    Has anyone else had this problem? Is there a fix?

    Thanks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve noticed what might be the same problem with the permalinks. It looks as though that it’s missing the trailing quote at the end of the title attribute (just before it outputs the comment link).

    As a result, it’s generating:
    title="Permanent link toPermalink< /a >

    (minus the spaces before and after /a)

    Version 3.2 as seen on the author’s site didn’t seem to fix this =(

    Fixed it, at least in the theme I’m using (Dusk) — index.php was missing a ” and a > as seen below:

    Original:

    <a>" title="<?php _e('Permanent link to'); ?><?php _e('Permalink'); ?></a>

    Modified:

    <a>" title="<?php _e('Permanent link to'); ?>"> <?php _e('Permalink'); ?></a>

    I have a problem with Dusk, you can see the problem in https://www.redlegacy.com – at the bottom of the page I get thise message:
    ——————————

    ?? Previous entries ?· Project-Id-Version: WordPress 1.5.1 es_ES Formal Report-Msgid-Bugs-To: POT-Creation-Date: 2005-04-26 16:30-0500 PO-Revision-Date: 2005-05-12 11:32+0100 Last-Translator: ala_747 Language-Team: wordpress-es MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Project-Id-Version: WordPress 1.5.1 es_ES Formal Report-Msgid-Bugs-To: POT-Creation-Date: 2005-04-26 16:30-0500 PO-Revision-Date: 2005-05-12 11:32+0100 Last-Translator: ala_747 Language-Team: wordpress-es MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit

    ———————————————-

    I just downloaded the theme and uploaded… dont know nothing of PHP so, I cant even figure out the bug.

    Can somebody help me?!!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Teaser Bug?’ is closed to new replies.