1. I can't seem to figure out how to add more posts to the category pages. Right now it's pulling in 5 posts by default and nothing seems to change that.
2. I also want to get rid of the "Archive for category:" at the top of the category pages, so they look more like specific pages. I haven't seen a specific fix for this theme in the forum.
3. The inside pages of the blog (page 2, 3, 4, etc.), is there any way to customize them / decide the number of posts pulled in separate from the home page? And/or customize the widgets separate from the homepage?
How to add more posts to category pages? (Shoutbox)
4 posts from 4 voices-
Posted 1 year ago #
-
I can try to help :)
1. I can't seem to figure out how to add more posts to the category pages. Right now it's pulling in 5 posts by default and nothing seems to change that.
--> Try this: go to your regular wordpress Settings -> Reading -> Blog Posts to Show at Most -> Change the number there
2. I also want to get rid of the "Archive for category:" at the top of the category pages, so they look more like specific pages. I haven't seen a specific fix for this theme in the forum.
-> Open up Shoutbox > Framework > Php > function-set-avia-frontend.php
Find this code:
$output = __('Archive for category: ','avia_framework').single_cat_title('',false);Change it to this:
$output = __('','avia_framework').single_cat_title('',false);3. The inside pages of the blog (page 2, 3, 4, etc.), is there any way to customize them / decide the number of posts pulled in separate from the home page? And/or customize the widgets separate from the homepage?
-> You can customize any of the "posts" by using different "dynamic templates" on the lower right hand side of the page. You can choose different templates -> preview them -> then choose one you're happy with & publish
-> In order to have different templates to choose from, go to your wordpress dashboard choose Shoutbox -> Template Builder -> and follow the directions there on the page.
-> To make different widgets (sidebar options) show up on different "Categories" or "Pages" go to Shoutbox -> Theme Options -> Sidebar -> there you will find options for adding different options to any page or category you select.
Posted 1 year ago # -
Hey,
1) Thanks frugally4u for helping us out.2) kking4120 - please ask if something is not clear enough or doesn't work out.
Posted 1 year ago # -
3. Use the Widget Logic plugin. The option that frugally4u describes doesn't do exactly what you would expect - it just adds an extra widget underneath those already on that page. To control every widget differently you need a plugin.
Posted 1 year ago #
Reply
You must log in to post.














