Category layout / Menu

April 2014 WordPress Theme
GK User
Mon Jun 22, 2015 2:19 pm
Hi,

1. How can I display all posts within a category rather than the default layout of 6 + next page etc?
2. Is there anyway of having the default category layout as generated by the page http://webadress/category/slug-name within a widget?

3. The menu bar on scroll that shows the logo, is it possible to also add text and keep the logo as well whilst using aside menu, i.e phone number?

Thanks
User avatar
Fresh Boarder

GK User
Mon Jun 22, 2015 2:24 pm
4. Also the is a - appearing directly above the post name, where can this be removed?
User avatar
Fresh Boarder

GK User
Tue Jun 23, 2015 7:52 am
Hi,

Regarding your issues:
1. You can change the amount of posts in General -> Reading settings
2. Unfortunately it's not possible with a widget.
3. You can add the phone number as a menu item - unfortunately other options require theme files modifications which are beyond our technical support.
4. Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
#gk-article-containter article header:before {
   display: none;
}
User avatar
Moderator


cron