0

I am making my first site with typo3 and I need to place a boxes with random pages on my first page.

I made an frontend extension and I have a ViewHelper in it wich displays a box with HelloWorld text in it.

My question is how to get the information about pages, to get random page and it's content?

Richard J. Ross III
  • 55,009
  • 24
  • 135
  • 201
Lachezar Todorov
  • 903
  • 9
  • 21

1 Answers1

0

Use cobject viewhelper and use Typoscript (hint the content element, google for it).

pgampe
  • 4,531
  • 1
  • 20
  • 31