Tagged Questions
0
votes
1answer
114 views
Is there a Image Gallery which will load all my posted Images like twitter's image grid?
Many of my wordpress posts have images in them for my personal blog. I have been searching for a good way to display all of the images from all of the posts in a grid layout on a page. Similar to the ...
0
votes
1answer
370 views
Converting HTML5 to XHTML
What do I need to ponder if I want to convert Twenty Eleven theme to XHTML? Is it just the matter of replacing the HTML5 for divs?
12
votes
6answers
1k views
How do I turn off self-closing tags for markup in WordPress (for HTML5, or HTML4, for example)?
I want to use HTML5 in my WordPress theme, how do I turn off wptexturize?
I don't mind WP adding breaks, but I want them to be <br> and not <br />. How do I get control over how those ...