Hi I have a node events and have 6 types ‘eventItem’ which are children. On my homepage I want to list all nodes of type eventItem and list the eventDate.
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using razor you could do something like the following:
Obviously, replace “1234” with the actual Id of the event folder and then place the razor script inside a macro and put the macro on your home page’s template and you should be good to go.