Tagged Questions
3
votes
2answers
160 views
Are the wordpress Core css styles really all nessasary?
On WordPress Codex there are this CSS styles listed, its a quite big list of styles but it seems they are doubled unnecessary.
It says:
Each Theme should have these or similar styles in its ...
0
votes
1answer
547 views
Most wp_nav_menu parameters ignored
I'm trying to get a text-based navigation menu for the footer of my site. I'm using the wp_nav_menu() parameters as directed by Codex. He're a snippet of code (in footer.php):
<div id="footer">
...
2
votes
3answers
1k views
Loading template files from a subfolder in my theme?
I am working on a site that will have up to 30 templates in it.
I don't want to have all those templates at the root of my theme folder cluttering up everything.
I know how I can modify the ...
8
votes
4answers
1k views
What is the role and history of the $content_width global variable?
I just stumbled over a global variable called $content_width. It was new to me, so far I could see that it's used in themes, both the standard twenty ten one and third party ones.
It looks like that ...