Tag: PSD

  • Workflow: Questioning the Tried and True Methods

    My workflow, for the curious, looks something like this: Digital wireframe. Overlay wireframe on Photoshop (onto 16 column grid). Design mockups. Solicit feedback from client. Make changes. Get approval from client. Code mockup into CSS/WordPress template. Load Content Browser Check Responsive Check Final Client Check Launch Seems relatively straight-forward, right?  I’ve been seeing post after…

  • Creating a WordPress Theme from a .PSD file – Part 5 (footer.php)

    This post is part of the “Creating a WordPress Theme from a .PSD” series for designers to use for theme development. The other posts can be found here: Part 1 – Background / Introduction Part 2 – From .PSD to .HTML Part 3 – WordPress Structure Part 4 – The Header (header.php) Part 5 –…

  • Creating a WordPress Theme from a .PSD file – Part 4 (Header.php)

    Starting with the design concept, we took our WordPress theme from a .psd file to an .html file. Then we started laying the groundwork by commenting and slicing apart the .html file we created into the various .php files. So, what do those various .php files really do?  And what should go in each one? …