Browse
For agents
About
MaxGalleria
/
2.5
MaxGalleria
v2.5
Switch version
6.5.3
trunk
2.0.0
2.0.1
2.1.0
2.2.0
2.2.1
2.2.2
2.3
2.4
2.5
2.6
2.6.1
3.0.0
3.0.1
3.0.2
3.0.3
3.1.0
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
All 135 releases
Overview
Code
maxgalleria
/
meta
/
meta-shortcodes.php
meta-shortcodes.php
in MaxGalleria 2.5, at meta/meta-shortcodes.php
11 lines
481 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
global
$
post
;
3
?
>
4
5
<
p
>
<
?
php
_e
(
'
Use either of the following shortcodes to display this gallery:
'
,
'
maxgalleria
'
)
?
>
<
/
p
>
6
7
<
textarea
readonly
style
=
"
width: 100%; height: 45px; font-weight: bold; font-size: 13px;
"
>
[
maxgallery
id
=
"
<?php echo
$
post
->
ID
?>
"
]
<
/
textarea
>
8
9
<
?
php
if
(
$
post
->
post_status
==
'
publish
'
)
{
?
>
10
<
textarea
readonly
style
=
"
width: 100%; height: 45px; font-weight: bold; font-size: 13px;
"
>
[
maxgallery
name
=
"
<?php echo
$
post
->
post_name
?>
"
]
<
/
textarea
>
11
<
?
php
}
?
>