gnabeel (February 6th, 2014)
. When viewing category the title of the page adds "Listing Category" before the category name and for tags it shows "Listing Tags" before tag name. I am trying to remove both of these from title, the closest I have come is editing includes/core.php file and removing "Listing Category" and "Listing Tag" from the following code.$labels = array( 'name' => __( 'Listing Categories', APP_TD ), 'singular_name' => __( 'Listing Category', APP_TD ), 'search_items' => __( 'Search Listing Categories', APP_TD ),
$labels = array( 'name' => __( 'Listing Tags', APP_TD ), 'singular_name' => __( 'Listing Tag', APP_TD ),

gnabeel (February 6th, 2014)
There are currently 1 users browsing this thread. (0 members and 1 guests)