Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*================================================
- #4 Load custom Blog Module
- ================================================*/
- function divi_child_theme_add_custom_module() {
- get_template_part( 'custom-modules/Blog-no-ajax' );
- new WPC_ET_Builder_Module_Blog();
- }
- add_action('et_builder_ready', 'divi_child_theme_add_custom_module' );
- /*================================================
- #5 Add blog icon to the Blog Module
- ================================================*/
- function custom_modules_css() {
- echo '<style>
- .et-pb-all-modules li.et_pb_blog_no_ajax:before {
- content: "\34";
- }
- </style>';
- }
- add_action('admin_head', 'custom_modules_css');
Advertisement
Add Comment
Please, Sign In to add comment