Is it possible to have fields other than "Description" displayed in the ad previews o
Currently, the ad previews on the homepage display the Description field as entered by the user. However, I'd like to display information from a number of other fields. I've tried to illustrate the effect I'm hoping to achieve in the image below. On the right is as it is now; on the left is what I want.
classipress.jpg
The closest I've found in the forums is
this thread which shows how to reduce the size of the previews. The code which refers to the Description in the ad preview seems to be the following:
Code:
<p class="descr"><?php echo substr(strip_tags($post->post_content), 0, 200)."...";?></p>
However, the thread says this code lies in index-directory.php or index-standard.php, but I can't seem to find either file. That thread is around 18 months old, so perhaps the filenames have changed since?
Would really appreciate anyone's assistance with this.