How to add certain localization hooks to my WordPress theme?
December 30, 2008 11:10 PM
Subscribe
How do I add localization hooks to my WordPress theme when the string contains links?
I'm new at localizing themes and so far tagging individual phrases with _e and printf__ has been easy. But in the footer of my theme is this sentence:
"Powered by WordPress and Themetastic"
I realize I could break that up into three different strings, but I'd rather do it all together.
This pastebin example is the approximate code I'm shooting for, though obviously the
get_link stuff isn't correct.
Any tips would be great!
posted by deern the headlice to technology