I have embedded a view in node–mytype.tpl.php but the pagination links from the view also appear under the comments.
I have looked everywhere but can’t find a way to change this.
Does anybody know how to do this?
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.
Answering my own question:
The “pager id” from the views pager was conflicting with the comment pager is. I changed the “pager id” of the view to 1 and it worked.
Thanks for your help!