• Resolved fredel

    (@fredel)


    Hey all,

    three questions.

    just tried manual installation with “<?php echo related_posts(); ?>” -. worked out, but the posts where shown twice ;(

    Also, custom css changes i made within the css editor of my theme wheren`t submitted (its working when using automatic mode)

    can anyone help out for 1st and 2nd issue. would really like to replaye the related function within my theme.

    thx so much

    http://wordpress.org/plugins/yet-another-related-posts-plugin/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author YARPP

    (@jeffparker)

    Hi fredel. Remove “echo” and just use <?php related_posts(); ?> and see if that removes the duplicates.

    For (2), what do you mean by “not submitted”? Are your CSS changes not saving, or saving but not appearing in the code, or appearing in your code but not having any effect?

    Also, do you mind telling me how you heard about YARPP using this short survey? http://www.surveymonkey.com/s/Z278L88

    Appreciate it!

    Thread Starter fredel

    (@fredel)

    hey jeff!

    @1: perfect, worked out!
    @2: i added “!important” to the css changes, not nice but works 🙂

    another question: is there a way to optimize the thumbnails “Losslessly compressing”? i looked at the FAQ but didn`t found the right answer!
    e.g. http://www.bergtour-online.de/bergtouren/bergwanderungen/leicht/partnachklamm/

    its always loading the full image, is there a trick? (change picture size in functions.php ot s.th like that, sorry weak in this :))

    thx so far and very much!!!!!

    Plugin Author YARPP

    (@jeffparker)

    The link you provided is still showing duplicates, but the top set of images are close to optimized and the bottom set is not.

    Let’s see what happens when you no longer display duplicates.

    Thread Starter fredel

    (@fredel)

    hey jeff,

    yes, currently working around 🙂
    now just the yarpp posts are shown.

    i changed a little bit the size etc, but i think it doesnt generate thumbnails. do you have an idea?

    thx so much for great support!

    Thread Starter fredel

    (@fredel)

    sorry, i was blind, just added:

    /*
    * YARPP Thumbnails
    */
    define(‘YARPP_GENERATE_THUMBNAILS’, true);
    add_image_size( ‘yarpp-thumbnail’, 149, 90, true );

    to functions.php and it is working perfect! do you see any disadvantages?

    thx so much.

    Plugin Author YARPP

    (@jeffparker)

    Glad it’s working!

    Each time you change YARPP’s thumbnail dimensions like this, you will probably want to have WordPress regenerate appropriate sized thumbnails for all of your images. I recommend the Regenerate Thumbnails plugin for this purpose: http://wordpress.org/extend/plugins/regenerate-thumbnails/

    hi
    i m new to wordpress.
    i used Yet Another Related Posts Plugin (YARPP) with wordpress 3.9.1 and installed and activated it…. but after going for new post…. at bottom there is showing …No related posts…. please tell me how posts are to be relate using this plugin.

    thanks !!

    Plugin Author YARPP

    (@jeffparker)

    I may have already responded to you, shilpaaa via email. If not, please create a new thread in this forum, rather than adding onto an already-resolved thread.

    Thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Manual Installation’ is closed to new replies.