I have some terms set for a node and a block that I want to grab the arguments from the page but the page is like so:
but the terms are on the page like so:
term1
how can I get the block to grab the term1 arg and show the other nodes that has term1?
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.
You cannot just grab data from the page with PHP (without some sort of complicated HTML tree parsing). Instead, I would suggest getting the term data from the node itself. Consider the following: