- This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by Ernest Marcinko.
-
AuthorPosts
-
October 11, 2017 at 8:54 am #15101alexpoon2000Participant
I have few questions about the customisation in the search result:
1. I can see there is some shortcode to format the search result like {titlefield}. I want to add “Public Date” append to the end of the description text but I don’t know what is the shortcode for this. Actually, where can I find all the shortcode?
2. Similar to #1, I know you can add custom field to display on the search result. However, I need to show the post categories append to the title. Can this do done?
3. How can I show total number of search result items on top of the result list?
4. I am building my search page here: https://homemaidapp.com/apps/prosper/ajax-search-pro. You can see a filter list on the left. However, I want to add another filter list on top of the search result with another filter type. Can this be done?
5. Can I change “Show More” to paging style?
Thanks,
AlexOctober 12, 2017 at 1:23 pm #15133Ernest MarcinkoKeymasterHi Alex,
1. It is to only display the title field and to add custom field content if neccessary. For other things a custom code is needed via the asp_results filter.
Depending on what field the ‘Public Date’ is (taxonomy term, custom field or something else), it might be possible to make a custom code to append that field value to the results content.2. There is actually a knowledge base article that will help you: Showing the category titles in post titles in results
3. Unfortunately that is not possible.
4. The filters are bound together in one container, so it is not possible to separately display some parts, I’m afraid this is not possible either.
5. The isotopic results layout has a built in pagination. The vertical and horizontal layouts can only load more items via the ‘show more’ link.
-
AuthorPosts
- You must be logged in to reply to this topic.