
Tag: Wordpress
3 entries found

How to check if you're logged in to WordPress from Go
As a proof of concept, I’m making a small API in Golang that, on an Apache with mod_proxy, serves certain content to a WordPress site.

Custom Theme My Login templates
Theme My Login is a plugin that allows us to adapt all elements related to: Registration, Login, … of a WordPress site to our needs.
Inside the plugin folder, we find the templates in the “templates” folder. As is standard practice, we should not modify these templates directly. We can copy them to the root of our theme and modify them there. From that point on, those templates will be used by our site, without a plugin update affecting the changes made.

Wp-Answers by aNieto2k
aNieto2K has created a fabulous plugin for WordPress that allows creating communities based on questions and answers.
More information at: aNieto2k




