Phoenix39
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Style navigation menu?I’ve made my own design from scratch, so most of the wordpress stuff is gone. My css file only contains the stuff I use (a pretty simple html design).
Is there an easy way to add a piece of code to the php menu thing, so it can be styled in my style.css?
Forum: Themes and Templates
In reply to: Problems with my new themeEverything seems so weird since I started using a theme from scratch… I also noticed the custom menu option in the admin cp disappeared.
Should I just use twentytwelve and edit the code there rather than starting from scratch? Or could someone tell me which codes are important from the old theme? I just made a simple theme with basic html and threw out most of the php/script codes…
Forum: Themes and Templates
In reply to: Problems with my new themeYep, any ideas though?
Forum: Themes and Templates
In reply to: Problems with my new themeThat didn’t work either
Forum: Themes and Templates
In reply to: Problems with my new themeThanks for the reply!
I tried the
<title><?php wp_title('|', true, 'right'); ?></title>too, but that didn’t work either.What is the correct way to link to my css? The code from twentytwelve didn’t work, I could only make it work by inserting the direct url to the stylesheet.
Also, what does the footer php code do?