PluginProbe
Sight – Professional Image Gallery and Portfolio / 1.0.6
Sight – Professional Image Gallery and Portfolio v1.0.6
trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8
sight / render / handler / portfolio-entry.php

portfolio-entry.php in Sight – Professional Image Gallery and Portfolio 1.0.6, at render/handler/portfolio-entry.php

23 lines 416 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Portfolio Entry
4 *
5 * @var $attributes - attributes
6 * @var $options - options
7 *
8 * @link https://codesupply.co
9 * @since 1.0.0
10 *
11 * @package Sight
12 */
13
14 ?>
15 <article <?php $portfolio_entry->item_class(); ?>>
16 <div <?php $portfolio_entry->item_outer_class(); ?>>
17 <?php
18 $portfolio_entry->item_attachment();
19 $portfolio_entry->item_content();
20 ?>
21 </div>
22 </article>
23