Diese Präsentation wurde erfolgreich gemeldet.
Die SlideShare-Präsentation wird heruntergeladen. ×

Word press dreamweaver

Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Anzeige
Nächste SlideShare
Word press & dreamweaver
Word press & dreamweaver
Wird geladen in …3
×

Hier ansehen

1 von 55 Anzeige

Weitere Verwandte Inhalte

Diashows für Sie (19)

Ähnlich wie Word press dreamweaver (20)

Anzeige

Aktuellste (20)

Word press dreamweaver

  1. 1. Designing on a Local System
  2. 2.  Test and experiment with new features or plugins without impacting online site  Work offline with no internet connection  Present prototypes and live demos to clients without needing a connection  Design using Dreamweaver CS5.x
  3. 3.  Apache, MySQL and PHP installed ◦ Mac: MAMP – http://www.mamp.info/en/index.html ◦ Windows: WAMP – http://www.wampserver.com/en  WordPress  Themes & plugins stored locally to “upload” (when working offline)  Browser of choice
  4. 4.  Download setup file  Install as any other Mac application  Will offer Pro version as option – free version is all that is needed
  5. 5.  Download setup file  Install WAMP ◦ Click on Wampserver 2 setup file ◦ Follow prompts  Put online  Set MySQL password (see Appendix)
  6. 6. Lynda.com has step- by-step tutorials for installing MAMP/WAMP and WordPress locally.
  7. 7.  Create database  Create folder for WordPress files ◦ Windows: C:wampwwwsitename ◦ Mac: ApplicationsMAMPhtdocssitename  Copy WordPress files to folder  Install as usual: http://localhost/sitename/wp-admin
  8. 8. After installing WordPress, install any themes you want to use.
  9. 9. This Genesis theme (Church) allows for different color themes.
  10. 10. Use Live View to see the page design in Dreamweaver.
  11. 11. Clicking on areas of the page, changes the display of div and class settings for that section. By clicking on a “div”, the properties defined in the css are shown.
  12. 12. I want to eliminate the background image in the body and change it’s color. I can “comment out” the image, and add a new property.
  13. 13. To add a background color that is consistent with the rest of the page, I can hover the mouse over and area (eyedropper not visible in screenshot) and Dreamweaver will fill in the hex code.
  14. 14. I’ve settled on the background color for the wrapper.
  15. 15. To view my changes live, I simply go to the browser.
  16. 16. I’m going to change the header in Dreamweaver. In this case I will edit by clicking the edit button (pencil).
  17. 17. Now I need to adjust the padding on the title area so the text and logo don’t overlap.
  18. 18. Letting Dreamweaver “Discover” dynamically related files, let’s you find linked php files such as footer.php easily.
  19. 19. WordPress sites have LOT of dynamically related files. Filtering allows you to display only those of interest.
  20. 20. There are three footer files. The last is the Genesis framework and should not be edited. This one defines the layout of the footer and calls the shortcodes.
  21. 21. This footer.php defines the shortcodes themselves. You now have the option to edit and customize the footer.* *This is being shown to illustrate the power of Dreamweaver CS5. However, for Genesis themes, using the Genisis Simple Edits plug-in is a simpler way.
  22. 22. Installing MAMP / WAMP Screenshots from Lynda.com
  23. 23. Setting MySQL password
  24. 24. MySQL version will vary depending on when you downloaded.
  25. 25. You will need a text editor to edit config.inc to include the password.
  26. 26. After setting the MySQL password, restart all services.

×