Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP

joomla article content splitting

Hi everybody

I have a joomla article with a menu nav item that is category blog layout , that want to show only

"intro text" and "intro image" when the "read more" has not clicked , but after the "read more" link

is clicked , the intro text and image is hidden and those hidden content show only, does anyone

know how to make this?

Thank you.

1 Answer

justinw
justinw
14,517 Points

Priscilla Kam to clarify you are trying to hide the "intro text & intro image" when Read More is clicked and the content becomes visible in Joomla. I'd recommend using javascript to accomplish this task. However, if you can supply a link I'm sure we (Treehouse Community) can help you further by providing effective solutions.