Jump to content

How would I $pages->count this find: $pages->get("$page->rootParent")->find("pageManufacturer!=");


cb2004
 Share

Recommended Posts

  • cb2004 changed the title to How would I $pages->count this find: $pages->get("$page->rootParent")->find("pageManufacturer!=");

 

$manufacturers = $pages->get("$page->rootParent")->find("pageManufacturer!=''");
// $count = $manufacturers->count;
$count = $pages->count("has_parent=$page->rootParent, pageManufacturer!=''");

 

 

  • Thanks 1
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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