Alfabetic Sorting order dropdown category

Posted in: Newspaper
Post count: 37

Hi i want sort (default) alfabetis order for category.

Are possible?

Post count: 23312

Hello pasqualino77,

I suppose that you are referring to the Ajax Filter for the category for each block, like this -> http://screencast.com/t/fx2b6go4UYv Please notice that these categories are sorted alphabetic by default. If is not what you mean, please provide more details about what you want to sort, so I will be able to provide a more accurate response.

Thanks.

Post count: 37

Sorry … i want orde a page “archive”

see here https://imagebin.ca/v/2fC5ep4uZW8v

I can’t order a view for alfabetic

Post count: 23312

Hello pasqualino77,

Unfortunately, I do not understand very good what you want to sort, sorry! Please notice that our theme has the alphabetical sorting only for posts from blocks. For other options with this type of sorting, please try to use some plugins with this functionality. If is not what you mean, please provide more details about what you want to achieve so I will be able to provide a more accurate response.

Thanks.

Post count: 37

this are a category
http://wikitesti.com/category/artisti-a/

Now is order are “last modifiched”

I want sort A-z order

Post count: 23312

Hello pasqualino77,

Unfortunately, our theme does not have such an option to offers you a way to order the category’s posts after A-Z order, sorry! If you want to add this option for our theme, please notice that is not a simple task and require a lot of customizations through code that requires having a solid knowledge of PHP/HTML/CSS in order to achieve that. If you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!

Thank you for your understanding!

Post count: 37

Ok …

This seems impossible. All themes have categories in alphabetical order. But this issue is not so much on a basic level. All themes in the world even the simplest theme automatically in alphabetical order (is not a simple task)

Your theme also have supports custom taxonomy (is not a simple task)

your theme does not support to take the photo automatically from youtube, without using the video post format. I’m inserting the hand photo in nearly 80,000 articles using a plugin.

Are 3 functions that are found in all themes. Every thing you can not do.

I should pay a programmer to fix a common thing in all subjects? A programmer I minimum costs 50 € the topic costs 50 € … I change themes.

Post count: 23312

Hello pasqualino77,

Unfortunately, the theme doesn’t have an alphabetical filter option on category template, but you could add it if you have some PHP knowledge. Firstly, you should edit the category template and add the alphabetical filter like the others are added – http://screencast.com/t/2xIby88Jsxx and then add another case in theme functions – http://screencast.com/t/HNNy6oIr You can take a look of block filter options, it could help you to implement this – http://screencast.com/t/NRcKBOzsJo5f . Also, you can check this topic here -> https://forum.tagdiv.com/topic/how-to-change-default-latest-articles-to-featured-on-category-top-post-style/ because it could be possible this for your implementation.
Also, please notice that all of these require additional customizations that involve custom work and we cannot provide this type of services at the moment, sorry!

If you are unhappy with our theme or our support in any way, feel free to request a refund at contact@tagdiv.com

Thank you for your understanding!

Post count: 37

I try

http://wikitesti.com/category/artisti-a/ last order

Is i clik popolar i see

http://wikitesti.com/category/artisti/artisti-a/?filter_by=popular

Popolar7
http://wikitesti.com/category/artisti/artisti-a/?filter_by=popular7
But if a try to edit url

http://wikitesti.com/category/artisti/artisti-a/?filter_by=alphabetical_order
DON’T RUN

id try http://wikitesti.com/category/artisti/artisti-a/?filter_by=title
Don’t run

I try
http://wikitesti.com/category/artisti/artisti-a/?filter_by=asc

http://wikitesti.com/category/artisti/artisti-a/?order_by=asc
http://wikitesti.com/category/artisti/artisti-a/?order_by=alphabetical_order

I want to change a DEFAULT ORDER … now this order is last article, i want order for title

I try have edit a td category. But don’t run

$td_category_big_grid_drop_down_filter_options = array(
array(‘id’ => ‘alphabetical_order’, ‘value’ => $this->current_category_link, ‘caption’ => __td(‘alphabetical_order’, TD_THEME_NAME)),
array(‘id’ => ‘latest’ , ‘value’ => esc_url(add_query_arg(‘filter_by’, ‘latest’, $this->current_category_link)), ‘caption’ => __td(‘latest’, TD_THEME_NAME)),
array(‘id’ => ‘featured’ , ‘value’ => esc_url(add_query_arg(‘filter_by’, ‘featured’, $this->current_category_link)), ‘caption’ => __td(‘Featured posts’, TD_THEME_NAME)),
array(‘id’ => ‘popular’, ‘value’ => esc_url(add_query_arg(‘filter_by’, ‘popular’, $this->current_category_link)), ‘caption’ => __td(‘Most popular’, TD_THEME_NAME)),
array(‘id’ => ‘popular7’ , ‘value’ => esc_url(add_query_arg(‘filter_by’, ‘popular7’, $this->current_category_link)), ‘caption’ => __td(‘7 days popular’, TD_THEME_NAME)),
array(‘id’ => ‘review_high’ , ‘value’ => esc_url(add_query_arg(‘filter_by’, ‘review_high’, $this->current_category_link)), ‘caption’ => __td(‘By review score’, TD_THEME_NAME)),
array(‘id’ => ‘random_posts’ , ‘value’ => esc_url(add_query_arg(‘filter_by’, ‘random_posts’, $this->current_category_link)), ‘caption’ => __td(‘Random’, TD_THEME_NAME))
);

Post count: 23312

Hello pasqualino77,

Please follow these steps -> http://screencast.com/t/PH5D2HJ2Z -> http://screencast.com/t/YXHvlCAYj and then the result you should see here -> http://screencast.com/t/chAh8RtRJhtW Now, please notice that the LATEST sorting will be the Alphabetical order and the Latest will not work. Also, you can translate the LATEST to be ALPHABETICAL A->Z.

Thanks.

Post count: 37
Post count: 23312

Hello pasqualino77,

I have checked your code and you do not follow the steps that I gave you above. Please check again your code and follow the right way, like this -> http://screencast.com/t/klkjHLn5sLu After then please clear all your cache and check the results.

Thanks.

Post count: 54

is working really great, i add it to my site.

But can i add it only for some category not for all ?

If yes how can i do this ?

really thanks

Post count: 23312

Hello yopyop22,

Unfortunately, these changes could be made only for all categories and not for each of them. Please notice that is not a simple task and it requires to do some additional customizations through code in order to achieve as you wish and please notice that we cannot provide custom work at the moment, sorry! If you want to do this, please consider hiring a freelancer/developer to help in this regard.

Thanks for your understanding!

Viewing 14 posts - 1 through 14 (of 14 total)
You must be logged in to reply to this topic.