I totally understand that this is elementary for you and Ive read both thoroughly your template customization but just need a few things filled in and I can figure out the rest.
Basically all Im trying to do is get my featured image field to show above the title in records listing view.
http://www.awesomescreenshot.com/image/361660/a0aaac854593cd22a62051bf46e42a34
- When I put code in my new template like this:
<div class="featuredimg">
<?php
if(isset($item->fields_by_id[9])): ?>
<?php echo $item->fields_by_id[9]->result; ?>
<?php endif; ?>
</div>
(This is for featured img) -- I get this:
http://www.awesomescreenshot.com/image/361662/4a12aab095855d03c27d72137bcd3058
I get two images. (one from my hard code and the other from selecting Yes to Intro View) I figured a workaround would be deselected "intro view" in my field settings (since I assumed I hard coded this) but it removed both of my images.
LIke I said I read the documentation on template customization but can't quite figure out how to do this.
A little help would get me on my way for other stuff I need to do.
Thanks!
I totally understand that this is elementary for you and Ive read both thoroughly your template customization but just need a few things filled in and I can figure out the rest.
Basically all Im trying to do is get my featured image field to show above the title in records listing view. http://www.awesomescreenshot.com/image/361660/a0aaac854593cd22a62051bf46e42a34
(This is for featured img) -- I get this: http://www.awesomescreenshot.com/image/361662/4a12aab095855d03c27d72137bcd3058
I get two images. (one from my hard code and the other from selecting Yes to Intro View) I figured a workaround would be deselected "intro view" in my field settings (since I assumed I hard coded this) but it removed both of my images.
LIke I said I read the documentation on template customization but can't quite figure out how to do this.
A little help would get me on my way for other stuff I need to do.
Thanks!