GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Variables
entries/list.php File Reference

Go to the source code of this file.

Variables

if(! isset( $gravityview)||empty( $gravityview->template)) $entry = $gravityview->entry
 Display a single entry when using a list template. More...
 
 $entry_slug = GravityView_API::get_entry_slug( $entry->ID, $entry->as_entry() )
 
if( $has_title|| $has_subtitle) if( $has_image|| $has_description|| $has_content_attributes) if( $has_footer_left|| $has_footer_right) endif
 

Variable Documentation

◆ $entry

if (! isset($gravityview)||empty($gravityview->template)) $entry = $gravityview->entry

Display a single entry when using a list template.

$gravityview

Definition at line 13 of file entries/list.php.

◆ $entry_slug

$entry_slug = GravityView_API::get_entry_slug( $entry->ID, $entry->as_entry() )

Definition at line 17 of file entries/list.php.

◆ endif

if ($has_title||$has_subtitle) if ($has_image||$has_description||$has_content_attributes) if ($has_footer_left||$has_footer_right) endif

Definition at line 110 of file entries/list.php.