gdeleon
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Page] Show Custom Post Types By Tag?The tag is a custom taxonomy I added to the news-event post type.
Here’s what I did in functions.php:
`register_taxonomy(
‘news-tag’,
‘news-event’,
array(
‘hierarchical’ => false,
‘labels’ => __( ‘Tags’, TEXT_DOMAIN ),
‘show_ui’ => true,
‘update_count_callback’ => ‘_update_post_term_count’,
‘query_var’ => true,
‘rewrite’ => array( ‘slug’ => ‘news-tag’ ),
));Then I just created my “facility-expansion” tag from the post type page.
Thanks,
Gerald
- This reply was modified 7 years, 7 months ago by gdeleon.
Forum: Plugins
In reply to: [Posts in Page] post in page floating problemWithout any code to see we cannot see what is causing the problem. This could be attributed to incorrect CSS.
Forum: Plugins
In reply to: [Store Locator Plus®] How do I show the Count Number of resultsThanks for the response, but I’m very new to this, and a little more insight as to which plugin, how to do it, would help extremely. All I see are plugins to buy, and no real logic to buy which one. I believe we already have the pro-pack and tagalong. Has this not come up before? (the number of results). Sorry for the confusion.
Thanks again,