Forums

Breadcrumb NavXT
Option for displaying an archive title (2 posts)

  1. Sergei Alekseenko
    Member
    Posted 7 months ago #

    Please, make an configured option for displaying an acrive title in the breadcrumbs.
    For this time I have to put 'false' to display it right way (disable displaying):

    breadcrumbs_navxt_class.php line 782:

    else if(false && isset($type->post_type) && !$this->is_builtin($type->post_type))
    		{
    			//Place the breadcrumb in the trail, uses the constructor to set the title, prefix, and suffix, get a pointer to it in return
    			$breadcrumb = $this->add(new bcn_breadcrumb($this->post_type_archive_title(get_post_type_object($type->post_type)), $this->opt['post_page_prefix'],
    				$this->opt['post_page_suffix']));
    			//Deal with the anchor
    			$breadcrumb->set_anchor($this->opt['blog_anchor'], get_post_type_archive_link($type->post_type));
    		}

    http://wordpress.org/extend/plugins/breadcrumb-navxt/

  2. mtekk
    Member
    Posted 7 months ago #

    You are talking about being able to turn on/off the breadcrumb for archive pages of custom post types, correct? This was already added for 4.0 and is available for testing in the SVN Trunk (feature was implemented a week ago). If you want, check out the SVN Trunk/Development version of Breadcrumb NavXT to ensure it meets your needs.

    -John Havlik

Reply

You must log in to post.

About this Plugin

About this Topic