Skip to content

Instantly share code, notes, and snippets.

<?php
/**
* The template for displaying single projects.
*
* @package GeneratePress
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
?>
@krispassion
krispassion / functions.php
Last active March 22, 2018 14:24
generatepress-child
<?php
/**
* GeneratePress child theme functions and definitions.
*
* Add your custom PHP in this file.
* Only edit this file if you have direct access to it on your server (to fix errors if they happen).
*/
function generatepress_child_enqueue_scripts() {
if ( is_rtl() ) {