https://github.com/pods-framework/pods-beaver-builder-themer-add-on
Integration of Beaver Themer plugin for WordPress (https://pods.io/beaver-themer/)
https://github.com/pods-framework/pods-beaver-builder-themer-add-on
beaver-builder beaver-themer integration pods pods-addon wordpress-plugin
Last synced: about 2 hours ago
JSON representation
Integration of Beaver Themer plugin for WordPress (https://pods.io/beaver-themer/)
- Host: GitHub
- URL: https://github.com/pods-framework/pods-beaver-builder-themer-add-on
- Owner: pods-framework
- License: gpl-2.0
- Created: 2017-02-25T00:01:50.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T02:35:17.000Z (3 months ago)
- Last Synced: 2025-06-25T23:04:06.179Z (about 2 hours ago)
- Topics: beaver-builder, beaver-themer, integration, pods, pods-addon, wordpress-plugin
- Language: PHP
- Homepage: https://wordpress.org/plugins/pods-beaver-builder-themer-add-on/
- Size: 860 KB
- Stars: 34
- Watchers: 20
- Forks: 6
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
# pods-beaver-builder-themer-add-on
**Integration of Beaver Themer and Pods**Details: https://github.com/pods-framework/pods/issues/4004
Short Introduction Video for Pods & Beaver Themer from a User to give you an Idea
[](https://www.youtube.com/watch?v=bpkbZTBAz0o)
Big Thank you to @Jonathan!
## Requirements
* [Pods](http://pods.io/) 2.4+
* [Beaver Builder](http://pods.io/beaver-builder/) 2.0+
* [Beaver Themer](http://pods.io/beaver-themer/) 1.0+Check out [pods.io](http://pods.io/) for our User Guide, Forums, and other resources to help you develop with Pods.
Please report bugs or request featured on [GitHub](https://github.com/pods-framework/pods-beaver-builder-themer-add-on/issues)Generally you can use the shortcode `[pods field='your_field']` anywhere ( every text/url/html field ) it's basically the same as with `[wpbb ...]`
Things like`[pods field='your_field._img.thumbnail']` work fine see http://pods.io/docs/build/using-magic-tags/ for more options!
Or to pull in a Template: `[pods name="your_pod" template="your_template"]`## Slack
[Join the Pods Slack](https://pods.io/chat) and look for the channel _#beaver-themer_
You will be automatically added to some channels. Please take a look at other channels too.#### Field connectors for photo and multiple-photo:
- Select dropdown only list's matching Fields (it lists all "Media" fields)
- Choose Size
- Set default image#### Field connectors for url, html, string:
- select dropdown populated with all existing fields for PODS - field_name ( Custom Post Type )
- currently uses just plain pods()->display();
- images fields are only output as url for magic tag style use advanced ...
- fields with multiple relations (pick_field) still need some ideas / use cases best to go and use Templates for it!Help / Feedback Welcome - Thank You!!!
- Bernhard Gronau (Quasel)