Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Realtyna

    (@realtyna)

    Hello,

    It needs customization on a core file. We don’t suggest you to do this, but you can customize /path/to/plugin/libraries/pagination.php file for this.

    FYI, You can override this file by placing it on /path/to/plugin/overrides/libraries/pagination.php but It’s highly recommended to don’t override core files.

    Regards,
    Realtyna support team

    Thread Starter jonathanphz

    (@jonathanphz)

    Ok thanks.

    But how do I query the absolute total of properties?

    Plugin Author Realtyna

    (@realtyna)

    Hello,

    $total = wpl_db::select(“SELECT COUNT(id) FROM #__wpl_properties WHERE 1 AND deleted=’0′ AND finalized=’1′ AND confirmed=’1′ AND expired=’0′”, “loadResult”);

    Regards,
    Realtyna support team

    Thread Starter jonathanphz

    (@jonathanphz)

    Thanks a lot for the help – appreciate it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Listings total’ is closed to new replies.