Tag: WordPress
-
When things get weird the weird turn pro with something ridiculous like the icur-from-x WordPress plugin
Forgive my international friends or others who may not understand the current ridiculous actions in American(‘Merican) culture right now. If you do understand, then this little quick tongue in cheek side project may be for you. The use of “X” is meant to be all inclusive like a variable, and does ironically reference some related…
-
Notes for my WordPres full site editing(fse) child theme scaffold with some golden mean math support
These are additional notes for the WordPress twenty twenty four child theme that this site uses. The source is available on Github at: https://github.com/ev3rywh3re/jesse-james-block At this point the scaffold has been built with NPM support for TailwindCSS as well as the included ReactJS component and dependencies. The completed configuration and installation will give us two…
-
WordPress Full Site Editing (FSE) Themes, templates, and a simple plugin to reset them
As I write this the WordPress community is once again changing in the social, and market focused ways. There has been turmoil in it’s development, so the technical changes also keep going. As a developer who comes from a creative background, I am happy to put more creative tools in front of less technical users.…
-
Next, the WordPress twenty twenty four child theme scaffold project
This is where I complicate the project more to experiment with making the theme use more ReactJS functionality in a full site editing child theme. It’s also out there: https://github.com/ev3rywh3re/jesse-james-block
-
My little WordPress block editor experiments scaffolding project
It’s always fun when the smallest selfish ideas become places for learning, ha!. I built this one little thing that can typically hang out on the home page to show a random featured image from a category of posts. I’m sure there are other ways, but having worked on some neat block themes in other…
-
My notes for bringing swamthings.org back by converting the messed up WordPress sub-directory multi-site to a single site with ddev and other stuff
Ok. Things are working as the title hints, but only sorta. I haven’t been online with any web thing for a long time in internet space-time. I’ve been doing other stuff, and getting some different perspectives, but that’s for future stories. These are the technical notes that I am adding to my collection as I…
-
WP Super Edit 2.4.7
This is the “Things might be a mess around here, but I’m still working release” for WP Super Edit 2.4.7. There are no new features or major changes for this release. This update should fix a couple of issues. Migrate from depreciated WordPress functions. Update included TinyMCE plugins to TInyMCE 3.5.8 You are welcome to…
-
BP Registration Options 3.0.3 with Fixes for BuddyPress 1.3 – Trunk
Just posting some modifications made to get the BP Registration Options 3.0.3 plugin working with WordPress 3.2-trunk and BuddyPress 1.3-trunk that I needed for a current project. This was only tested on a WordPress multi-site network with BuddyPress and using sub-domain mapping, so my modifications may not fix everything for you. I also did not…
-
WordPress Post Types and Custom Taxonomy Articles
I’m putting links to these two articles together. Understanding both makes things magical. http://shibashake.com/wordpress-theme/wordpress-custom-taxonomy-input-panels http://new2wp.com/pro/wordpress-custom-post-types-object-oriented-series2/
-
My Ugly WordPress, HyperDB, & BuddyPress Deployment Shell Script
This is the source of some of the website deployment scripts I have. This is one is fairly complex and it is my pocket tool of choice for development of big nasty WordPress sites. Probably only interesting to folks who deal with unix shells and do mildly heavy WordPress work. It’s designed to update from…