mbconsulting
Member
Posted 9 months ago #
I have never used WordPress to design in but I am familiar with web design.
I need to add and delete phone numbers to these pages:
http://www.skineticsskincaresalon.com
http://www.skineticsskincaresalon.com/contact-us/
I can not find home page or contact-us page.
I am using Dreamweaver.
What are the names of these pages in WP and how do I modify them in Dreamweaver?
Thanks.
WordPress is a CMS framework (Content Management System) , there are no static pages as in HTML . The content is stored in a database (Mysql ) and the pages are created dynamicaly by template files .
WordPress by default has two categories of content : Page and Post .
Post : for creating chronological content ( Blog )
Page : This type of content is for creating "static-pages " (About-me , Contact , SiteMap ......) . Don't let the word "static-pages" misleading you , it's still dynamic content (Mysql) .
WordPress deals with content not pages , to be more specific it deals with type of content ( Post or Page ) . Content is manipulated through a webinterface (browser ) , so forget Dreamweaver !!!!! .
Log-in you WordPress administrator panel and locate the content you need to create / edit . Usualy the About-me and Contact-us content is of type " Page " .
mbconsulting
Member
Posted 9 months ago #
Thanks, I will try your advice now.