Lyrici Triade
Music, Software, Philosophy
Parent Discipline: Web Development
WordPress is a Content Management System (CMS) built using PHP that provides a near full-stack template for streamlining up website development. It was primarily developed for providing an easy-to-configure solution for setting up blog sites, but has since been used for a variety of other applications. It normally runs in conjunction with a MySQL database and works well with front-end technologies like html, javascript, and css.
Continuing my recent dive into customizing and adding functionality to my series of custom taxonomies, I realized that I need to be able to access the edit page for editing these specific archive pages. Wordpress has a built-in function for accessing links to the post page, edit_post_link, but this does not work with taxonomy pages. Wordpress didn't initially Read More >>
One of the great benefits of the recent versions of Advanced Custom Fields is the versatility by which users can effortlessly generate custom post types and taxonomies. I have created a series of inter-related custom taxonomies in an effort to organize my thoughts and to create an ontological linking system throughout the site. Sort of a custom tool for cataloguing Read More >>