gomezz
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] 404 after changing permalinks / slugI installed Code Snippets and added this
add_theme_support( ‘job-manager-templates’ );
as a new snippet and activated it.Put the dots in the permalinks sections and still 404
Forum: Plugins
In reply to: [WP Job Manager] 404 after changing permalinks / slugRemoved that line of code and now the website looks ok. No more problems with databases.
But still I have no idea how to remove that ‘category’ from the URL.
When I put a dot “.” in the Listing URL Base and Listing Category Base the URL is ok, but when I go to a category page it’s 404 error.Thank you for your reply, Richard!
Forum: Plugins
In reply to: [WP Job Manager] 404 after changing permalinks / slugWow… looks like this line of code did something wrong.
After I copied the line of code in functions.php and then saved the permalinks I got this error:
One or more database tables are unavailable. The database may need to be repaired.
Then I click on “repaired“. And I see this:
To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php file. Once this line is added to your config, reload this page.
define(‘WP_ALLOW_REPAIR’, true);
I added this WP_ALLOW_REPAIR to my wp-confing but when I save my permalinks I still see the error with databases…
Forum: Plugins
In reply to: [WP Job Manager] 404 after changing permalinks / slugWhere should I copy this code?
add_theme_support( ‘job-manager-templates’ );Thanks!