Skip to content

Instantly share code, notes, and snippets.

View metrosuperstar's full-sized avatar

metrosuperstar

View GitHub Profile
@metrosuperstar
metrosuperstar / functions.php
Created March 11, 2019 19:35 — forked from indikatordesign/functions.php
[Divi - Change the order for the default filterable portfolio module]
<?php
// Add this snippet to your themes "functions.php" to order the projects by title
add_action( 'parse_query', function( $vars )
{
if ( 'project' == $vars->query['post_type'] )
{