• en
  • ru
  • a blog about web development

    Tag WordPress

    Gutenberg Sync: Template Synchronization in WordPress

    When I first encountered the task of syncing Gutenberg template parts with actual theme files, I realized: the usual approach through the WordPress database isn’t always convenient. You edit a block in the editor — but nothing changes in the… Continue Reading →

    WordPress functions are highlighted in red. VS Code

    If you have ever opened a project in VS Code and noticed that WordPress functions are highlighted in red, such as the_permalink() or the_title(), you are not alone. I have faced this myself and know how annoying it can be…. Continue Reading →