• Resolved Parmen

    (@parmen)


    Hi, Andrea!

    Everything is working in the backend, but when I try to visit a taxonomy item or ne type page, what I get is all regular posts listed on the new custom SEO page

    anydomain.com/new-taxonomy/any-category

    anydomain.com/new-post-type/any-new-post

    I’ve read that we have to modify the functions.php but the suggested code returns server error because of the add_shortcode line
    add_shortcode( 'print_tax', 'print_tax_func' );

    Now I am asking myself, what is the use of the excellent taxonomy work if you cannot display the results of it? If this is solved in the pro version, please say so to not wasting our time in testing the free version.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Andrea De Giovine

    (@andreadegiovine)

    Hi @parmen thanks for using this plugin ??

    The pro version enables some features not related to this.
    The shortcode you wrote, must be inserted during the creation of the post type template (using the plugin), it serves to show a list of taxonomies associated with the single post that is displayed.
    The plugin does not yet allow the creation of templates for taxonomies, so the original theme templates will be used (file taxonomy.php or category.php or term.php etc ..) and it is possible to modify them via code using a child theme.

    The functions to insert in functions.php are used to add fields or compatibility for the themes.

    If you still have doubts do not hesitate to contact me here or via my website (suggestions section).

    If you found the plugin useful and want to support its development, don’t forget to leave a review ??

    Thread Starter Parmen

    (@parmen)

    Hi, Andrea! Am I right in thinking that we will have the new tax terms displayed on the post page but when you click on the new tax term there will be no term page containing all posts marked with the term, just like this is the case with the tags. If so, can we modify the tags template to show the new taxonomy terms with their relatated posts?

    And yes, i find the plugin very useful and will certainly support it.

    Thank you

    Plugin Author Andrea De Giovine

    (@andreadegiovine)

    Hi @parmen

    If a 404 error appears when clicking on “View” in correspondence with the new taxonomies from wp-admin, try to save the permalinks without making any changes (Settings> Permalinks> Save without changing anything).

    Usually each theme has a template file for the taxonomy archive (category.php, taxonomy.php, term.php) and you could modify that in the child theme to customize the post list layout.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘New Taxonomies and Post Types do not show in the frontend’ is closed to new replies.