I need help on drop down. Firstly i have very no knowledge on php but I have few ideas on HTML and CSS. I just downloaded a theme which does not have any HTML files just PHP and CSS styles sheet. Where are the HTML stored at. it is powered by wordpress
Hey Fl0w.... Can you provide any details as to what you want to accomplish other than a drop down menu on a wordpress theme?.....
The static parts of the markup are already in those PHP templates, and the dynamic parts are created by Wordpress when the page is called.
They are probably in another .php file that renders the master layout page. The other PHP files you are probably looking into are "included" into the master layout page.