Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*================================================
- #4 Load custom Blog Module - by SpiritDesigns via Eduard -
- The new Blog Module, will only be available in BB,
- this will be fixed in upcoming updates of DiVi
- ================================================*/
- function custom_modules_css() {
- echo '<style>
- .et-pb-all-modules li.et_pb_blog_wpc:before {
- content: "\34";
- }
- </style>';
- }
- add_action('admin_head', 'custom_modules_css');
- function divi_child_theme_add_custom_module() {
- get_template_part( 'custom-modules/Blog' );
- new WPC_ET_Builder_Module_Blog();
- }
- add_action('et_builder_ready', 'divi_child_theme_add_custom_module' );
Advertisement
Add Comment
Please, Sign In to add comment