• Resolved nattila

    (@nattila)


    Hi,

    My posts (dresses) use a lot of taxonomies, eg. brand, collection, color, year, style, lenght, etc. It is possible to remove some of theese taxonomies from x2x comparison?
    I tried to use custom scoring with usetax array, but I can’t see any changes in scoring results. As I can see the plugin save related IDs into post meta. Can this cause my problem? Possible to clear cached data?
    My code snippet is:

    'usetax'        => array(
                'collection'    => false,
                'brand'    => false,
                'year'    => false,
                'style'    => true,
                'color'    => true,
                ...
            ),

    http://wordpress.org/extend/plugins/better-related/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter nattila

    (@nattila)

    When I echoing $taxonomy in scorer.php line 431 it returns all available post type taxonomies. So usetax doesn’t handle correctly the taxonomies as I can see. Posible to fix it?

    Thread Starter nattila

    (@nattila)

    Ok sorry it works well just the_related_analyze(); returns the default scoring although I use custom setup.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Better Related Posts] Disable some Taxonomies’ is closed to new replies.