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 | |
require_once(get_theme_file_path("/inc/tgm.php")); | |
require_once(get_theme_file_path("/inc/attachments.php")); | |
if (site_url()=="http://127.0.0.1/demo.tanjim.com"){ | |
define("VERSION", time()); | |
}else{ | |
define("VERSION",wp_get_theme()->get("version")); | |
} |
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
wp comment must : | |
==================================== | |
/* | |
Theme Name: Philosophy | |
Theme URI: | |
AUTHOR: MD Tanjim Ahmmed | |
AUTHOR URI: https://tanjimahmmed.github.io/tanjim-portfolio/ | |
Description: Philosophy by colorlib | |
Version: 1.0 | |
License: GNU General Public License v2 or later |
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
// -- modal video -- // | |
$(".play_icon").modalVideo(); | |
$(".play_icon").on('click', function(){ | |
return false; | |
}); |
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
// -- counter -- // | |
$(".counter_number span").counterUp({ | |
delay : 10, | |
time : 1000, | |
}); |
NewerOlder