Skip to content

Plastickid/wp-plugin__page-builder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Builder

Allows you to create pages, properly.

Taxonomy Pages

You can load the contents of a taxonomy page like so:

$term = get_queried_object();
$pb = new andyp\pagebuilder\filters\the_content;
$content = $pb->filter_the_content_in_the_main_loop(null, $term);

echo $content;

About

Custom Page Builder to replace WPBakery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%