sssurii
sssurii

Reputation: 830

How to Change Default Number of Posts Showing in a Blog in Enfold Theme for Wordpress

m working on wordpress with enfold theme, http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990

here enfold showing 10 posts on a archive/Category page by default , i want to change to it and wanna make it to 9 posts by defaults

so if anybody can suggest i can got the solution

Regards Surinder Singh

Upvotes: 0

Views: 1587

Answers (2)

Hidayat Ullah
Hidayat Ullah

Reputation: 51

Here you go, follow the red marks :)

enter image description here

Upvotes: 1

Agate
Agate

Reputation: 3242

In the admin, have you try to go to Settings > Reading and change the default amount ? And in the theme options ?

If it has no effect, we can't really give you a precise answer because the source code for this theme is not accessible.

If you know some PHP, you can:

  • find in the theme the file where the number of posts in archive/category page is defined
  • create a Child Theme
  • copy the file to your child theme and change the value

Upvotes: 4

Related Questions