Tag: plugin
-
Using JavaScript modules in your WordPress plugins
in wordpressModules are nothing new in JavaScript programming, and it’s a good practice to modularize your code. WordPress does not offer the option to load scripts as modules out of the box. There’s a ticket from mid 2022, but it hasn’t gained much traction yet. So we need a workaround for the time being. Fortunately, WordPress…
-
WordPress: New Version 0.5 of LinkList plugin
in wordpressFor a long time there was no update of my Linklist plugin because it simply worked, no need for a change. The other day I got a request to expand the functionality and I agreed to the proposal. Version 0.5 now contains the option to include/exclude individual posts or pages from displaying the linklist: The…
-
New version of Linklist (v0.4) WordPress plugin
in wordpressA user of my WordPress plugin Linklist wanted to use it in conjunction with a Like/Unlike plugin. Unfortunately Linklist also listed the like/unlike links of the plugin and put the list behind the Like icon: This is not the way it’s supposed to be. So I added two more options: You can define several class…
-
New version of pagebar released (v2.60)
in wordpressAs you can see in the title the new version of pagebar is not version 3.0 that I anticipated to release by this summer. Procrastination at its best! 1. Instead I created another minor version with some features which are quite easy to implement. First there is a new default theme based on CSS3: To…