Skip to content
Commits on Source (1)
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after.
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package enjoyblog
*/
?>
</div><!-- .clear -->
</div><!-- #content .site-content -->
</div><!-- #page -->
<div id="back-top">
<a href="#top" title="<?php esc_attr_e('Back to top', 'enjoyblog'); ?>"><span class="genericon genericon-collapse"></span></a>
</div>
<?php wp_footer(); ?>
<span>Hosted by <a href="https://autistici.org">Autistici/inventati R*</a></span>
</body>
</html>
<?php
/**
* this add our style.css - questo aggiunge il nostro foglio di stile
*/
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
function my_theme_enqueue_styles() {
$parent_style = 'parent-style'; // This is 'twentytwenty-style' for the Twenty twenty theme.
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style ),
wp_get_theme()->get('Version')
);
}
=== EnjoyBlog ===
Contributors: wpenjoy
Tested up to: 5.8
Stable tag: 1.0.1
Requires at least: 4.9
Requires PHP: 5.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
== Description ==
Description: EnjoyBlog is a responsive & mobile friendly WordPress theme for content-based blogs and websites. It provides a magnificent showcase for your content, perfect for personal bloggers and content creators. Theme Demo: https://demo.wpenjoy.com/enjoyblog
== Changelog ==
= 1.0.1 = October 26, 2021
* Added admin notices
= 1.0.0 = October 25, 2021
* First Release
Initial release
== Copyright ==
EnjoyBlog WordPress Theme, Copyright 2021 WPEnjoy.com
EnjoyBlog is distributed under the terms of the GNU GPL.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
EnjoyBlog bundles the following third-party resources:
superfish.js, Copyright 2013 Joel Birch
Licenses: MIT/GPL
Source: https://github.com/joeldbirch/superfish
hoverIntent.js, Copyright 2013 Brian Cherne
Licenses: MIT
Source: http://cherne.net/brian/resources/jquery.hoverIntent.html
html5.js, Copyright 2014 Alexander Farkas
License: MIT/GPL2
Source: https://github.com/aFarkas/html5shiv
owl.carousel.js, Copyright 2013-2018 David Deutsch
Licenses: MIT
Source: https://github.com/OwlCarousel2/OwlCarousel2
theia-sticky-sidebar.js, Copyright 2013-2016 WeCodePixels and other contributors
Licenses: MIT
Source: https://github.com/WeCodePixels/theia-sticky-sidebar
editor-style.css, Copyright 2015 Twenty Fifteen theme (https://WordPress.org)
Licensed: GNU GPL
Source: https://wordpress.org/themes/twentyfifteen/
FontAwesome icon font, Copyright fontawesome.com
License: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Source: https://github.com/FortAwesome/Font-Awesome
Genericons icon font, Copyright 2013-2017 Automattic.com
License: GNU GPL, Version 2 (or later)
Source: http://www.genericons.com
Font Awesome icon font, Copyright fontawesome.com
License: GNU GPL, Version 2 (or later)
Source: https://github.com/FortAwesome/Font-Awesome
Image for theme screenshot image, Copyright Olu Eletu
License: Creative Commons CC0 license.
License URI: https://stocksnap.io/license
Source: https://stocksnap.io/photo/alphabeth-abc-Q5FJUK9OFH
Image for theme screenshot image, Copyright Anthony Delanoix
License: Creative Commons CC0 license.
License URI: https://stocksnap.io/license
Source: https://stocksnap.io/photo/crowd-people-IUJP9OI22I
Image for theme screenshot image, Copyright Dana Tentis
License: Creative Commons CC0 license.
License URI: https://stocksnap.io/license
Source: https://stocksnap.io/photo/romantic-park-FIGLTLWW8E
Image for theme screenshot image, Copyright Wyncliffe
License: Creative Commons CC0 license.
License URI: https://stocksnap.io/license
Source: https://stocksnap.io/photo/surfer-wave-VG0TG1V0XV
Image for theme screenshot image, Copyright Direct Media
License: Creative Commons CC0 license.
License URI: https://stocksnap.io/license
Source: https://stocksnap.io/photo/male-fitness-XLGET53CAN
Image for theme screenshot image, Copyright Direct Media
License: Creative Commons CC0 license.
License URI: https://stocksnap.io/license
Source: https://stocksnap.io/photo/senior-running-V1UPRPKBSO
Image for theme screenshot image, Copyright Candace McDaniel
License: Creative Commons CC0 license.
License URI: https://stocksnap.io/license
Source: https://stocksnap.io/photo/surf-water-QTHULNXEIM
Underscores
https://underscores.me/, (C) 2012-2021 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
\ No newline at end of file
@charset "UTF-8";
/*
Theme Name: EnjoyBlog - noblogs patches
Template: enjoyblog
Description: EnjoyBlog is a responsive & mobile friendly WordPress theme for content-based blogs and websites. It provides a magnificent showcase for your content, perfect for personal bloggers and content creators. Theme Demo: https://demo.wpenjoy.com/enjoyblog
Author: Autistici Inventati
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tested up to: 5.8
Requires at least: 4.9
Requires PHP: 5.6
Text Domain: enjoyblog
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, theme-options, threaded-comments, translation-ready
*/