ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Post types / taxonomies intersections

აღწერა

Allow to create intersections between a post type and a taxonomy with url such as :

mywebsite.com/mypost-type/mytaxo/my-term

Allow to use template files such as :

archive-posttype-taxo-term.php
archive-posttype-taxo.php
archive-posttype.php
archive.php
index.php

Contain a widget that list all terms of a specific taxonomy linked to a post type

Usage

Parameters :
$post_type (string) : The slug of your post type
$taxonomy (string) : The slug of your post taxonomy
$term (string) : The taxonomy term

or get_the_intersection_link( $post_type, $taxonomy, $term ); ?> (if you don’t want the function to echo the link)

Example : <a href="Go to my page

დაყენება

  1. Upload and activate the plugin
  2. Update permalink on the admin panel (VERY IMPORTANT)
  3. Go the the widget area if you want to add the widget
  4. You can use the function described on the Usage section if you want to create a link to the archive view

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Post types / taxonomies intersections” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Post types / taxonomies intersections თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

  • 2.1
    • Coding standards review
    • Added extra security sanitizing checks
    • Tested up to 4.7
  • 2.0.1
    • Fix php tag in default tpl
  • 2.0
    • Code refactoring
    • Use MVC modele. Allow to use custom template in theme
  • 1.0
    • First release