gostcoder
Forum Replies Created
-
Yes you are right this can be done with custom fields I already using AFC and already checked this function
And I just asking if there any function so this can active without using custom fieldsyes I know this can be achieved by using the content block
but I want it to be dynamically show and I can edit this text through taxonomy edit optionForum: Plugins
In reply to: [List category posts] Is it Possible to Show Custom Taxonomy posts on itSorry for late response I already found it in your GitHub documentation page, same day when I requested the requirements
Thanks for your reply
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Is it Computable with WP SCHEMA PROyes I know I should remove other plugins schema on different post type or in every particular post
and I should use one schema in particular postsI just need to know there is any way which I can make a compatible with schema pro
yes I do but I also use some third party plugin which I need to populate the schema from the third party plugin
but unfortunately, I am not able to do this while using this pluginok that means it’s ok with it no need to added expired Jobs in Job Schema
which is great featureForum: Plugins
In reply to: [List category posts] Is there Possible to add Adsense Code inside ListI don’t Think it’s Possible to do Something like that
if you really want to add AdSense code then use HTML blockIry to do it manually but it’s not getting any data
SELECT CONCAT('<a href="',posts_jobs.guid,'">',posts_jobs.post_title,'</a>') AS jobs_title_with_link_to_post, GROUP_CONCAT(distinct jobs_taxonomy_category_tbl.name) AS jobs_taxonomy_category, GROUP_CONCAT(distinct jobs_taxonomy_post_tbl.name) AS jobs_taxonomy_post, GROUP_CONCAT(distinct jobs_taxonomy_qualification_tbl.name) AS jobs_taxonomy_qualification, GROUP_CONCAT(distinct jobs_taxonomy_company_tbl.name) AS jobs_taxonomy_company, GROUP_CONCAT(distinct jobs_meta_job_valid_through_tbl.meta_value) AS jobs_meta_job_valid_through FROM wp_posts AS posts_jobs INNER JOIN (SELECT name, object_id as id FROM wp_terms AS jobs_taxonomy_category_tbl_terms INNER JOIN wp_term_taxonomy AS jobs_taxonomy_category_tbl_termtaxonomy ON jobs_taxonomy_category_tbl_termtaxonomy.term_id = jobs_taxonomy_category_tbl_terms.term_id AND jobs_taxonomy_category_tbl_termtaxonomy.taxonomy = 'category' INNER JOIN wp_term_relationships AS rel_jobs_taxonomy_category_tbl ON jobs_taxonomy_category_tbl_termtaxonomy.term_taxonomy_id = rel_jobs_taxonomy_category_tbl.term_taxonomy_id) AS jobs_taxonomy_category_tbl ON jobs_taxonomy_category_tbl.ID = posts_jobs.id AND jobs_taxonomy_category_tbl.name= 'defense-jobs' INNER JOIN (SELECT name, object_id as id FROM wp_terms AS jobs_taxonomy_post_tbl_terms INNER JOIN wp_term_taxonomy AS jobs_taxonomy_post_tbl_termtaxonomy ON jobs_taxonomy_post_tbl_termtaxonomy.term_id = jobs_taxonomy_post_tbl_terms.term_id AND jobs_taxonomy_post_tbl_termtaxonomy.taxonomy = 'post' INNER JOIN wp_term_relationships AS rel_jobs_taxonomy_post_tbl ON jobs_taxonomy_post_tbl_termtaxonomy.term_taxonomy_id = rel_jobs_taxonomy_post_tbl.term_taxonomy_id) AS jobs_taxonomy_post_tbl ON jobs_taxonomy_post_tbl.ID = posts_jobs.id INNER JOIN (SELECT name, object_id as id FROM wp_terms AS jobs_taxonomy_qualification_tbl_terms INNER JOIN wp_term_taxonomy AS jobs_taxonomy_qualification_tbl_termtaxonomy ON jobs_taxonomy_qualification_tbl_termtaxonomy.term_id = jobs_taxonomy_qualification_tbl_terms.term_id AND jobs_taxonomy_qualification_tbl_termtaxonomy.taxonomy = 'qualification' INNER JOIN wp_term_relationships AS rel_jobs_taxonomy_qualification_tbl ON jobs_taxonomy_qualification_tbl_termtaxonomy.term_taxonomy_id = rel_jobs_taxonomy_qualification_tbl.term_taxonomy_id) AS jobs_taxonomy_qualification_tbl ON jobs_taxonomy_qualification_tbl.ID = posts_jobs.id INNER JOIN (SELECT name, object_id as id FROM wp_terms AS jobs_taxonomy_company_tbl_terms INNER JOIN wp_term_taxonomy AS jobs_taxonomy_company_tbl_termtaxonomy ON jobs_taxonomy_company_tbl_termtaxonomy.term_id = jobs_taxonomy_company_tbl_terms.term_id AND jobs_taxonomy_company_tbl_termtaxonomy.taxonomy = 'company' INNER JOIN wp_term_relationships AS rel_jobs_taxonomy_company_tbl ON jobs_taxonomy_company_tbl_termtaxonomy.term_taxonomy_id = rel_jobs_taxonomy_company_tbl.term_taxonomy_id) AS jobs_taxonomy_company_tbl ON jobs_taxonomy_company_tbl.ID = posts_jobs.id INNER JOIN (SELECT jobs_meta_job_valid_through_tbl_posts.ID as id, meta_value, meta_key FROM wp_postmeta AS jobs_meta_job_valid_through_tbl_postmeta INNER JOIN wp_posts AS jobs_meta_job_valid_through_tbl_posts ON jobs_meta_job_valid_through_tbl_postmeta.post_id = jobs_meta_job_valid_through_tbl_posts.ID AND jobs_meta_job_valid_through_tbl_posts.post_type = 'jobs') AS jobs_meta_job_valid_through_tbl ON jobs_meta_job_valid_through_tbl.meta_key = 'job_valid_through' AND jobs_meta_job_valid_through_tbl.id = posts_jobs.ID WHERE 1=1 AND posts_jobs.post_type = 'jobs' GROUP BY jobs_title_with_link_to_post
Forum: Plugins
In reply to: [WP Job Manager] Expired jobs not showing permalink URLHi Cena I would like to Inform You I am Also Facing the Problem which is Permalink for Expired Job Is not Showing
It’s Showing Something
website.com/?post_type=job_listing&p=43154I would Like to set Permalink Same for expired Jobs as well as Active Jobs
How can I Do this
Forum: Themes and Templates
In reply to: [Blocksy] Computable with CartfelowsI Already Did
Yes I do
may I have to “Send Admin SMS To- Post Auther?
all notifications settings are in default in WCFM admin SectionI want to ask you that when a new order is placed admin is getting the notification for ” Indian Users – https://www.ads-software.com/plugins/sms-alert/ ” this plugin but not getting vendor do I have to change something to activate this options