akosichen
Forum Replies Created
-
hahaha, really? that’s it?
Its working fine. Ok, I’m done adding codes to function.php
then activate it?
Ok, I’m done with child theme. What’s next?
do you have skype? so we can chat. ahaha
sorry. I just need this for my project in school.Ok, where can I find the file path?
to insert these codes.
Sorry, I’m not good in wordpressI can’t understand. I’m sorry.
I just want to make it like this
<input type="text" value="email_of_the_author">
I wanted to know where is the default email located?
oops! I mislead you, what I mean.
How can I email the post author?Forum: Plugins
In reply to: [WP Job Manager] Hide Apply button to Employerwoah it worked! Thank you mike!
For future reference, here’s the code:
<?php if ( ! current_user_can( 'employer' ) ) :?> <input type="button" class="application_button button" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" />
Forum: Plugins
In reply to: [WP Job Manager] Hide Apply button to Employer<?php if ( !$current_user->'Employer' ):?> <?php else : ?> <input type="button" class="application_button button" value="<?php _e( 'Apply for job', 'wp-job-manager' ); ?>" /> <?php endif; ?>
I used this and it doesn’t work. Help me please!
Sorry for being noob.Forum: Plugins
In reply to: [WP Job Manager] How to create free trial job posting ONCE.Ok thanks! its now working. ??
Forum: Plugins
In reply to: [WP Job Manager] How to create free trial job posting ONCE.The free trial package I’ve made is still showing even I already purchased it before.
I hope once I chose it, it will never showed up again for the next purchase.Forum: Plugins
In reply to: [WP Job Manager] Display Salary to Single Job Listingok i got it now. ??
Forum: Plugins
In reply to: [WP Job Manager] Display all input from job form to single job listingOk, thanks Mike!
I’m for posting twice. :'(Forum: Plugins
In reply to: [WP Job Manager] Display all input from job form to single job listingsalary as ease ..
where can i put this code to be exact?
Jobify content-single-job-listing?
or to WP job manager single job listing?Thanks!