Company on home page
« on: November 29, 2023, 05:17:20 PM »

Hello dear community, I would like the companies to be displayed on the homepage. How can I do that? Furthermore, I would like it to be possible to find the companies in the search.


Thanks in advance.

Marked as best answer by Roberto Klapper on November 30, 2023, 04:10:44 PM
*

MB Themes

Re: Company on home page
« Reply #1 on: November 30, 2023, 01:15:39 PM »
There should be function for that.
https://plugins2.abprofitrade.eu/oc-admin/index.php?page=plugins&action=renderplugin&file=business_profile/admin/configure.php

Code: [Select]
<?php if(function_exists('bpr_companies_block')) { echo bpr_companies_block($limit$order); } ?>

Companies cannot be part of search
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: Company on home page
« Reply #2 on: November 30, 2023, 04:11:07 PM »
Vielen dank hat super funktioniert.