This is a javascript issue in your theme. You’re blocking clicks on elements with the classname .class
which contains those links in the file express/includes/scripts/scripts.js
:
$('.class').click(function(e) {
e.preventDefault();
});
Related Posts:
- Create a custom archive page for a custom post type in a plugin
- Custom Post Type slug same as page name
- Custom Post Archive is not working
- Custom post type archive – error in nav-menu-template.php
- Remove plugin’s custom post type archive page and single pages [closed]
- Custom Post Type Archive Page not showing
- Media library – Limit images to custom post type
- Prevent trash/delete action on specific post types
- How to add custom content template part for a custom post type on main query using a plugin
- echo value from ‘select’ field type into page template using cmb2?
- register_taxonomy with multiple object type and update_count_callback
- Page is defaulting to archive page and not designated template
- custom post type archive page url to point to Page permalink
- Add Settings to Custom Post Type
- Add Capabilities to Custom Post Type after it has been created [duplicate]
- Custom Post Type Works but Still Shows “Page Not Found”
- I can’t set meta_key in my custom post type query
- Maintaining WP_Query Relation Among CPT, Custom Taxonomy, Permalinks- CPT UI
- Archive page for taxonomy of custom post type
- Remove POST_TYPE from custom post type permalink
- Create Custom Post Type Archive Page with Sub Categories Navigation Sidebar
- How to add post_author column to custom post type
- Custom query variable – get wordpress to redirect to nice permalink url
- Issue to get wp_get_attachment_image with cmb2
- Add custom post type archives to search results?
- Second Custom Post Type Archive
- is_main_query() not working for WP REST API
- Can’t get order_by meta_value_num to work properly
- WP_Query | ‘post_type’ doesn’t work
- Delete link on single-custom.php with redirection
- Archives for Custom Post Types (without Pages)
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- Set up Custom-Post-Type Author Archive
- One-to-many post relationships that are displayed by category (using posts-to-posts plugin)
- Custom posts don’t work
- Linking to the most recent post in a Custom Post Type
- single-{cpt}.php ignored
- Custom post type templating problem
- Custom Post Types. Are there any disadvantages/advantages in using a plugin to develop them?
- Addition of custom option panel crashes Media Library & Admin Area
- Dynamic dropdown select values depending on other custom field value
- Single post with a Custom Post Type returns 404, when archives of the CPT work correctly
- Custom post type archive page blank
- Creating a Custom Post Type
- WordPress randomly shows 404 errors
- How to Get WordPress custom post data in WooCommerce product meta panel? [closed]
- How to set up Custom Post Type archive page as Front page
- Custom Permalinks For CPT and pages with parent. Advanced WordPress
- How to integrate single and archive templates for custom post type in any WordPress theme
- ACF for custom post type archive pages: which hook to use?
- Pagination hitting 404 page on /page/4
- Can’t delete a custom post in front end with custom role
- Show categories of custom post type and not all posts
- Add custom field to admin area witthout using a metabox
- Override Plugin Custom Post Type ‘single’ view
- Can I assign a theme to a custom post type?
- Add custom columns in custom post type browse page
- Create Custom Post type that uses Page.php template
- Removed custom post type archive page shows blog page
- wordpress post_where set only for my costum post type
- Archive page for custom post type and custom taxonomy
- Custom post type 404 error on “default” or “numeric” permalinks
- Pagination does not work on Custom Post Type archive while trying to get load more function working
- How to have multiple archive pages?
- Create a Custom Path to Archive
- WordPress sitemap with Custom Post Types
- Archive page of CPT’s custom Taxonomy
- Archive page for WordPress Custom Post Type doesn’t show pagination from paginate_links()
- Custom post type archive URLs with a single taxonomy
- Custom post type author issues
- ACF Pro Accessing fields on a Custom Post Type
- Set a template on a custom post in the plugin
- Simple way to hide\show an announcement (just a div) on homepage?
- Do not show child pages within a file page
- Restrict Custom Post Type to One Item
- Add input radio menu to post
- Custom taxonomy with custom post type archive page
- Simple Data picker meta box
- Link two different post using there post_id in post meta
- Custom post type that lets users create a set of posts?
- Custome post type “tags” pick default archive instead of custom post type archive
- Custom Fields through plugin in a Custom Post Type
- How can I generate a list of post-type specific categories?
- Remove custom post type generated by a plugin (The Events Calendar) [closed]
- Show custom taxonomy not in submenu
- Highlight a Post on archive page if it has a new comment?
- Loop carousel slider in wordpress
- Custom Post Type Archive Links Not Working
- CPT archive as home page
- Archive page of filtered posts
- Why is this custom post type defaulting to archive.php?
- Configure which plugin custom post types get registered
- Archive Page Pagination not working
- single-mySlug.php works: archive-mySlug.php does not. Custom Post Type
- has_archive for default post type
- Pagination for Custom Post Type with Multiple Types
- Custom Post Type Archive Title Lowercase
- How to get ‘Products’ on home page?
- Pagination not working on custom post type archive
- Best practice to display a list/archive of Custom Posts in a Page Template