Izzy3
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Search FilterThanks for you reply!
Forum: Plugins
In reply to: [WP Job Manager] WP Job Manager Search Filterv3recruitment, have you come up with a solution for this?
Forum: Themes and Templates
In reply to: Page loading single page instead of a listHi Sean!
Many thanks for your help- I managed to get it working. I just mixed up my files!
Forum: Plugins
In reply to: [WP Job Manager] Changing the order of job detailsSolved it by moving
<li class="date-posted" itemprop="datePosted"><date><?php printf( __( 'Posted %s ago', 'wp-job-manager' ), human_time_diff( get_post_time( 'U' ), current_time( 'timestamp' ) ) ); ?></date></li>below
<?php do_action( 'single_job_listing_meta_end' ); ?>Forum: Plugins
In reply to: [WP Job Manager] Changing the order of job detailsBy adding
<li class=”sectorstyle”><?php display_job_sector_data(); ?>
to
content-single-job_listing-meta.php
I managed to switch the order but now I get sector displayed twice!
PHP is my next thing to learn so I would appreciate your help!
Forum: Plugins
In reply to: [WP Job Manager] Changing the order of job detailsHi Adam!
Thanks for your reply!
I inserted the ‘Sector’ code following your example for ‘Salary’ code straight into functions.php of my template.
I tried changing the order of the two in functions.php but that did not solve it.
Is there another file I can modify to change the order?
Forum: Fixing WordPress
In reply to: Full screen overlay nav- how to insert into wp templateThanks for your reply.
I tried breaking it up like this but it does not work…
Thanks!
Actually, what I meant is that I want only some part of the page to be controlled by WordPress whereas the rest is basically a static page… I wonder if there is a good reason why I shouldn’t do it like that…