Skip to content

Instantly share code, notes, and snippets.

@jdleray
Created May 28, 2014 12:55
Show Gist options
  • Save jdleray/ab9beca8f1dd7faa5ff6 to your computer and use it in GitHub Desktop.
Save jdleray/ab9beca8f1dd7faa5ff6 to your computer and use it in GitHub Desktop.
<?php
$id = pods_url_variable ('last');
$params = array(
'where' => 'permalink = "' .$id. '"');
echo pods ('commercial_sale') -> find ($params) -> template('commercial_sale_detail');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment