Development

WordPress: Trailing slashes

When i downloaded a site, noticed that i was getting this when i clicked on some pages I went a head a started digging and realized that wordpress was redirecting over and over and over again.  I put in a pf call at the beggining of werm.php and it stopped[…]

Read More »

Install child theme

In the root of your theme, you should have a “style.css” sheet with this code inside Where it says “Template:” is most important Install a plugin called “Child Theme Configurator” Click the analyze button Set this option only if you are using a functions.php file at the root of your[…]

Read More »

docker: set and use external networking across seperate docker-compose stacks, also creating that network using a or multiple environmental vars

first I have to create the network, I can either do it through setting the “driver” option as “bridge” in my docker-compose file or by manually creating it outside of docker-compose using Now in another docker-compose file, I want to access containers attached to that same network. to do so,[…]

Read More »