Continue reading

  • daveytje

    #35333

    I don’t understand but by the site http://www.eftel-media.nl see i not the link. only by http://www.uitrijk.nl.

    I think now it’s a plugin only i haven’t a plugin for search.

    Anonymous

    #35334

    Do you have a plugin which modifies the post excerpt?

    daveytje

    #35335

    I used the follow plugins:

    Akismet

    All-in-One Event Calendar by Timely

    ALO EasyMail Newsletter

    Breadcrumb NavXT

    Broken Link Checker

    CodeStyling Localization

    Custom Contact Forms

    FFF Cron Manager

    Global Hide/Remove Admin Bar Plugin

    Google XML Sitemaps

    GT Tabs

    Issuu Embed

    jQuery Vertical Accordion Menu

    Maintenance Mode

    Mobile Detector for the mobile smart

    Multi Twitter Stream

    Page Links To

    Profile Builder

    Q and A

    Role Scoper

    Tabbed Login Widget

    Thema My Login

    WP-CopyProtect [Protect your blog posts]

    WP-PageNavi

    WP Lightbox 2

    WP SMTP

    They don’t show continue reading in they language files.

    When I set the option by graphene mobile -> global -> Entire contents archive pages show set on then I see no continue reading, when it set off i see continue reading.

    daveytje

    #35336

    I think it happend with the follow code:

    <a href="http://www.uitrijk.nl/slider/website-heeft-nu-ook-een-mobiele-versie/">Continue reading <span class="meta-nav">&rarr;</span></a></p>

    daveytje

    #35337

    I found a answer to my question. I made a custom functions.php file in the child theme of my mobile.

    I ad the follow code:

    <?php
    function new_excerpt_more($more) {
    global $post;
    return '<a href="'. get_permalink($post->ID) . '"> Lees verder</a>';
    }
    add_filter('excerpt_more', 'new_excerpt_more');
    ?>

    And now i see lees verder and not continue reading.

    I’m Happy

    Thanks you for your answers. A great theme is it.

    The link were i found my answer: http://wordpress.stackexchange.com/questions/7979/i-cant-modify-the-continue-reading-link-of-the-excerpt

Viewing 5 posts - 11 through 15 (of 15 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.