Skip to content

Instantly share code, notes, and snippets.

View redb's full-sized avatar
💭
I may be slow to respond.

Jean-Bruno redb

💭
I may be slow to respond.
View GitHub Profile
@redb
redb / divi-custom-blog-shortcode.php
Created June 15, 2017 06:41 — forked from TomFrearson/divi-custom-blog-shortcode.php
Shortcode to customise the size of the images for Divi's pagebuilder blog module
<?php
function remove_et_pb_blog() {
remove_shortcode( 'et_pb_blog', 'et_pb_blog' );
add_shortcode( 'et_pb_blog', 'wpt_pb_blog' );
}
add_action( 'init', 'remove_et_pb_blog' );
function wpt_pb_blog( $atts ) {
extract( shortcode_atts( array(