Change date format
-
matteo.cattelanParticipant3 months ago #34957
Hi,
is possibile change the format of date in the list of results?Thanks a lot.
wpsolrKeymaster3 months ago #34959Yes, with range slider date formats documentation
matteo.cattelanParticipant3 months ago #34961I am referring to the listing of the front end results, not the facets
matteo.cattelanParticipant3 months ago #34964WPSOLR shortcode have a fixed html with loop with results.
There is a hook with set the date format?matteo.cattelanParticipant3 months ago #34966I have to use the shortcode because I used wordpress only for the backend, I made a javascript theme and rest driven api, so there is no way to change the date format, correct? Thanks a lot all the same
wpsolrKeymaster3 months ago #34968You can check file wpsolr-pro/wpsolr/core/classes/engines
/class-wpsolr-abstractsearchclient-root.php, where date is stored in $data_result[‘meta_information’].You cannot change it, but you can hide the date with CSS and use instead 2 custom blocks with filters: WPSOLR_Events::WPSOLR_FILTER_SOLR_RESULTS_DOCUMENT_GROUPS_INFOS and WPSOLR_Events::WPSOLR_FILTER_SOLR_RESULTS_APPEND_CUSTOM_HTML
You must be logged in to reply to this topic.