distinctnews
Member
Posted 2 years ago #
Hello,
So I finally got my theme uploaded to WP thanks to the forum. It turned out I had to add a couple of lines in the CSS.
But there seems to be a problem. I uploaded the theme I made in Dw and decided to post a testing post. So I published it, and went to my website and it wasn't there. So I changed my theme back to the default WP theme and the post was there.
What should I do?
Thanks for the help!
do you have an understanding of how themes work?
http://codex.wordpress.org/Theme_Development
Take a look at the files included with the default theme. Do you have index.php, page,php, single.php, etc?
So they include the loop?
http://codex.wordpress.org/The_Loop
You need to tell your theme to display your posts with the php business.....
distinctnews
Member
Posted 2 years ago #
I am currently looking into the link you provided, thanks :)
I will post an update if it works or not.
Another comment, when I preview from Dreamweaver in Safari, the page looks great, but when I preview from Internet Explorer, almost nothing is in the right place :S :S Any idea?