Coder Social home page Coder Social logo

bdw-wp-theme's Introduction

BDW Theme

Learning to make WP themes

Learning to create WordPress themes, and customization for the greater good.

Currently working though books, to make basic un-styled theme using compass/sass, Grunt, and brackets text editor.


##Change Log:

2014/10/07: "what ifs"

  • refined loop-home.php
    • added conditional styling elements

2014/10/07: "Do-si-do"

  • separating content from loop with get_template_part('content',get_post_format()):
    • created files:
      • content-single.php
      • content-home.php
        • to call into the home featured loops.
        • change name to content-featured.php
      • content.php

2014/10/06: "all the changes"

  • finished working featured loop also added second and third loop.
    • need to add them to a conditional statement so they won't show if nothing is in specific categories.
  • created color scheme system.
    • by selecting 5 colors the color scheme can be easily changed via color variables.
  • created more logical modular scss files.
  • started to responsive logic, ie .row

old:

  • figured out the loop, and get_header/footer/sidebar/etc.
  • added widget areas
  • added nav_menu theme support
  • Linked to second stylesheet for compass optimization.
  • separated loop into new file.
    • get_template_part('loop');
  • added theme support for:
    • widgets
    • portfolio custom post types
      • this should be a plug-in.
    • common post types
      • aside, quote, status, etc.
  • created page.php
  • created category-cars.php
    • demo only
  • added initial styling.
  • implemented Gruntfile.js
    • watch
      • currently runs compass then concat for style.css

Planned:

  • add stylesheet for media queries.
    • tablet (portrait)
    • phone

Bugs:

Media Library fixed

  • not loading any images when trying to add media to a post/page.
    • Media library from dashboard works fine when added or editing images.

    • deactivated all plugins, nothing changed.

    • changed to default twentyfourteen theme, works fine. problem exists in my theme.

    • fix attempts.

      1. removed functions.php from root folder of theme, and media library worked fine.
        • removed comments.
          • no change
        • removed white space.
          • no change
        • rearranged generic content section.
          • corrected issue.

bdw-wp-theme's People

Contributors

bchavezgd avatar

bdw-wp-theme's Issues

broken media library

  • not loading any images when trying to add media to a post/page.
    • Media library from dashboard works fine when added or editing images.
    • deactivated all plugins, nothing changed.
    • changed to default twentyfourteen theme, works fine. problem exists in my theme.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.