Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 01-25-2011, 06:51 AM   #1
Dazed and Confused
War Room Member
 
wackiin's Avatar
 
Join Date: Aug 2008
Posts: 165
Thanks: 32
Thanked 13 Times in 13 Posts
Default Anyone know best way to add alt tags

I have a few fansites where I upload 1000s of pictures in wordpress
There anyway to ad alt tags etc to photo gallerys?
I normally make a post with 2-3 pics and ad alt tags but not sure away todo it with the gallerys
wackiin is offline   Reply With Quote
Old 01-25-2011, 07:19 AM   #2
Advanced Warrior
 
Join Date: Mar 2010
Location: Dublin, EU
Posts: 573
Thanks: 7
Thanked 22 Times in 22 Posts
Default Re: Anyone know best way to add alt tags

there is a feature in wp press to do it
Click on the image to edit it and ad in the alt text then whenever you use the photo the alt text will be added automatically
espresso is offline   Reply With Quote
Old 01-25-2011, 07:49 AM   #3
Dazed and Confused
War Room Member
 
wackiin's Avatar
 
Join Date: Aug 2008
Posts: 165
Thanks: 32
Thanked 13 Times in 13 Posts
Default Re: Anyone know best way to add alt tags

thanks for the reply i was hoping there was away to mass do it when uploading gallerys to the same type of photos example all the Elena photos,Damon etc

wackiin is offline   Reply With Quote
Old 01-25-2011, 11:53 AM   #4
Senior Warrior Member
War Room Member
 
KirkMcD's Avatar
 
Join Date: Apr 2006
Location: , , USA.
Posts: 2,493
Thanks: 43
Thanked 168 Times in 158 Posts
Default Re: Anyone know best way to add alt tags

You might be able to do it directly in the WP database using SQL statements.
KirkMcD is offline   Reply With Quote
Old 01-25-2011, 12:08 PM   #5
Advanced Warrior
War Room Member
 
Brian Alaway's Avatar
 
Join Date: Jul 2008
Location: Florida, USA.
Posts: 589
Thanks: 34
Thanked 124 Times in 108 Posts
Social Networking View Member's FaceBook Profile  View Member's Twitter Profile 
Default Re: Anyone know best way to add alt tags

this may help: WordPress › SEO Friendly Images « WordPress Plugins
Brian Alaway is offline   Reply With Quote
Old 01-25-2011, 12:19 PM   #6
I'm Kind Of A Big Deal
 
jasonmorgan's Avatar
 
Join Date: Sep 2009
Posts: 1,998
Thanks: 60
Thanked 446 Times in 320 Posts
Default Re: Anyone know best way to add alt tags

Throw this little bit of script love into your WP functions.php and it'll automatically change all of your image alt tags to the post title...

Quote:
// change alt to title

function my_image_tag(, , , ){
= str_replace('alt=""','alt="'..'"',);
echo wp_get_attachment_url();
return ;
}
add_filter('get_image_tag','my_image_tag',10,4);
Now, if your gallery auto generates an alt tag for images you're good to go.

The downside, it'll overwrite all of your alt tags. It's a shotgun approach, not a scalpel.

Synthesize me, And reboot, I need to start again, I need to make it different

PLR
jasonmorgan is offline   Reply With Quote
Old 01-30-2011, 06:34 AM   #7
Dazed and Confused
War Room Member
 
wackiin's Avatar
 
Join Date: Aug 2008
Posts: 165
Thanks: 32
Thanked 13 Times in 13 Posts
Default Re: Anyone know best way to add alt tags

Thanks for the replys ill try a few of these out

wackiin is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
add, alt, tags

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 02:39 AM.