xhide00
Forum Replies Created
-
Forum: Plugins
In reply to: [IMPress Listings] Archive Page to bypass "Blog pages show at most" settingThis Works!
Thank you So much!!!Forum: Plugins
In reply to: [IMPress Listings] Archive Page to bypass "Blog pages show at most" settingo I see.
yes, this is a custom taxonomy archive page.
How & What kind of code do I add to the functions.php?please let me know.
thank you!Forum: Plugins
In reply to: [IMPress Listings] Archive Page to bypass "Blog pages show at most" settingYes, I did that but that setting doesn’t do anything
and still uses WP’s setting.is there something that might have caused this to not work?
O, and even if I delete the taxonomy “net-income” entirely
and recreate the same “net-income” again, it still retains the list of terms that i created it with the previous session.but when I try to delete it acts like if there isn’t anything available to delete.
Forum: Plugins
In reply to: [IMPress Listings] Can I customize to have multiple archive-listing.php ?there you go!
it works now.
the code I inserted was:add_action( 'after_setup_theme', 'wp_listings_override' ); function wp_listings_override() { // Remove WP Listings filter remove_filter( 'template_include', 'wp_listings_template_include' );
thank you!
Forum: Plugins
In reply to: [IMPress Listings] Can I customize to have multiple archive-listing.php ?This still doesn’t work.
plugin’s functions.php file still loads after the theme’s functions.php.
so it overrides the override.It seems like modifying the plugin’s functions.php file is the only way…
Forum: Plugins
In reply to: [IMPress Listings] Can I customize to have multiple archive-listing.php ?Hi, Thanks for that info.
I copied that entire code into my theme’s functions.php, but it did not change anything. However, because your info about having a filter led me to visit plugin’s functions.php file.There I physically deleted out where the “add_filter( ‘template_include’…” code resides.
and suddenly everything worked.
I know you suggested not to touch plugin’s file and add above code to theme’s functions.php, but at the moment this seems like the only solution.
I’ve also tried adding:
// Remove WP Listings filter remove_filter( 'template_include', 'wp_listings_template_include' );
to a line after the plugin’s functions.php file and it worked also. it’s just when I paste this code into Theme’s functions.php, it doesn’t work.
perhaps the reason is that plugin’s functions.php file code loads after theme’s functions.php?
please let me know.
thank you!
Forum: Plugins
In reply to: [IMPress Listings] Can I customize to have multiple archive-listing.php ?Hm… i Tried changing the archive-listing.php to followings names, but all are not working…
taxonomy-property-types-commercial.php
taxonomy-listings-property-types-commercial.php
listings-property-types-commercial.php
archive-property-types-commercial.php
archive-listing-property-types-commercial.phpplease help.
perhaps there is a file in the plugin folder is somehow controlling it to not use WP’s taxonomy rule?
Forum: Plugins
In reply to: [IMPress Listings] Can I customize to have multiple archive-listing.php ?Hi, thank you for your reply.
changing the file name per template hierarchy didn’t work for me.
i’ve copied and paste to change the archive-listing.php file to
taxonomy-property-types-commercial.php in the theme folder, but didn’t do anything.instead it now grabs the archive-listing.php from the plug-in folder.
please let me know if there is something else i have to do to make this link work.
thank you so much!