Category Module Switch

Posted in: Newspaper
Post count: 12

Hi guys,

1. I was wondering if there was a way for users to switch between two module styles on category pages.

Basically on a category page right now I’m using ‘module 10’ to display 20 posts so there’s a summary and thumbnail. Was wondering if I could give the users the option to switch to a title-only list (‘module 9’) of say 60 pages, and then back to ‘module 10’ with 20 posts if they wish all at the click of a button within the category header.

2. Also was wondering if there was a way for the pulldown filter in the category header to include alphabetical order. I was able to get it to work by adding td_category_template.php and adding:

array(‘id’ => ‘alphabetical’, ‘value’ => esc_url(add_query_arg(‘orderby’, ‘title’, $this->current_category_link)), ‘caption’ => __td(‘Alphabetical’, TD_THEME_NAME)),

but that lists it from Z backwards. Tried to add ‘order’ ‘asc’ but that didn’t work. Any suggestions?

Post count: 22421

Hello,

1) Unfortunately our theme does not have dynamic switchable blocks and modules. They can be set form the back-end but cannot be changed live or switched between them. Sorry.

2) Sorry but it will not work that way. This sorting option must be added custom. It will involve substantial coding knowledge so we suggest hiring a developer to help with this.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.