It looks like you’ve got WP installed in the root of your site, and also in a subfolder named ‘searchbyssn.org’.
That’s a pretty easy fix. If you have SSH access to the MySQL DB your blog runs from, you can log into the MySQL prompt and use the following command:
UPDATE wp_options SET option_value=’https://searchbyssn.org/’ where option_name=’siteurl’ or option_name=’home’
You can change ‘https://searchbyssn.org/’ to whatever URL you want the blog to show up at (ie, https://searchbyssn.org/subfolder/).
You can also just log into your Dashboard, click ‘settings’, and update the SiteURL and Home options there.