Hi,
How can I make Category and Date appear under each title?
screenshot link: http://sansan.qriosity.com.sg/wp-content/uploads/2016/01/Screen-Shot-2016-01-25-at-1.43.31-pm.png
Thanks!
-
This topic was modified 10 years by
joyceloh.
Hello joyceloh,
I have checked your website and I saw that you are using a Big Grid 3 feature. If you want to display the date of each thumbnail from this big grid, you have to alter the code and implement this. The big grid uses some modules as you can see here -> http://screencast.com/t/XISnSmXF9 -> module mx5, module mx6, module mx11 Please follow the steps below -> http://screencast.com/t/oHCw30z43I3 -> http://screencast.com/t/k041RTiB -> http://screencast.com/t/wreXoTT7 and the result you should see here -> http://screencast.com/t/6tUqXD4mA1A
Hope this helps and let us know how it goes!
Thank you for the message!
Hello joyceloh,
Please check Big Grid settings and there you can set what kind of posts to display your side.
Here -> http://screencast.com/t/L1triZwW8 you can find some options for setting your filter posts.
For more information about Big Grid feature, please consult our documentation here -> https://forum.tagdiv.com/block-settings-tutorial/
Thank you for the message!
Hello joyceloh,
I suppose that you are reffering to ‘Latest Articles’. The ‘Latest’ is the fundamental functionality from WordPress query and by default are set it order by date and descending [DESC].
order (string | array) – Designates the ascending or descending order of the ‘order by’ parameter. Defaults to ‘DESC’. An array can be used for multiple order/order by sets.
‘ASC’ – ascending order from lowest to highest values (1, 2, 3; a, b, c).
‘DESC’ – descending order from highest to lowest values (3, 2, 1; c, b, a).
For more references about this, please consult this link https://codex.wordpress.org/Class_Reference/WP_Query
Also, for more information about this subject you could find here -> https://forum.tagdiv.com/topic/how-to-order-tag-items-from-least-recent/
If you want to implement another filter in your site, please consult the topic above and try to do it through the similar method.
If you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!
Hope this helps and let us know how it goes!
Thank you for the message!
