Viewing 1 replies (of 1 total)
  • Plugin Author Thomas Townsend

    (@smb-dev)

    Categorizes are derived from Shortcodes used within the Job Manager Admin Display Settings.

    You could add html within the Table of the Individual Job Template but that gets messy real quick.

    A better way to do this would be to target the specific div within your child theme style sheet using the Specific Table class.

    Such as

    [if_job_categories]
      <tr>
         <th scope="row">Categories</th>
         <td>[job_category_links]</td>
      </tr>
    [/if_job_categories]

    So that the table data is targeted within the Job Loop

Viewing 1 replies (of 1 total)
  • The topic ‘Category Description’ is closed to new replies.