This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <link href='http://fonts.googleapis.com/css?family=PT+Sans' rel='stylesheet' type='text/css'> | |
| <link href="css/prettyPhoto.css" rel="stylesheet" type="text/css" /> | |
| <link rel="stylesheet" id="camera-css" href="css/camera.css" type="text/css" media="all"> | |
| <link href="css/bootstrap.css" rel="stylesheet"> | |
| <link href="css/theme.css" rel="stylesheet"> | |
| <link rel="stylesheet" type="text/css" href="css/skins/tango/skin.css" /> | |
| <link href="css/bootstrap-responsive.css" rel="stylesheet"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Theme Name: Biscuits | |
| Theme URI: http://charityandbiscuits.com | |
| Description: A handrolled WordPress Twitter Bootstrap theme based on the tutorial at http://www.charityandbiscuits.com | |
| Version: 1.0 | |
| Tags: responsive, white, bootstrap | |
| License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) | |
| License URI: http://creativecommons.org/licenses/by-sa/3.0/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // See http://www.charityandbiscuits.com/blog/create-bootstrap-wordpress-carousel-tagscategories-featured-images/ | |
| // Custom loop for featured items in the slider on the front page. | |
| // Slider will show posts in the 'Featured' category | |
| // First - let's setup the custom fields that are for the Title and Image fields that are used to override the default ones if the user wants to add them. They show up in the Edit screen for the posts/page etc. I created them using the Advanced Custom Fields plugin and then exported the PHP code so you don't need to have that Plugin enabled. | |
| if(function_exists("register_field_group")) | |
| { |
NewerOlder