Is there not federated WordPress?

Edit: Okay its done, not pretty but I like it and it will do for now. I mostly want it as a guide to send people to my different social media sites and my Payreon where I have decided to post the webcomic.

But if you want to check it out its www.fredselfish.com

And added bonus here a story I have written today that I wanted to share.

https://therealfredselfish.substack.com/p/my-love-for-yellowstone

  • PhilipTheBucket@ponder.cat
    link
    fedilink
    arrow-up
    1
    ·
    5 days ago

    If you want to make changes without dealing with update hassles:

    • Make a child theme to your current theme which inherits from it.
    • Add a functions.php to your child theme, which only includes specific overrides for functionality you want to override.
    • Presto change-o you are immune to stuff getting ruined with updates. (Aside from API changes and things but those are relatively rare in my experience, for the most part it all just works.)