waqasahmad
Forum Replies Created
-
Forum: Plugins
In reply to: [Beautiful taxonomy filters] First filter is always "All name type"yea sure will do!
Thanks
W
Forum: Plugins
In reply to: [Beautiful taxonomy filters] First filter is always "All name type"Hi Jonathan,
Thanks for that. it worked! So I was registering the taxonomy the wrong way.
Thank you for your help and your attention to detail is spot on.
Any issues I will let you know.
Waqas
Forum: Plugins
In reply to: [Beautiful taxonomy filters] First filter is always "All name type"the resource-type on its own works fine example check this URL
https://prise.odi.org/resource-type/policy-briefs/
that list all res type of policy briefs
so not sure where I am going wrong
Forum: Plugins
In reply to: [Beautiful taxonomy filters] First filter is always "All name type"that didn’t work by the way the slug “research” is for my CPT called research so cannot use that.
I tried it but no luck. I just need this working and I am all sorted.
could it be that I have a space in the name resource type?
Thanks
W
Forum: Plugins
In reply to: [Beautiful taxonomy filters] First filter is always "All name type"Hi Jonathan,
Thanks for getting back. I registerted them in the function.php page, here is the code that I used for resource type
function register_resourcetype_taxonomies() {
register_taxonomy( ‘Resource Type’, array( ‘research’ ), array(
‘hierarchical’ => true,
‘public’ => true,
‘labels’ => array(
‘name’ => _x( ‘Resource Types’, ‘taxonomy general name’ ),
‘singular_name’ => _x( ‘Resource Type’, ‘taxonomy singular name’ ),
‘search_items’ => __( ‘Search Resource Type’ ),
‘all_items’ => __( ‘All Resource Type’ ),
‘parent_item’ => __( ‘Parent Resource Type’ ),
‘parent_item_colon’ => __( ‘Parent Resource Type:’ ),
‘edit_item’ => __( ‘Edit Resource Type’ ),
‘update_item’ => __( ‘Update Resource Type’ ),
‘add_new_item’ => __( ‘Add New Resource Type’ ),
‘new_item_name’ => __( ‘New Resource Type Name’ ),
‘menu_name’ => __( ‘Resource Type’ ),
),
));
}Forum: Plugins
In reply to: [WP Job Manager] job region/categories – page not foundThanks Mike that worked, I didnt think about that ??
Forum: Plugins
In reply to: [WP Job Manager] Single job page messed upThanks Mark Hall I don’t have that page in the theme. I guess I need to upgrade to the latest theme first as suggested by mike.
W