• Resolved franzp

    (@franzp)


    How can i display more than 10 circles? I have more than 10 articles but only 10 are displayed…

    and i want to add this line:
    add_filter(‘login_errors’,create_function(‘$a’, “return null;”));
    in functions.php but i Don’t know where i have to set this line.

    thanks in advance..

    Franz

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Caroline Moore

    (@sixhours)

    You can change the number of posts displayed under Settings -> Reading.

    I would add the filter to a child theme‘s functions.php, not the parent theme, or it will be overwritten by future theme updates. In which case, you should be able to include it at the top of the functions.php file, after the opening PHP tag. Otherwise, I’d ask the source who originally gave you the filter.

    Thread Starter franzp

    (@franzp)

    thanks a lot! it was too easy 🙂 I am searching for this Option three days.

    Ok i will check out the child theme´s. But the same Problem, future Updates will overwrite this include also?

    Theme Author Caroline Moore

    (@sixhours)

    Nope, if you make changes in a child theme, your changes will be preserved. That’s the benefit of using a child theme over modifying the parent theme directly.

    etourneau2

    (@etourneau2)

    I have attempted this as described above and it does not work for me. I use a child theme, but I also activated the parent theme, neither of them will show more than 10 posts on the home page. Any ideas?

    Theme Author Caroline Moore

    (@sixhours)

    You change the number of posts displayed under Settings -> Reading. You don’t need a child theme to do this.

    If you have further questions, please post a new topic, since this one is resolved. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘more than 10 articles with circles’ is closed to new replies.