How can I set the main theme-font dynamically, in WordPress?

Actually, I'd recommend placing that code directly in your header. Php file. You'll already be parsing PHP code, so there's no reason you can't parse that get_option() request at the same time.

I've used a similar system to generate a random header image on each page load based on WordPress options before as well.

Yes, you are probably right. The problem is if I want to expand this with more custom css, the rendered html might become a litte verbose. But for now it's a good solution, thanks.

– windyjonas May 2 '10 at 6:16.

For one theme I built, there were CSS options aplenty, so I decided to generate static CSS files when the user made changes. To get around caching, I would store the timestamp of the last update, and echo it out as a parameter in the CSS URL.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions