Thanks for the info .. i was able to make the changes …
Hi Calin,
We want to remove highlighted sections from the app Lsiting
https://freeimage.host/i/BdAftQS
Regards,
Thanks for the response ..
I am using APP Find PRO Plugin .. yes for this i see tags and categories related to APP Listings
We made some changes to use the tags and categories which is available as part of defaulr wordpress ..
Since we dont use the taxonomy=tdtax_app_tag & ?taxonomy=tdtax_app_category we want to remove this which i am not able to do using ACF plugin …
Can you help me here ..
Thanks
Thanks Calina for the response ..
Is it possible to come-up with a .httacess rewrite rule to fix this as i see there are many suchthing on my website as well
After few trails and error.. I was able to make changes with the below code
/*
CHANGE SLUGS OF CUSTOM POST TYPES
*/
function change_post_types_slug( $args, $post_type ) {
/*item post type slug*/
if ( ‘program’ === $post_type ) {
$args[‘rewrite’][‘slug’] = ‘place’;
}
return $args;
}
add_filter( ‘register_post_type_args’, ‘change_post_types_slug’, 10, 2 );
/*
CHANGE SLUGS OF TAXONOMIES, slugs used for archive pages
*/
function change_taxonomies_slug( $args, $taxonomy ) {
/*item category*/
if ( ‘program-category’ === $taxonomy ) {
$args[‘rewrite’][‘slug’] = ‘locations’;
}
return $args;
}
add_filter( ‘register_taxonomy_args’, ‘change_taxonomies_slug’, 10, 2 );
Thanks
-
This reply was modified 2 years by
srikanth.
I tried this .. some how it did not work as expected ….
Can you please share steps to create CPT using this plugin without disturbing the existing setting with-in the theme
Is it not possible to customize within theme features ?
i tried to implement as per your guidance
Can you please help me with some alignment issue like this
I am referring to Bullet points like this
is there any way i can display something like this
Thanks …
we have implemented using yoast SEO with default share icons from newspaper theme
Please check Any url from this website
I tried to disable all plugins and tried .. Issues is not resolved
Facebook Debugger shows all attributes correct, But images is not displaying
I have send you login details …. PLease check and let me know
unsubscribed
This is different then what we have implemented …let me further check that
Even after updating theme .. i dont see counter ..
Thanks .. i have tested with that tool …All post pages looks fine
I see some error on home page
https://validator.ampproject.org/#url=https%3A%2F%2Fwww.techiexpert.com%2Famp
Thanks catalin,
I have update Ads on AMP, Can you please test once again and let me know if that has been corrected
we are using google analytics… here is my website url https://www.techiexpert.com/
