Jump to content

how to find pages with a certain page-field-option selected


Recommended Posts

Posted

pages with the same template have a page-field. i can select multiple pages and they are like tags

i output them like this

		<?php
	      	foreach($page->tag as $tags) {
  		echo "<a href='$tags->url'>{$tags->title}</a>";
		}	
	      	?>

the tag-pages ($tags->url) should just show the pages with the certain tag selected.

is there a way to filter?

where in the documentation do i find something about this.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...