uklightpainter
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] Email me when somebody appliesand also the apply with linkedin? It defaults to my own used during the development.
Forum: Fixing WordPress
In reply to: Adding a link to featured imagecheers 🙂
Forum: Plugins
In reply to: [WP Job Manager] Job Expiry DateAha, I’ve done it! I’ve done it as suggested.
Thanks, that was driving me crazy!
Forum: Plugins
In reply to: [WP Job Manager] Job Expiry DateSorry Mike, where can I find this?
Or do you mean within WP All Import?
Thanks
Forum: Plugins
In reply to: [WP Job Manager] Job TitleSorry please delete this thread, my mistake
Forum: Plugins
In reply to: [WP Job Manager] Salary FieldSorted it!
It was
<?php echo get_post_meta($post->ID, '_job_salary', true); ?>(with the underscore in front of the job salary)
Forum: Plugins
In reply to: [WP Job Manager] Salary field in Submit Job FormHi,
I’m desperate to get this working on the front end! Did you add anything else to get this to show (apart from the new area in the functions)?
I’ve tried adding this to the content-job_listing.php and it still doesn’t show! Help
Forum: Plugins
In reply to: [WP Job Manager] Salary FieldHi Mike,
I’ve created a custom template, I’m stuck with getting the information t show on the front end!
All I want to do is to show the salary field on the template. I understand that it’s put inside the meta field, but I can’t quite get my head around how to pull the information in.
Please can you shine a light on how to get the salary information on the front end. I’m fine editing the template, but if you would kindly follow up with how to get this meta information, I’d be extremely grateful.
I’ve tried
<?php echo get_post_meta($post->ID, 'job_salary', true); ?>but nothing happens?
Forum: Plugins
In reply to: [WP Job Manager] Changing and adding new fields to admin & filterSorry to re-open this thread.
I’ve added the salary field and it shows in the admin area. But where do I go to adjust the template to show this new field?
I want to adjust the main jobs page and the actual job page.
Cheers
Forum: Plugins
In reply to: [WP Job Manager] Widget not working properlyHi Mike,
We posted the same time, I’ve put a link above now.
Forum: Plugins
In reply to: [WP Job Manager] Widget not working properlyLol ok!
I think it’s because of some empty fields, but it shows fine on the other pages.
It’s currently on a testing subdomain –
http://acer.uklightpainter.co.uk/about-us/
If you look at the widget, it shows fine on the right hand side on this page. But click through to ‘Live Jobs’ and the sidebar changes completely once you click through to a job. Yet it’s the same widget.
Forum: Plugins
In reply to: [WP Job Manager] Widget not working properlyCan you delete this link afterwards?
Forum: Plugins
In reply to: [WP Job Manager] Changing and adding new fields to admin & filterSorry I missed the link from tinygiantstudios above.
Forum: Plugins
In reply to: [WP Job Manager] Changing and adding new fields to admin & filterIf you don’t mind me asking, how did you add the salary field?
Forum: Plugins
In reply to: [WP Job Manager] Search Box WidgetHi tinygiantstudios,
I’m after just a search box that I can use on multiple pages. I’ll be using everything on the jobs page, but on the other pages I want to render a search box.