WordPress Abspath
how to open link in new window?
I added this code to WordPress, so it can display RSS feeds on my homepage
wp_rss('http://mysiterss.com', 3); /> Funciona bien, pero me gustarĂa que el enlace se produce para open in a new window. I tried to insert target = "_blank" in different places without any result. I guess it's because this code has php and html not all. Anyone know how I can pull this off? Just a follow-up. Someone sent me an email solution that works. I changed the line h2 tag output with this:
target = "_blank" href = " ">
Thanks to those who took the time to help me out.
You can not get people's browser to open the way you want. That's why we put the Options tab for people to have control over the links open in a wen page. You could use the JavaScript version, but works only for people with JS enabled. People can always click on your links and select new window or tab from the context menu that appears. Target = "" attribute only used for proper document types that allow it. Browsers are compatible yet so the links work today, but a day of stop when browser developers stop making backward-compatible browsers. The best way to start using it right now to not get caught problems in your page. JS example: Open a new window: onclick = "window.open (this.href ,''); return false" Ron
|
|
Wordpress $8.57 No Synopsis Available |
|
|
The WordPress Anthology $29.83 No Synopsis Available |
|
|
Using WordPress $21.24 No Synopsis Available |
|
|
Wordpress Bible $42.49 No Synopsis Available |
|
|
Wordpress in Depth $18.33 No Synopsis Available |
|
|
Smashing WordPress Themes : Making WordPress Beautiful $37.98 No Synopsis Available |
Tagged with: database • form • issue • troubleshooting • wordpress • wordpress abspath • wordpress abspath constant • wordpress abspath problem • wordpress abspath wpinc • wordpress abspath wrong
Filed under: WordPress Marketing Strategies
Like this post? Subscribe to my RSS feed and get loads more!






Leave a Reply