"funtions"
Bootstrap 3.0.0 Snippet by hamlet79

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<?php
/**
* EduPru functions and definitions.
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package EduPru
*/
require_once get_template_directory() . '/inc/lms/lms.php';
$lms = EduPro_LMS::instance();
$lms->init();
require_once get_template_directory() . '/inc/media.php';
if ( is_admin() ) {
require_once get_template_directory() . '/inc/class-tgm-plugin-activation.php';
require_once get_template_directory() . '/inc/admin/plugins.php';
require_once get_template_directory() . '/inc/admin/meta-boxes.php';
require_once get_template_directory() . '/inc/admin/import-demo.php';
} else {
require_once get_template_directory() . '/inc/portfolio.php';
}
/**
* Sets up theme defaults and registers support for various WordPress features.
*
* Note that this function is hooked into the after_setup_theme hook, which
* runs before the init hook. The init hook is too late for some features, such
* as indicating support for post thumbnails.
*/
function edupro_setup() {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: