How to get item title (clean)

More
8 years 10 months ago #63459 by lipatovroman
Hi!
I trying ti get item title in my template.
I use this code for this:
Code:
<?php echo $item->fields["title"]->display;?>

But in front end in this place I get
Code:
<div style="display:inline" itemprop="name">Item Title</div>

instead Item Title.

How to get only text of title?

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago #63463 by micker
did you try ->value ?

FLEXIcontent is Free but involves a very big effort on our part.
Like the our support? (for a bug-free FC, despite being huge extension) Like the features? Like the ongoing development and future commitment to FLEXIcontent?
-- Add your voice to the FLEXIcontent JED listing reviews. Thanks![/size]

Please Log in or Create an account to join the conversation.

More
8 years 10 months ago - 8 years 10 months ago #63465 by lipatovroman

micker wrote: did you try ->value ?


Yes. It displays : Array

And I have same issue with other fields.
I use this code to display Price field:
Code:
<span class="flexi label field_<?php echo $item->fields["price"]->name; ?>"><?php echo $item->fields["price"]->label;?></span> <span class="flexi value field_<?php echo $item->fields["price"]->name; ?>"><?php echo $item->fields["price"]->display; ?></div>

It does not contains any div.
But in browser code looks so :
Code:
<span class="flexi label field_price">Price</span> <span class="flexi value field_price"><div style="display:inline" itemprop="price">Free</div></span></div>
It have div .
As I no, div inside span is not correct...
Last edit: 8 years 10 months ago by lipatovroman.

Please Log in or Create an account to join the conversation.

Moderators: vistamediajoomlacornerggppdk
Time to create page: 0.304 seconds
Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Essential
These cookies are needed to make the website work correctly. You can not disable them.
Display
Accept
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Save