Display shortcode within Galleries listing
-
I wanted the shortcode to be displayed in the Manage Galleries options menu
so, I’ve added one column changing the following in /plugins/oqey-gallery/gallcore.php
after line 337, where there’s a TD with width=770 (btw, change it to 650)
add this TD:
<td width="120" align="left" valign="middle" style="color:#ccc;"> [oqeygallery id='.$list->id.'] </td>
this way you don’t have to open the gallery to know the ID or the Shortcode
i styled it with a light grey so this text doesn’t get too much visual attention
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display shortcode within Galleries listing’ is closed to new replies.