| View previous topic :: View next topic |
| Author |
Message |
Guest
|
Posted: Fri Oct 21, 2005 3:18 am Post subject: Double Tags Showing |
|
|
I've just installed Simpletags on a new install of wordpress, and in the test post I have the tags doubled up.
| Quote: | technorati, tags, wordpress, blogging
Technorati Tags: technorati, tags, wordpress, blogging |
Obviously they're showing both the line I entered in my post, and the generated tags. Did I miss something ? |
|
| Back to top |
|
Ivan Admin
Joined: 16 Apr 2005 Posts: 340 Location: Belgrade
|
Posted: Fri Oct 21, 2005 5:17 am Post subject: |
|
|
| It's probably a conflict with another plugin. What other plugins do you have installed? |
|
| Back to top |
|
Guest
|
Posted: Fri Oct 21, 2005 9:33 am Post subject: |
|
|
http://www.admintips.com
It's the only plugin I have installed. It's a clean fresh install apart from some added links and slight modification of the sidebar template. |
|
| Back to top |
|
Ivan Admin
Joined: 16 Apr 2005 Posts: 340 Location: Belgrade
|
Posted: Fri Oct 21, 2005 8:15 pm Post subject: |
|
|
| If it's a clean install without other plugins it should work fine. Please check the instructions on this, specially the difference between tag and tags and their placement. If it doesn't work copy the exact code of the post here and I'll have a look. |
|
| Back to top |
|
Guest
|
Posted: Fri Oct 21, 2005 8:47 pm Post subject: |
|
|
Turns out I was using <tag> rather than <tags>.
I was sure I had checked that, seems I overlooked it somehow. Thanks a lot for the great plugin ! |
|
| Back to top |
|
fibbia Guest
|
Posted: Thu Dec 29, 2005 5:31 pm Post subject: |
|
|
| Quote: | quicktags.js integration
If you like writing your posts from WordPress itself, you can modify the quicktags.js file (tutorial) to perform even simpler tagging by selecting a word in your post and clicking the tag button. You need to add the following line into this file:
edButtons[edButtons.length] = new edButton('lang_en','tag','<tag>','</tag>'); |
Mistake is here. It should be <tags>','</tags>
Regards, Tom. |
|
| Back to top |
|
|