Hi @gomezz,
Can you try enabling full template support? There is a doc here for assistance with this:
https://wpjobmanager.com/document/enabling-full-template-support/
Let us know how it goes!
Thread Starter
gomezz
(@gomezz)
Where should I copy this code?
add_theme_support( ‘job-manager-templates’ );
Thanks!
Hi @gomezz!
That will go in your functions.php file.
Cheers.
Thread Starter
gomezz
(@gomezz)
Wow… 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…
Hi there,
I don’t know why editing the functions.php would have messed up your database like this, there’s no reason for it. Have you resolved this yet? If not, have you talked to your host about it? they may be able to help with this.
Thread Starter
gomezz
(@gomezz)
Removed 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!
Well, like Jen said, you’ll need to implement full template support. Try using this plugin instead of editing your functions.php:
https://wordpress.org/plugins/code-snippets/
Thread Starter
gomezz
(@gomezz)
I 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
I have the same problem and unfortunately no idea what I can do.
Are there now a solution for this?
Hi @matthias1973,
Could you please start your own thread, as per the Forum Welcome? You can find the “Create a new topic” form at the bottom of this page:
https://wordpress.org/support/plugin/wp-job-manager
Thank you!
And @gomezz — let’s go back to this, from your original inquiry:
if I click on that specific category link on the homepage I’m going to mysite.com/mycategory But I get an error 404 – page not found.
After adding the full template support code to the Code Snippets plugin, did you go through the rest of the Template Files documentation? These docs should also help:
https://developer.wordpress.org/themes/basics/categories-tags-custom-taxonomies/
https://developer.wordpress.org/themes/template-files-section/taxonomy-templates/
Beyond this, we’re not able to provide further guidance, per our Support Policy:
https://wpjobmanager.com/support-policy/.
If you need it, you can search for development help in a variety of places — here are a few to start:
http://jobs.wordpress.net/
https://jetpack.pro/
https://codeable.io/?ref=l1TwZ
Cheers.
I’m marking this thread as Resolved as it’s been more than a month since the last reply. If you still need help, please do reply again and mark the thread as Unresolved!