richard03
Forum Replies Created
-
Hello,
Yes that’s it, sq ft is repeat 2 times in properties’ pages.
Thank you
Forum: Plugins
In reply to: [Geo Mashup] custome search formNo one have some ideas? 🙁
Forum: Plugins
In reply to: [WP Job Manager] Display category name in single job contenti solved myself with:
<?php the_terms( $post->ID, 'job_listing_category', '', ' / ' ); ?>Forum: Plugins
In reply to: [WP Job Manager] Salary field in Submit Job Formit’s work!
thanks lot for ur help 😉Forum: Plugins
In reply to: [WP Job Manager] Salary field in Submit Job Formi have read this (i’m not developer) i understand little bit more but it doesnt work i have tried this:
<?php echo get_post_meta($post->ID, job_salary, true); ?>
you don’t have a tutorial for this to put the custom fields’ values in front office?
thanks (and sorry.. 😉 )Forum: Plugins
In reply to: [WP Job Manager] Salary field in Submit Job FormThanks for your answer,
i have do it but i don’t know how i can writte a new meta in content-single-job_listing.php .
For example for the new field “Salary” created in submit form with your documentation.
i have tried this <?php job_salary(); ?> but it doesn’t work.
it’s my only problem to use this plugin after it will be ok :p
thanksForum: Plugins
In reply to: [WP Job Manager] Salary field in Submit Job Formhi,
i do it too i have created the field salary in submit form but i dont find how can i call with shortcode the function salary in job post and job list.
can you help me?
thanksForum: Plugins
In reply to: [Relevanssi - A Better Search] Search query in back officei want to used this plugin with wp property. The problem with wp property when we have lots of properties its difficult to find one quickly. I wanted to use a reference number for each property for easy search but the search form by default in wp property just index the title or text in pages.
But i have seen in Relevanssi we can choose taxonomies to index “property_feature” or “community_feature”. It’s interessant because i can use this to put the properties’ references and find one quickly with Relevanssi but it doesnt work.
Sorry for my bad english i dont know if all is comprehensible?
ThanksForum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] CNhK slideshow and 3.6 not workingok thanks i’ll try it but this slideshow feels good because i want a full width slideshow 🙂
i wait if one find the solutionForum: Plugins
In reply to: [Cnhk Slideshow [ENDED]] CNhK slideshow and 3.6 not workinghello! i have same problem with wp 3.6.1
i upload slides, create slideshow called “test” and insert this in header.php:
<?php if ( function_exists( ‘cnhk_slideshow’ ) ) cnhk_slideshow( ‘test’ ); ?>
in backoffice no problem i see my slides in the slideshow test, but in frontoffice nothing appear!
Is it because it doesnt work with last wp 3.6.1? or i forgot something?
Thanks.