Giter Club home page Giter Club logo

bootstrap-3-blank-wordpress-theme's Introduction

#blank-bootstrap-wp-theme

I created this theme as a starting point for my theme development, feel free to use it for your new projects. Current Bootstrap version is 3.3.4

###Header file includes

  • Bootstrap css and js plus responsive
  • Jquery js from google api
  • Menu

###Index file includes

  • Main Wp loop
  • Sidebar

###Function file include

  • Post thumbnails
  • Menu Support
  • registered sidebar
  • Gravity forms submit button bootstrap btn class

bootstrap-3-blank-wordpress-theme's People

Contributors

flexponsive avatar nbeers22 avatar rodrigo-brito avatar sebastienb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bootstrap-3-blank-wordpress-theme's Issues

Page Title

The page titles don't seem to render properly unless I change the title in the header.php file from this:

<title><?php wp_title(); ?></title>

to this:

<title><?php wp_title( '|', true, 'right' ); ?></title>

This is one change I have to make for every site I use this theme on.

shortcode in admin area

Thanks for a great theme. It does exactly what I need it to do! The issue I have is when I need to use a shortcode in the admin area. They don't execute. I have worked around this for most instances but when I insert a video into a post, the rendered page shows wp's video shortcode as a string. I have tried other short codes that I have used in templates and it just renders the text. Is there a way of getting the codes to fire?

Warnings in the Custom Theme Options page in admin

This warning shows every time that functions.php call to add_settings_section(...) :
Warning: call_user_func() expects parameter 1 to be a valid callback, function 'pu_display_section' not found or invalid function name in C:\Xampp\htdocs\boxfantasywp\wp-admin\includes\template.php on line 1285

To solve it, you have to insert the next function in the functions.php file :
function pu_display_section($section){}

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.