Title: gostcoder's Replies | WordPress.org

---

# gostcoder

  [  ](https://wordpress.org/support/users/gostcoder/)

 *   [Profile](https://wordpress.org/support/users/gostcoder/)
 *   [Topics Started](https://wordpress.org/support/users/gostcoder/topics/)
 *   [Replies Created](https://wordpress.org/support/users/gostcoder/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/gostcoder/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/gostcoder/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/gostcoder/engagements/)
 *   [Favorites](https://wordpress.org/support/users/gostcoder/favorites/)

 Search replies:

## Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blocksy] Taxonomy Extra Text like Bottom Text Field Like taxonomy Description](https://wordpress.org/support/topic/taxonomy-extra-text-like-bottom-text-field-like-taxonomy-description/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/taxonomy-extra-text-like-bottom-text-field-like-taxonomy-description/#post-14675813)
 * 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 fields
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blocksy] Taxonomy Extra Text like Bottom Text Field Like taxonomy Description](https://wordpress.org/support/topic/taxonomy-extra-text-like-bottom-text-field-like-taxonomy-description/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/taxonomy-extra-text-like-bottom-text-field-like-taxonomy-description/#post-14675086)
 * yes 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 option
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] Is it Possible to Show Custom Taxonomy posts on it](https://wordpress.org/support/topic/is-it-possible-to-show-custom-taxonomy-posts-on-it/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/is-it-possible-to-show-custom-taxonomy-posts-on-it/#post-14576087)
 * Sorry 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema & Structured Data for WP & AMP] Is it Computable with WP SCHEMA PRO](https://wordpress.org/support/topic/is-it-computable-with-wp-schema-pro/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years ago](https://wordpress.org/support/topic/is-it-computable-with-wp-schema-pro/#post-14546588)
 * yes 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 posts
 * I just need to know there is any way which I can make a compatible with schema
   pro
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema & Structured Data for WP & AMP] Am i able to completely remove Schemas and structure datas from Custom Post Type](https://wordpress.org/support/topic/am-i-able-to-completely-remove-schemas-and-structure-datas-from-custom-post-type/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years ago](https://wordpress.org/support/topic/am-i-able-to-completely-remove-schemas-and-structure-datas-from-custom-post-type/#post-14546581)
 * 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 plugin
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Schema & Structured Data for WP & AMP] Job posting schema has been removed from job](https://wordpress.org/support/topic/job-posting-schema-has-been-removed-from-job/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years ago](https://wordpress.org/support/topic/job-posting-schema-has-been-removed-from-job/#post-14508162)
 * ok that means it’s ok with it no need to added expired Jobs in Job Schema
    which
   is great feature
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] Is there Possible to add Adsense Code inside List](https://wordpress.org/support/topic/is-there-possible-to-add-adsense-code-inside-list/)
 *  [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years ago](https://wordpress.org/support/topic/is-there-possible-to-add-adsense-code-inside-list/#post-14496806)
 * I don’t Think it’s Possible to do Something like that
    if you really want to 
   add AdSense code then use HTML block
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[wpDataTables - WordPress Data Table, Dynamic Tables & Table Charts Plugin] Not Able to Generate Taxonomy wise Table in MySQL-query-based for WordPress data](https://wordpress.org/support/topic/not-able-to-generate-taxonomy-wise-table-in-mysql-query-based-for-wordpress-data/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/not-able-to-generate-taxonomy-wise-table-in-mysql-query-based-for-wordpress-data/#post-14361072)
 * Iry 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Job Manager] Expired jobs not showing permalink URL](https://wordpress.org/support/topic/expired-jobs-not-showing-permalink-url/)
 *  [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/expired-jobs-not-showing-permalink-url/#post-14297181)
 * Hi 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=43154
 * I would Like to set Permalink Same for expired Jobs as well as Active Jobs
 * How can I Do this
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Blocksy] Computable with Cartfelows](https://wordpress.org/support/topic/computable-with-cartfelows/)
 *  Thread Starter [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/computable-with-cartfelows/#post-13965821)
 * I Already Did
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCFM Marketplace - Multivendor Marketplace for WooCommerce] New order SMS notification to vendor](https://wordpress.org/support/topic/new-order-sms-notification-to-vendor/)
 *  [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/new-order-sms-notification-to-vendor/#post-13482535)
 * Yes I do
    may I have to “Send Admin SMS To- Post Auther? all notifications settings
   are in default in WCFM admin Section
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WCFM Marketplace - Multivendor Marketplace for WooCommerce] New order SMS notification to vendor](https://wordpress.org/support/topic/new-order-sms-notification-to-vendor/)
 *  [gostcoder](https://wordpress.org/support/users/gostcoder/)
 * (@gostcoder)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/new-order-sms-notification-to-vendor/#post-13482020)
 * I want to ask you that when a new order is placed admin is getting the notification
   for ” Indian Users – [https://wordpress.org/plugins/sms-alert/](https://wordpress.org/plugins/sms-alert/)”
   this plugin but not getting vendor do I have to change something to activate 
   this options

Viewing 12 replies - 1 through 12 (of 12 total)