The support forums have a new home! Please visit All in One SEO Pack's new residence at Semper Plugins to purchase a support plan.
|
You must be logged in to post
|
|
|
|
|
|
 |
Add META description for tags
|
|
| Post |
|
New Member | jeoff posts 1 4:29 pm November 10, 2009
| |
|
|
Post edited 11:30 pm – November 10, 2009 by jeoff
Hello,
I saw we can define tag descriptions since wordpress 2.8.x I've made the following modification to take that into account in the All in SEO plugin.
Arround line 285 of file aioseop.class.php, below :
} else if (is_category()) { $description = $this->internationalize(category_description()); }
add code :
} else if (is_tag()) { $description = $this->internationalize(tag_description());
}
Maybe you could add it to your next update Thank you for this great plugin anyway !
Jeoff
|
|
|
|
|
Most Users Ever Online:
205
Currently Online:
23 Guests
Currently Browsing this Topic:
1 Guest
|
Forum Stats:
Groups: 5
Forums: 23
Topics: 1543
Posts: 3447
|
Membership:
There are 6357 Members
There are 4 Admins
There are 3 Moderators
|