Viewing 3 replies - 1 through 3 (of 3 total)
  • Thank you for reporting this bug. Will be fixed in next release 1.2.2

    I have the same problem, but in my case i need to decrease this number to only 2 for category.
    There is any news or a idea of the release date of 1.2.2?
    Anyway Very good plug-in.
    Thanks

    hey there,
    i had the same problem.
    this is what i did to fix it:

    >>> go to the post-per-cat plugin folder
    >>> inc > widget.php
    >>> search for:
    ‘posts’ => (empty($instance[‘posts’]))?5:$instance[‘posts’],
    >>> and for:
    $posts = ( isset( $instance[ ‘posts’ ] ) ) ? $instance[ ‘posts’ ] : “5”;
    >>> change the number of posts to whatever you want
    >>> upload your new widget.php

    on my wesite it’s working.

    remember to make a backup before trying!!
    good luck 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Widget number of headlines not updating’ is closed to new replies.