Custom link text wp_get_archive link
Im trying to create custom text for the archive links in my sidebar. Right now it prints it but it comes out as regular text - i'm trying to make the full text output into the link.
so "+ Trip {archive-link}" should be the link text
?php wp_get_archives( array( 'type' = 'yearly', 'before' = 'li class="CAPS source-bold"span class="plus"+/span Trip ','after' = '/li', 'format' = 'custom', ) ); ?
any help would be greatly appreciated!
Topic wp-get-archives Wordpress
Category Web