Skip to content

Instantly share code, notes, and snippets.

View A-Buzon's full-sized avatar

Abby Buzon A-Buzon

View GitHub Profile
@netmagik
netmagik / post-grid.php
Created August 29, 2017 18:19
Customize Beaver Builder Posts Module to hide author username
<?php if ( 'columns' == $settings->layout ) : ?>
<div class="fl-post-column">
<?php endif; ?>
<div <?php $module->render_post_class(); ?> itemscope itemtype="<?php FLPostGridModule::schema_itemtype(); ?>">
<?php FLPostGridModule::schema_meta(); ?>
<?php $module->render_featured_image( 'above-title' ); ?>
<div class="fl-post-grid-text">

Header will need to be set to sticky and overlay by default.

Simply add this script to your global JS or enque as a seperate script file.