function register_styles_scripts() {
wp_register_style('style', get_template_directory_uri() .
'/style.css');
wp_enqueue_style('style');
wp_register_script('jquery', get_template_directory_uri() .
'/js/jquery.js');
wp_enqueue_script('jquery');
}
add_action('wp_enqueue_scripts', 'register_styles_scripts');
/* magnific popup */
jQuery(document).ready(function($)
{
$('a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"]').each(function()
{
if($(this).parents('.gallery').length == 0)
{
$(this).magnificPopup
({
type:'image',
closeOnContentClick: true,
});
}
});
$('.gallery').each(function()
{
$(this).magnificPopup
({
delegate: 'a',
type: 'image',
gallery: {enabled: true}
});
});
});/* magnific popup */
jQuery(document).ready(function($)
{
$('a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"]').each(function()
{
if($(this).parents('.gallery').length == 0)
{
$(this).magnificPopup
({
type:'image',
closeOnContentClick: true,
});
}
});
$('.gallery').each(function()
{
$(this).magnificPopup
({
delegate: 'a',
type: 'image',
gallery: {enabled: true}
});
});
});
/* magnific popup */
jQuery(document).ready(function($)
{
$('a[href*=".jpg"], a[href*=".jpeg"], a[href*=".png"], a[href*=".gif"]').each(function()
{
if($(this).parents('.gallery').length == 0)
{
$(this).magnificPopup
({
type:'image',
closeOnContentClick: true,
});
}
});
$('.gallery').each(function()
{
$(this).magnificPopup
({
delegate: 'a',
type: 'image',
gallery: {enabled: true}
});
});
});