Category: WordPress

Posts about WordPress, plugin development, and dev-tips.

  • CSV and HTML search filter for WordPress

    This is one of my WordPress plugins (HTML filter and csv-file search) made to add a simple ajax-search in html or in uploaded CSV-file. The plugin has two…

  • Select2 on existing select-dropdown

    I had some issues with using Selct2 on an already existing select where the select attribute was already set. The problem was Select2 didn’t unselect the previously set…

  • Elementor Custom Modules

    Creating lots of modules in you theme for Elementor? Do you want to skip the step of loading the files and classes manually? I use this code which…