[Plugin: WordPress Zillow API] IT CAN BE DONE
-
IN response to an email I got about removing the default search address title.
The very idea behind template files is that you CAN modify the output.
Here is just an example I did today for a guy.
https://www.sdrealtypros.com/del-mar-homes/
You may notice there is no header and that is because of what I did in the zillow.html template file.
<style type="text/css"> div.wpzillow-chart-wrapper{background:transparent; margin:6px 0px; width:200px; float:left;} img.wpzillow-chart-image{border:5px solid #333;} h4.wpzillow-chart-title{padding:0px; margin:0px;} #mywpzillow{width:704px; margin-top:18px;} </style> <!--[<h2>{zillow_search_address}</h2>]--> <div id="mywpzillow" class="clearfix"> <p>{zillow_chart_image}</p> <p>{zillow_region_chart_image}</p> {zillow_demographic_data} </div>
Jared Ritchey
- The topic ‘[Plugin: WordPress Zillow API] IT CAN BE DONE’ is closed to new replies.