heavyhunt1 you can reach me at support@kilowhat.net which is the email listed in the documentation https://kilowhat.net/flarum/extensions/wordpress#support
Though your problem seems to be with Flarum itself and not the extension, so this forum is the right place for support with Flarum configuration issues.
Make sure htaccess rewrites are working. Since you installed Flarum in a subfolder of Wordpress, there's a risk for the rewrite rules of Wordpress to conflict with those of Flarum. You should also remove the public
folder before moving forward https://docs.flarum.org/install.html#customizing-paths
I'm not very familiar with multiple apps in subfolders with Apache. I know that for nginx I had to adapt the Flarum rewrite rules to place them at the root. If you're using nginx I can share the configuration I use on the demo website for subfolder install.
I recommend using a subdomain instead of a subfolder and changing the webroot to the public folder (default Flarum installation method). That way there can't be any conflict between Wordpress and Flarum URL rewriting.