Request: Example module for outputting posts (for customizing)

Greetings,

I’m in the need to outputting some custom fields from a post using the Posts Grid module. I was curious if you guys could make an example of a custom module for posts to be included in the examples you provided.

Hey Jason,

A good example would actually be the Posts module that is included in the builder :slight_smile:

You can actually just copy that into your theme and it will override the built-in Posts module (kind of like WooCommerce templates).

Or, you can pop it into the example plugin and rename the files/classes/etc.

Here’s some info on overriding it in your theme if you want to go that route… http://forum.wpbeaverbuilder.com/custom-module-documentation/#override-built-in

Let me know if you have any questions about that.

Justin