Hi I have a plugin that needs customization,
The site uses a plugin to pull data into a page on the site.
<?php dynamic_sidebar('Property Page'); ?>
<?php dynamic_sidebar('Property side'); ?>
top and bottom of page template
I can see all the files in the plugin and have turned off to what works were, ie one of the files property_description.php will show description etc.., ie I can find all the element of that page but I cannot find the file that is making that page... What should I look for to find a contructor for this ('Property Page');
Thanks
Rusty