Plugin Author
Baden
(@baden03)
Thread Starter
Yaak
(@yaak)
Hi Baden. I thought I included all that info in my original post, but it’s not there. Too many late nights, I guess.
I’m using WordPress 3.9.1 and Annual Archive 1.4.1.
Plugin Author
Baden
(@baden03)
Can you post the exact shortcode you are using when viewing the post in TEXT mode?
Thread Starter
Yaak
(@yaak)
Sure.
[archives type=”yearly” order=”ASC” showcount=”true” limit=”25″]
Plugin Author
Baden
(@baden03)
We can not duplicate the results on our end.
Please contact us direct at support [at] twinpictures [dot] de and include a link to this thread. We’d like to take a close peek at what is going on with your specific WordPress install.
Plugin Author
Baden
(@baden03)
You where most likely using the Visual Editor and NOT the Text editor. When you copy paste text the the Visual editor, all text formatting is also included. The actual text being used by WordPress is
<code>[archives type="yearly" <span class="highlight">showcount="true" limit="25"</span>]</code>
Please change it to:
[archives type="yearly" order="ASC" showcount="true" limit="25"]
Thread Starter
Yaak
(@yaak)
Yes. Completely my fault. I should have known better.