Hi @pguilha ,
I’m not quite sure what you’re asking. Would you mind sending a link to the page in question, so I can see what you mean?
Best,
Cena
Hi @cena ,
Here’s the part I mean: https://prnt.sc/sxyfzn
This is currently the right sidebar on my job lists page.
I’d like to change the order in which these are displayed.
thanks
Hi @pguilha ,
That’s not default WPJM behavior. Is your theme creating that sidebar, or is that a widget?
Best,
Cena
Hi @cena ,
You’re right, this is done through workscout, but I assumed (perhaps wrongly?) that it was using the same order as would be displayed by WPJM anyways, and I could change it there with a code snippet rather than editing the theme.
best,
Paul
Hi Paul,
I don’t really know what (or how) they’re pulling in WPJM data into the theme, so I’d check with Workscout’s support for this. For example, WPJM doesn’t provide ‘regions’ data – that’s coming from either the theme itself or a 3rd party addon.
Most code snippets we provide (for example at https://wpjobmanager.com/customization-snippets/) **do** make their changes via the theme (they’re typically added either to functions.php of your theme, or in a plugin like Code Snippets, which does the same thing in a safer way.)
Sorry I don’t have a better answer for you, but I’d be interested to hear what Workscout has to say.
Best,
Cena
just in case someone else happens onto this thread, I ended up reordering the items within the sidebar-jobs.php file and it works fine.