File Editor
Directories:
.. (Back)
images
includes
Files:
404.php
comments.php
footer.php
functions.php
header.php
index.php
options_divi.php
page-template-blank.php
page.php
post_thumbnails_divi.php
sidebar-footer.php
sidebar.php
single-et_pb_layout.php
single-project.php
style.css
Create New File
Create
Edit File: functions.php
<?php function gallery_size_h($height) { return '600'; } add_filter( 'et_pb_blog_image_height', 'gallery_size_h' ); function gallery_size_w($width) { return '300'; } add_filter( 'et_pb_blog_image_width', 'gallery_size_w' ); ?> <?php // Exit if accessed directly if ( !defined( 'ABSPATH' ) ) exit; // BEGIN ENQUEUE PARENT ACTION // AUTO GENERATED - Do not modify or remove comment markers above or below: if ( !function_exists( 'chld_thm_cfg_parent_css' ) ): function chld_thm_cfg_parent_css() { wp_enqueue_style( 'chld_thm_cfg_parent', trailingslashit( get_template_directory_uri() ) . 'style.css', array( ) ); } endif; add_action( 'wp_enqueue_scripts', 'chld_thm_cfg_parent_css', 10 ); // END ENQUEUE PARENT ACTION
Save Changes
Rename File
Rename