Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.18 KB

TEST WORK GOAL:

  • Converting a PSD design into a WordPress template.

TASK DETAILS:

  • Please create a vhost in your local development environment with hostname set as: coalitiontest.local
  • Download latest Wordpress and install in your local site. (i.e. site url and home url should be http://coalitiontest.local )
  • Please keep username coalitiontest and password wordpresstest
  • Once the installation is completed, please download the zip file.
  • This zip file contains the base theme for WP (underscores) and PSD design file (PSD file is in root dir of this test work). Please activate that theme and incorporate the PSD design into the WP template.
  • Create a new template with name homepage.php
  • Create a new page with title “Homepage” and assign homepage.php template to this page. This page should also be marked as your frontpage.
  • Please create a theme settings page (without using any plugin). Theme settings should include the following-
    • Image Upload for Logo
    • Phone Number
    • Address Information
    • Fax Number
    • Social Media Links
  • Menu should be created within WordPress
  • You can use Contact Form 7 for the form
  • Page content should be manageable within Wordpress.