homedes
Forum Replies Created
-
Thank you Ron for your quick reply,
I used the code but didn’t get any favorable result. I will do more test and try to find the reason.
Regarding the url redirect to sub site ,i don’t know what is happening .The url redirect is fine for the blog but not for the CPT.I have tried this code for the Custom taxonomies
function my_swt_custom_tax_filter( $listings_tax ) {
$listings_tax[‘listing_category’] = true;
return $listings_tax;
}
add_filter( ‘sitewide_tags_custom_taxonomies’, ‘my_swt_custom_tax_filter’ );But no luck
Yes Ron, our CPT support custom fields.
our CPT use Custom taxonomies and not using the WordPress cats/tags for the CPT.One more update for your kind attention
CPT category and tags are not updated in the tag siteYes Ron,I have the Version 0.4.2 .
Also i don’t have any cache plugin (cache via nginx)Thank you Ron for the quick reply.
That was my mistake .The correct code used is
<?php
function my_swt_post_type_filter( $listings ) {
$listings[‘listing’] = true;
return $listings;
}
add_filter( ‘sitewide_tags_allowed_post_types’, ‘my_swt_post_type_filter’ );
?>and the CPT shown in the tag site but with one issue.
The CPT is not redirected to the sub site .Thank you for the quick bug fix.
Forum: Themes and Templates
In reply to: Change Search Parameters for Vantage Theme from Appthemes?If i am not wrong ,this might have asked in the apptheme premium theme support forum. but I am not impressed by the support they provided (shall i say No support) even though you are paying the yearly membership prices.
The themes are not SEO friendly , performance are below average (check with page rank or Yslow) , high pricing , no support for popular plugins and caches, shameless branding in the footer and directory names , no options for export of settings , common coding questions will be unattended.
Appthemes are not next thing for wordpress but it is a big NO for the open source wordpress dream and you have to opt for the appthemes market place for any basic improvement (plugins , child theme , support ).