Tagged Questions
4
votes
1answer
448 views
Automatically decrease font size for long words
I am working on an e-commerce site in which post and product titles will need to be displayed in fairly narrow divs. I would like to set a specific font size for words which can naturally fit in the ...
1
vote
4answers
522 views
HTML / Javascript in custom field textarea?
Is there a filter for allowing HTML / Javascript into a custom field textarea? I'm using get_post_meta.
On the frontpage I want the HTML / Javascript to run, not to be displayed.
0
votes
1answer
975 views
Add text to Text Widget using Javascript
Wordpress has a Text Widget (at least the theme I'm using does, and I think they all do?)
In this widget I can add text or HTML. If I add HTML I can include JavaScript. This works fine (I'm hosting ...