Widgets not adding div on before and after title

I think you missed , at the of after_title that’s why it’s not working. Use this code it’s working fine. register_sidebar( array( ‘name’ => ‘Custom code widget’, ‘id’ => ‘custom-code’, ‘description’ => ‘Cutom code for all pages.’, ‘before_widget’ => ‘<div class=”custom-description”>’, ‘after_widget’ => ‘</div>’, ‘before_title’ => ‘<div class=”custom-code-title”><h2 class=”widget-title”>’, ‘after_title’ => ‘</h2></div>’, ) );

Text widget doesn’t save the content

you can try with this. Step 1: Go to Appearence –> Widgets Step 2: Then at the top right of the screen you should see a tab that says Screen Options. Click on that, then a link will appear in the top left of your screen that says ‘Enable Accessibility Mode’ and click on that … Read more

WordPress Tag Cloud args (font-size) not working since wp update 4.9

This solved the problem: function my_custom_tag_cloud_widget( $args ) { $args[‘largest’] = 26; $args[‘smallest’] = 18; $args[‘format’] =’flat’; $args[‘unit’] = ‘px’; $args[‘order’] = ‘RAND’; $args[‘separator’] = ‘ &bull; ‘; return $args; } add_filter( ‘widget_tag_cloud_args’, ‘my_custom_tag_cloud_widget’, 999 ); Thanks for your interest. theo

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)