1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Dissecting a paid wordpress theme.

Discussion in 'Content Management' started by airattack111, Nov 14, 2013.

  1. #1
    Hey guys, I've made a few wordpress themes from scratch with the help of my old partner. He's now moving on to bigger and better things. I know the basics of how it is put together.. .php coded pages, css, plugins, post types, etc. I was more familiar with joomla before recently learning how wordpress works.

    I had to cheat recently and buy a pre made $75 template from templatemonster.com. I edited a lot of the .php and css coding to make the website look original. It came out great. LINK TO PAID THEME ( http://www.templatemonster.com/wordpress-themes/40737.html )

    I like this template because it's fully responsive, it uses the 960 grid which is the actual width of my other websites made from scratch but seeing the functionality of the grid is awesome. It has a PC template, tablet up & down template, and an iphone up & down template.

    I don't understand how the separate templates work, it doesn't work off of separate pages (ex: home.php, home_tablet.php, home_mobile.php). It just seems to know what you're viewing it on. Does anyone have any tips on how to figure out how these templates actually work? I would like to do similar sites in the future but from my own hand.

    Thanks
     
    airattack111, Nov 14, 2013 IP
  2. Nigel Lew

    Nigel Lew Notable Member

    Messages:
    4,642
    Likes Received:
    405
    Best Answers:
    21
    Trophy Points:
    295
    #2
    Nigel Lew, Nov 15, 2013 IP
  3. HDaddy

    HDaddy Active Member

    Messages:
    287
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Yep. The theme uses media query´s.

    With those you can make the theme look even totally different if you want. Just building my first custom theme ever..and boy it is fun to watch how the media query´s work nicely :)

    And this bit of code makes the MQ work.

    <meta
    name="viewport"
    content="width=device-width; initial-scale=1.0"
    />
     
    HDaddy, Nov 15, 2013 IP
  4. Martin Ziegert

    Martin Ziegert Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    1
    #4
    Not quite sure, but I believe these are pretty "closed" templates. What I usually do is a utilize a WP development template such as Catalyst for example, and then I just recreate the whole site as it allows you to custom tailor every section of the site through gui and custom coding, and it provides an easy way to code the responsive part of the site.
     
    Martin Ziegert, Dec 6, 2013 IP