For Developers
This article shows how to find Taxonomy Term ID. It can be used to create custom order of fields on dropdowns. Lets find “Audi” and “Ford” IDs 1. Click Listings > Make 2. Edit Audi 3. You will see id in the link of a page (tag_ID=VALUE). Here is is 289 4. For Ford it is 378
Mon, 7 Feb, 2022 at 2:39 PM
1. You need to copy this file to your child theme: wp-content/themes/listivo/templates/partials/listing_card.php Remember to create the same path of folders. 2. Find this PHP code: <!--?php if (!empty($lstLocation)) : ?--> and before that paste this code: <p><?php echo wp_kses_post($lstCurren...
Mon, 7 Feb, 2022 at 2:41 PM
1. You need to install Child Theme for Listivo 2. Open functions.php via some code editor (I use VS Code) and paste this code: add_filter('tdf/widgets', function ($widgets) {
class CustomButtonSingleCarWidget extends \Tangibledesign\Listivo\Widgets\Helpers\BaseListingSingleWidget
{
p...
Wed, 6 Apr, 2022 at 10:05 AM