Forum Replies Created

Viewing 46 replies (of 46 total)
  • @proaccess. You are in the right track, but now you need to insert the wordpress codes in your html designed by the designer.
    The template tags basically list of functions you can use to access the functionality of wordpress will help you to create it easily.
    you may proceed this way.
    1st create a category and name it “welcome’ or anything you like. now create a custom query in your index.php file that calls for posts in this category ‘welcome’. NOW, you have a dynamic index page your client can change the content himself.!
    We should always allow for maximum control for client itself.
    Similar approach you can make for other pages you want dynamic content on.
    As for static pages. you may enter categories you never have to change !

Viewing 46 replies (of 46 total)