Mantas Malcius
Member
Posted 1 year ago #
I have just found this plugin and it seems that it is the best choice for me ;)
But I have two suggestions:
1. Possibility to remove years number, also. I would like to have as clean archive as possible.
2. Possibility to change text size. It a little bit too big for me.
http://wordpress.org/extend/plugins/simple-yearly-archive/
Hey settle,
1.) Well, since this is the Simple Yearly Archive plugin, it wouldn't make much sense to remove the years numbers. ;) If you want a clean list of your posts, you can try these options: http://codex.wordpress.org/Creating_an_Archive_Index (http://codex.wordpress.org/Template_Tags/wp_get_archives)
2.) This can be done via CSS:
#sya_container {
font-size: .8em;
}
Mantas Malcius
Member
Posted 1 year ago #
Oh, you are fast :)
Thanks for this information. As I see it will be useful for me.
Is there a way to display thumbnails from post images next to archive list? thanks!
Currently there is not for performance reasons, but it might be in one of the future versions. ;)