WordPress
Add post in WordPress admin
Today we get focus at adding post in WordPress admin. Basic login supose to be at www.mydomain.com/wp-admin, there we insert login name and password and press button under form.
WordPress Theme – hierarchy override
In last part was first step with definition of Theme, which alowed us to initialize this them in wordpress. Now we can pay attantion on file hierarchy override which wordpress use.
Wordpress use files listed below you can found in directory
www/wp-content/themes/nameoftheme
WordPress Theme – how to:
At the begining I would like to say something about Themes in global. Theme is, in fact, HTML template, which suite as cloat CMS WordPress. So you can create any HTML layout, and than put it in Theme. So I will count that, those who reading this post, can create any layout in HTML. I will focus at construction on theme as an plugin, you can upload at server and just activate in “Design” menu. Most problem is to comprehense how the theme system function, and how server will get nown about it, how to put individual functions, which calling dynamic content.







