CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
Wordpress Pages
ch4sethe5un
Permalink to comment
#
December 2008
I am watching the screencast 26, designing for wordpress, and it looks like the only way to get your own pages through wordpress is to modify themes with php and html?
http://css-tricks.com/video-screencasts/26-designing-for-wordpress-part-two/
You can't use html/css, and js strictly to create blog pages?
If you can, shot me in the right direction.
Thanks
Robskiwarrior
Permalink to comment
#
December 2008
Wordpress is database/PHP driven. If you want to exclude the PHP element of Wordpress you might as well just design a site without it.
You can use HTML/CSS & JS to alter pages thats how it works, all the PHP does is call in the data from the database to fill the site with content.
Without the PHP to call in the content to fill your pages, you might as well just have a standard HTML website.
ch4sethe5un
Permalink to comment
#
December 2008
Thanks,
After taking the time to look at it. It's not so hard to understand, the php.
And i started with the screencast 25 and 26, i started to see how you can create your own sites.
Thanks again
Robskiwarrior
Permalink to comment
#
December 2008
awesome :D
Add a Comment
http://css-tricks.com/video-screencasts/26-designing-for-wordpress-part-two/
You can't use html/css, and js strictly to create blog pages?
If you can, shot me in the right direction.
Thanks
You can use HTML/CSS & JS to alter pages thats how it works, all the PHP does is call in the data from the database to fill the site with content.
Without the PHP to call in the content to fill your pages, you might as well just have a standard HTML website.
After taking the time to look at it. It's not so hard to understand, the php.
And i started with the screencast 25 and 26, i started to see how you can create your own sites.
Thanks again