- This topic is empty.
-
AuthorPosts
-
December 14, 2009 at 11:58 am #27194
Luminated
MemberThis site was posted in the feedback forum and I noticed that it was built on WordPress:
My question is a funny one but I really need it answered. When someone builds a site like this on WordPress, what are they using to do so? Are they just creating pages and using the HTML editor to paste their custom page code into the site (which is the only way I know how to get sites to look this custom with WordPress)? If so, isn’t it just the same as a static HTML site? Why use WordPress in that case?
Or, if there some kind of custom fancy back-end that enables one to build the site using custom content types and and fields, like Drupal does?
December 14, 2009 at 12:24 pm #68112TheDoc
MemberWordPress has moved into the Custom Field realm. I make it a priority so that NO html code needs to be pasted into the WP backend. You can target just about everything with CSS.
December 14, 2009 at 12:36 pm #68117AshtonSanders
ParticipantMost websites have elements that are the same on every page. Normally the biggest difference between pages is the text in the content and heading. You create the template for WordPress, then you create pages/posts by writing the text that goes in the headings and content.
If you want to see what the back end looks like, go here: http://php.opensourcecms.com/scripts/de … =WordPress
December 14, 2009 at 1:34 pm #68118Luminated
MemberI see…I am pretty familiar with templates now, so that makes sense.
But for example, his Portfolio page…they are UL and LI’s…did he basically create a template for that page and told WordPress to generate the ‘posts’ as LI’s? Then he just makes posts as usual?
@Doc…I agree and I knew there was a better way. If I am going to copy and paste HTML into WordPress, I feel I am defeating the purposes of WordPress.December 14, 2009 at 1:47 pm #68119AshtonSanders
Participant"Luminated" wrote:But for example, his Portfolio page…they are UL and LI’s…did he basically create a template for that page and told WordPress to generate the ‘posts’ as LI’s? Then he just makes posts as usual?Yes, It’s all database driven using the WordPress functions.
Because it’s all being driven from the same database you can create a new post, and it will update all of the spots around the website that needs to be updated.
-
AuthorPosts
- The forum ‘Back End’ is closed to new topics and replies.