Forum Replies Created

  • In reply to: Front Page Options Problem

    #43060

    I think I’m a little confused by the Front Page Options settings box, and the difference between ‘Number of posts to show with excerpt’ and ‘Display recent posts by category’ and what they actually do. I’ve tried a lot of different settings and limiting categories.

    I am trying to limit the excerpts on the front page to the 4 or 5 recent post excerpts, with the page navigation bar then at the bottom.

    I checked back on the two sites that I thought we ok, but they have the same problem if I turn off infinite scrolling. The first 5 excerpts are fine, but then comes a long list on one line links to other posts.

    Apart from this little issue, everything else is working very well.

    In reply to: Restrict An Action Hook To Home Page

    #41195

    Ok, will do. Thanks.

    In reply to: Arrange Links in Columns on a Page

    #38512

    Fantastic! Thanks. And, yes, sorry about posting in the wrong section.

    In reply to: Yet Another Related Post Plugin Thumbnails

    #38455

    No hold the phone!!! It did work.!!! Thanks indeed. I’m really happy now.

    In reply to: Yet Another Related Post Plugin Thumbnails

    #38454

    Thanks for getting back so fast, but unfortunately it didn’t change the thumbnail size. They remained stubbornly the same.

    In reply to: RSS Feed not working

    #28769

    Resolved by accessing and replacing from back ups the following files created before updating to 1.7.1. wp-blog-header.php, wp-commentsrss2.php, wp-feed.php, wp-rss.php, wp-rss2.php.

    In reply to: Spam comments on images

    #28661

    Unfortunately I trashed them, but will keep the next one that arrives and post the link.

    In reply to: Comment input box too wide

    #28102

    Scrap my problem. seems to be one of those that magically resolved it self.

    In reply to: Child Theme functions.php

    #25521

    Perfect!! Works like a charm. Thank you :))

    In reply to: Child Theme functions.php

    #25518

    Added this, but no change. Cleared cache etc.

    <?php

    function graphene_filter_gettext( $translated, $original, $domain ) {
    $strings = array(
    'Comments have been disabled' => 'Comments for this post are closed',
    );
    if ( ! empty( $strings[$original] ) ) {
    $translations = &get_translations_for_domain( $domain );
    $translated = $translations->translate( $strings[$original] );
    }
    return $translated;
    }
    add_filter( 'gettext', 'graphene_filter_gettext', 10, 3 );

    ?>

Viewing 10 posts - 1 through 10 (of 39 total)