Using a looper list to get monthly archive links

I’m trying to create a looper list that has monthly archive links in it (similar to the ‘Archives’ widget that comes default with Wordpress that you can put in a sidebar).

Is there a way I can set up the looper provider in the list to fetch these monthly archive links?

Hi Boris,

Regretfully, there is no such option to show the Archive Links using the Looper Provider. The Looper Provider, uses the WP_Query function internally to fetch the record from the WordPress, on the other hand wp_get_archives function is need to be use to get the archive records.

Thanks for understanding.

Thanks for the clarification. I ended up using the widget module to get the archive links where I needed them, and styled it with CSS.

You are most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.