Skip to main content

Web studio blog

Blog

  • How to programmatically add a title tag to Wordpress images?

    In Wordpress, when programmatically displaying an image through the the_post_thumbnail function, there is a problem with displaying the title tag, by default, when calling the standard function, we will receive only the alt tag. Since this parameter indirectly affects SEO, this problem can be solved in the following ways.

  • How to disable (remove) a module in Drupal 9

    Perhaps most users who actively use Drupal 7 use the checkboxes for each module in the general list to disable modules. However, in version 9, this option is no longer available.