|
![]() |
![]() |
![]() |
![]() |
![]() |
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|
#1 | ||
|
Oh no, I'm sweating like Roger Ebert
|
It is a simple tags issue although it would be nice if BA integrated better with WP's tagging system.
Under settings/simple tags/embedded tags there is this little warning Quote:
I left embedded tags enabled. I added a footer in BA for some generic tags for each campaign. Like if I'm using an amateur feed I want the tag amateur. So the footer goes something like Quote:
It's not perfect but it does a pretty good job overall I hope one of the improvements that happens in BA is that it automatically reads category/tag information in the feed and lets you decide whether to use it or not. |
||
|
|
|
|
|
#2 | |
|
Of all the things I've lost, I miss my mind the most.
|
Quote:
![]() Ok, thanks for the work around, I'll put them in a footer like you suggest and do that. Better than having to delete the things every time so the words show up. You were drunk and I was tired, but we both seemed to make sense, lol.
__________________
Our 3D Comics and Props on Renderotica |
|
|
|
|
|
|
#3 |
|
Of all the things I've lost, I miss my mind the most.
|
I FIXED IT
Ok here is what cha do.Open up simple-tags/2.5/simple-tags.client.php Go to approx line 185. There will be: Code:
// Remove embedded tags in posts display
if ( $this->options['use_embed_tags'] == 1 ) {
add_filter('the_content', array(&$this, 'filterEmbedTags'), 0);
}
Code:
// Remove embedded tags in posts display
//if ( $this->options['use_embed_tags'] == 1 ) {
// add_filter('the_content', array(&$this, 'filterEmbedTags'), 0);
// }
The only down side is, they are not coded with the SEO links domain.com/tag/ but are coded domain.com/index.php?tag=keyword. But at least they are there. Thanks Walrus for pointing out he said they wouldn't show up..I knew he had to have in his code somewhere a don't show these tags, lol. Oh, this has a 2.5 version of the that file, and a 2.3 version, so I'm guessing if you have 2.3 wp, edit that file instead.
__________________
Our 3D Comics and Props on Renderotica |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|