|

楼主 |
发表于 2013-1-17 17:37:25
|
显示全部楼层
////////////////////////////////////////////////////////////////////////////////4 J$ s6 m; o# H j5 x
// Theme Option4 ?5 `1 s% g5 ]7 E3 w d4 V
////////////////////////////////////////////////////////////////////////////////
# N; y, d6 x) `2 f4 F5 s. a
: v; M c |' ~ h! a, y$ j3 v$themename = "Zenx";; N* V/ K+ {1 a/ U3 K+ P- {+ m2 V
$shortname = str_replace(' ', '_', strtolower($themename));4 t! g3 a U& [! W8 z8 Q
; v! C( P( m- F% ]" Y" v( E; q+ z
function get_theme_option($option)
% L( ], {' m) [; l) {8 L( b5 J: ?{6 C+ L( P H7 V* T' H$ h
global $shortname;2 D& ? U3 `/ }0 q
return stripslashes(get_option($shortname . '_' . $option));
1 t" P1 T( I5 ^6 b" t}
* k( S0 b* q! M' a7 d; i9 q# p, C
. i0 C8 w8 |: n' I/ d: kfunction get_theme_settings($option); |& r- `+ E$ d
{' I& t0 c- }$ s3 B$ @& J
return stripslashes(get_option($option));. r& y7 j& d) M# t. }
}: V! R3 h5 Z, |' S: S
$wp_dropdown_rd_admin = $wpdb->get_results("SELECT $wpdb->term_taxonomy.term_id,name,description,count FROM $wpdb->term_taxonomy LEFT JOIN $wpdb->terms ON $wpdb->term_taxonomy.term_id = $wpdb->terms.term_id WHERE parent > -1 AND taxonomy = 'category' AND count != '0' GROUP BY $wpdb->terms.name ORDER by $wpdb->terms.name ASC");
2 {" i4 P- I- }) ]: ?# p$wp_getcat = array();
^: I/ U' S( Z7 Z1 k# Z8 eforeach ($wp_dropdown_rd_admin as $category_list) {$ d+ l" b3 b; k+ g
$wp_getcat[$category_list->term_id] = $category_list->name;
& s, R1 j& N X# a! w}+ ~5 { C, w1 X! Y5 D+ \5 c
$category_bulk_list = array_unshift($wp_getcat, "Choose a category:");7 w5 N4 Y' n) w: R& A
$number_entries = array("Number of post:","1","2","3","4","5","6","7","8","9","10");' ^/ R0 M+ A6 w/ L$ ^
$crop_position = array("Choose Crop Position","middle","middleleft","middleright","topcenter","topleft","topright","bottomcenter","bottomleft","bottomright");* }/ y; V/ ?- O# C* v
; l* H0 h. b( v0 K; [7 j$options = array (
3 J8 d7 _9 G6 X4 ]+ Z3 \$ a0 Z+ }7 u( G/ L8 O3 g" j$ O
' @9 K; t$ m4 e, p8 Q0 l1 ~6 M
array( "name" => "Blog Header Settings",! B8 N1 X) b6 j7 J& |8 s- A
"type" => "heading",7 ^0 g& W3 D: Y T: |
),' b3 e. j7 X" D: J# Z2 i9 C
7 k1 U* ]( g" ?& ]4 [ array( "name" => "Use Custom Logo On The Blog Header?<br /><em>*Disable by default, Choose Yes to enable it.</em>",
5 J' r; z* m5 J6 z% m! g% _/ L' Z" X "id" => $shortname."_header_logo_activate",+ V S, M0 Z5 n7 H/ k) \
"type" => "select",
& `7 t8 |" t% ^7 _. Z3 `4 G. U "std" => "No",
0 S: Q3 F9 \9 P "options" => array("No", "Yes")),
8 G3 l0 Q3 g% W% R+ m" \' G! \+ i5 L5 t/ V c9 d4 j
array( "name" => "Insert The Full URL Location Of Your Logo Here <br /><em>*leave blank if not use</em>",
+ J- l# k8 @+ a "id" => $shortname."_logo_url",6 J, |. G3 t/ V; E( B
"type" => "text",0 T" l! e: U: |+ _( s$ ]
"box" => "social", }) k. I& r- N* Q# x% O
"std" => "",
2 [; v; ~, {/ Z( P7 `' N- M$ ? ),
! S- h( x4 Y4 Q! E3 K 4 ~0 f5 r% x( |7 H# J0 x7 b% x5 Q
array( "name" => "Insert Header Banner HTML Code (Header)
8 p& r( t! P6 P. I& t' R3 J7 z! `+ m <br /><em>*Recommended Size 468 x 60</em>: G8 [( M7 J" E3 N) |6 f! P$ Y7 d
<br /><em>*leave blank if not use</em>",/ U2 O* n$ f' w) v& u: B, }2 y
"id" => $shortname."_header_banner",- O; R+ }: K+ y! I" I
"type" => "textarea",
2 O8 p0 k2 m( {* V "std" => "",
3 ~+ D g# h- m: h& U ),
" V3 H# d. C$ b4 P# O4 M* v4 X* S/ k
array( "name" => "</div></div>",
3 L L, p, S, v: D& T2 D( w "type" => "close",
3 o% |( a; F6 M* H4 N2 J ),
5 f: [5 r% e5 D ~3 R9 P6 ?! `
" \( s3 u/ ^! T, C4 _: [+ r1 m% _( Z! Y1 T" h5 o. r4 [3 R
array( "name" => "Header Navigation Settings",4 w: x% a7 @' ^0 b, M
"type" => "heading",
0 m' B7 R! L# p: v ),& Y' ]* s+ ]6 x( j( j# X$ ?
7 d6 u& ~2 }. l e array( "name" => "Insert Page ID To Exclude On Header Navigation<br />
) D4 ]+ ^" N% X% _/ M3 ^+ G# ] <em>i.e ../wp-admin/page.php?action=edit&post=<span class=\"redbold\">123</span></em><br />. H% J* q" N, Q$ C
<em>*Enter the page post ID number only</em><br />
$ d ]( w. _! K) r9 g5 ] <em>*separate by comma</em><br />: m2 K9 j! Q( X) x7 e
<em>*Exclude pages which you don't want to show on the header navigation</em>",
6 Y. E' `$ b4 ^" W- W "id" => $shortname."_header_page_navigation",1 O% x: t4 j; @, ~3 L5 H" G/ r
"type" => "text",. j+ p3 q0 C5 y7 a0 R1 I. Q
"std" => "",
/ [ n2 A) x O& W$ d# r ),
. b/ ~% \' `1 c
& P- s% A3 F. _1 h: }5 A array( "name" => "</div></div>",* p. M8 K( m7 t" p! G
"type" => "close",
% p4 i( V. G/ I; w ),
( t3 O( x% k# {; @& `* G
+ f: X9 }; m9 w+ ]8 ]
: d+ A' ]( q( ^8 ^5 M, f array( "name" => "Post Auto Thumbnails Settings",. d) |6 \8 ~6 M+ ~
"type" => "heading",/ p" a% R9 z( D' g6 G6 s
),7 k# s0 b% J+ J0 Z/ `# k% t" T
- u2 G( K2 q9 C$ o6 f8 z8 ` _ array( "name" => "Use <strong>Timthumb Script</strong> For Auto Thumbnails?<br /><em>*Disable by default, Choose Yes to enable it.</em>",* J- F2 z: C. O$ l1 o# Q
"id" => $shortname."_timthumb_activate",
: ~. z4 W8 D7 k7 F& I2 R6 |9 @- g( X9 w "type" => "select",
( A4 H, A1 Y0 B "std" => "No",
4 F1 @5 z) [( e7 q2 E "options" => array("No", "Yes")),$ t" V0 k% X0 `; X% [
/ ^$ V$ y$ t! B/ \# Q: @ array( "name" => "If Timthumb is enabled, Please choose its cropping method",
. H5 R9 Q) r' E! a& k4 @ "id" => $shortname."_timthumb_cropping",2 m! c \& O) `, N+ S; y, J1 {# C1 s
"type" => "select",2 A* o% i: ?8 f* I4 O
"std" => "",
; z8 K9 H% n/ O- t) _ "options" => $crop_position),
# E' r k3 H8 @* ~1 I
+ S2 N( _+ N# ^' y array( "name" => "Insert Width Of Thumbnail Image<br />& i7 J e" c% r3 l8 T
<em>i.e. <span class=\"redbold\">88, 100, 150, etc</span></em><br />- ~( e1 W4 `6 R9 U) w! P j+ q
<em>*Leave Blank To Use Default: 250</em><br />",, o- I- N8 _4 U0 _
"id" => $shortname."_thumb_width",* |" C4 K1 `& p9 p
"type" => "text",4 `6 ~, h# n6 M' `0 n) J
"std" => "",& m$ z) H, v s5 y1 @$ s/ y N
),+ H5 Z2 n, g/ r) X1 e3 Q3 ]) p
+ n% [2 X3 c$ i9 ?0 i9 |- c
array( "name" => "Insert Height Of Thumbnail Image<br />6 w+ q" v/ ~ e1 S+ O3 h9 H4 O
<em>i.e. <span class=\"redbold\">88, 100, 150, etc</span></em><br />
# t6 A, F+ B& j+ m <em>*Leave Blank To Use Default: 200</em><br />",
& E' Z3 r4 h$ V) s% s "id" => $shortname."_thumb_height", D* F: D/ W/ R0 ~' f7 }% Z
"type" => "text",
# `% U* p4 s# z: O; P "std" => "",
% M& [: m* u v- J. ? ),- ?8 _$ F9 D* M! x) n/ a, y
, S7 S6 r, n; `
array( "name" => "</div></div>",) O t0 o4 o; {' Y9 {
"type" => "close",6 w1 o% O2 x# a" _. h1 k4 N
),: [. o! n4 g- u( a) D/ g
' _# U0 E$ [* M: X array( "name" => "Featured Content Slider Settings",
$ i% T) Y6 ]3 _) S0 o, j "type" => "heading",
! T) U5 z) z3 Q" { C; {* D( N, c ),
, x6 G; h) I) }- O* r; }
$ a$ C% _) T. H0 J( M/ X5 Z array( "name" => "Enable <strong>Featured Content Slider</strong> On Homepage?<br /><em>*Disable by default, Choose Yes to enable it.</em>",6 r o0 V* J* s% Y
"id" => $shortname."_featured_activate",( e4 I% w* i: f; M" F2 D
"type" => "select",
5 L& c3 m6 {% ^ "std" => "No",( r3 @; K5 t+ L7 _: O3 a
"options" => array("No", "Yes")),7 t9 l0 i: ], [5 s3 p: _5 Z
( ~. j @) ]- B! _6 |! {+ {# a
array( "name" => "Choose Which <strong>Category</strong> To Put On The Featured Slider?",7 c1 |9 V0 @' Z6 C2 w
"id" => $shortname."_featured_category",
$ ]' I: k8 Q9 {& a "type" => "select",* f# ] e4 @3 D$ d5 _
"std" => "Choose a category:", @ M0 j3 y/ F) | p$ A
"options" => $wp_getcat),% _% L- M5 y4 T1 G! o
; G6 t# E' _3 V P% M array( "name" => "Choose How Many <strong>Post</strong> To Show On The Featured Slider?",
- l1 P9 B8 i x- R "id" => $shortname."_featured_number",$ W, G7 }3 R, w% K6 a* d$ a" o
"type" => "select",
4 Y1 X8 v2 v; u3 E/ n% o "std" => "Number of post:",
h2 W$ O' g3 v) f- d; T0 `9 f "options" => $number_entries),
+ ?: B3 ?( A& c/ D. {3 {4 E: l8 m2 m# F+ E2 H+ {" D( v. N
array( "name" => "</div></div>", P. {0 O, Q* O' \4 A) H! o0 R
"type" => "close",- T3 u2 U* j/ O2 R
),
# T3 d7 S6 U8 R9 Z
4 |. u7 d' }0 }+ h1 u! x3 z: [ array( "name" => "Featured Category Settings",
$ ^( U& [4 T+ C. g0 ^4 x "type" => "heading",
$ w9 F+ ]4 a' P1 P4 l ),* T) C$ [* x. g( [8 v
: i( m1 w$ C. F2 c+ Z4 B
array( "name" => "Enable <strong>Featured Category Showcase On Sidebar</strong>?<br /><em>*Disable by default, Choose Yes to enable it.</em>",
- r. A) B* _0 [! }: V% W+ @6 ` T "id" => $shortname."_featured_category_activate",8 u$ P; `/ D- Y$ e2 ?+ m; ?' g/ F
"type" => "select",
) ^" x7 H/ K7 l; [% ?2 ] "std" => "No",
( z3 a5 y e; }: d5 a# g$ ^ "options" => array("No", "Yes")),4 H: F" M3 V& J+ t) W0 g0 Q9 D
( d" u# F" q) ?7 O array( "name" => "Choose Category To Feature On 1st Block?<br /><em>*Leave it as default if not use.</em>",, F& } Q4 |- g; v" v: t: p7 H
"id" => $shortname."_featured_category_id1",* ^) L( c* J0 q- P# s
"type" => "select",
1 N. r# [/ m8 l( d$ t) E "std" => "Choose a category:",# u* T% r# c, T- D2 y2 a5 E; X3 t1 q8 H
"options" => $wp_getcat),
% [2 l; R) O# x ( D7 s+ g% t$ z! o6 U
array( "name" => "Choose How Many <strong>Post</strong> To Display On 1st Block?<br /><em>*Leave it as default if not use.</em>",: D7 |, V+ T7 u2 Q W0 `
"id" => $shortname."_featured_number1",' q- |4 |- m5 C3 o$ Q: o
"type" => "select",. u+ j* h" d j7 ?& r
"std" => "Number of post:",8 C) c) }5 \+ T
"options" => $number_entries),4 @- e6 |8 `. ~! u
C2 Z* M- Y l
array( "name" => "Choose Category To Feature On 2nd Block?<br /><em>*Leave it as default if not use.</em>",5 ?3 ]! b; Y. s5 `/ Z1 r& w7 {
"id" => $shortname."_featured_category_id2",; T0 I3 f; [" U. m0 ?* i, W
"type" => "select",
: X! H# P( O! c, q: p4 y "std" => "Choose a category:"," m/ Y3 B& u) ?1 b3 P, Q' }3 b
"options" => $wp_getcat),
* q& C) J( U. ]5 q' l2 k $ I- a0 Y0 P' {7 C/ i9 i, ~! ~+ r, d
array( "name" => "Choose How Many <strong>Post</strong> To Display On 2nd Block?<br /><em>*Leave it as default if not use.</em>",
1 F4 }6 A2 z w0 O "id" => $shortname."_featured_number2",
& t% W7 J g5 K% A K "type" => "select",) I& T v" R7 f$ m. `2 P/ y
"std" => "Number of post:",
! G, Y$ j# s9 Q, v# W f8 c "options" => $number_entries),
4 o; ]! M0 I$ T1 Z0 V7 U 9 q. N* ~" k0 G
2 [9 A/ H* V5 [2 D3 a4 d
array( "name" => "Choose Category To Feature On 3rd Block?<br /><em>*Leave it as default if not use.</em>",& j3 P0 Y6 l1 }5 u/ E% Q
"id" => $shortname."_featured_category_id3",
$ C; T! a ^4 O% z( V, o- Y "type" => "select",
( ~+ p" f) l( |- D "std" => "Choose a category:",
9 h4 X) y" e* E9 g4 K "options" => $wp_getcat),
4 I8 ~, }8 V+ ^8 i: r y- f
- Z2 Q; p- }' V- n2 U array( "name" => "Choose How Many <strong>Post</strong> To Display On 3rd Block?<br /><em>*Leave it as default if not use.</em>",9 w7 M4 K& ~, c7 z7 y* C8 n! b3 I( _
"id" => $shortname."_featured_number3",
' r, L* Q4 r; I; q8 T" F "type" => "select",) t6 {+ P9 s, ]8 @- W$ U) Q3 w
"std" => "Number of post:",
" O% d) J8 _2 o; V0 v "options" => $number_entries),, Q* b3 O: h( y' l! S
9 N8 v- V3 T, _$ \/ R" b. s4 x8 Y3 o
array( "name" => "</div></div>",
& \' l, O! c+ n1 ]2 N- m "type" => "close",
; Y5 N, l& F/ n& H& x ),
. o. |0 j2 c& Z
9 K- ]8 h9 W8 N8 k
& ]# D- h' x9 ^3 F) B/ ^3 |5 U3 g) Q array( "name" => "Google Adsense & Analytics Settings",
+ |, W5 U& x: y4 K; D "type" => "heading",- x( N" u5 H# a9 X
),
: Q/ M% N( w* a$ J! i7 ^) ] P5 q8 S0 e* c1 I
array( "name" => "Enable Google Adsense Loops Within Posts<br /><em>*default are disable, you can activate it by choosing enable</em>",$ }, m! v$ W0 O# u' P0 f. m4 p0 z
"id" => $shortname."_adsense_loop_activate",- U1 v3 @! D) ^5 j
"type" => "select",: s! t5 M4 z5 h% { {, H
"std" => "Disable",6 v% O J. A$ b) k+ }
"options" => array("Disable", "Enable")),
. U/ O. m1 x9 g! ^# t2 z8 y3 `+ |+ w3 g/ j
array( "name" => "Insert Google Adsense Code For Loops Here<br /># b: H% { }2 k0 V
<em>*Copy & Paste Your Google Code Or Affiliate Network Banner Code Here</em>",
: N( d* A: ]3 r. J; H4 s2 d "id" => $shortname."_adsense_loop",( j" T4 u5 [# r. V+ q) T
"type" => "textarea",
" d5 x8 _; X5 W% p "std" => "", V# k8 `# ^" m! K9 A
),
- u+ J5 g- K, ?. \( p+ H; C4 x- e D k( z
array( "name" => "Enable Google Adsense On Single Page<br /><em>*default are disable, you can activate it by choosing enable</em>",
# X3 B I/ }( e2 n I, p/ y "id" => $shortname."_adsense_single_activate",
9 y+ Y; W; p0 r, Q6 `) t "type" => "select",
( V; Y9 q8 _5 }3 S "std" => "Disable",
+ Y% U. v: \ t: E. ]0 { "options" => array("Disable", "Enable")),: p# ?: x; n% M0 ^( i! z
) P" A8 Q& F' I @
array( "name" => "Insert Google Adsense Code For Single Page Here<br />
' y) J& O5 I! q# V <em>*Copy & Paste Your Google Code Or Affiliate Network Banner Code Here</em>",3 g- U2 H5 g5 U% E. ?
"id" => $shortname."_adsense_single",
& U( G; Y* m3 ], W9 |( s "type" => "textarea",( |% V7 ]5 ~3 _# ]
"std" => "",& `, y3 q; i2 b6 t$ K1 E: s6 A
),
7 x8 O6 F& u6 r
2 Y9 q- G7 G8 Q* J9 {" N9 s& ^: v1 p1 O' Z3 Z$ T
array( "name" => "Insert Google Analytics code <br /><em>*optional - leave it blank if not using</em>",
9 {7 ], O# Y' E. v0 x6 q9 V2 [ "id" => $shortname."_google_analytics",
* I+ |' e( n5 R) E4 a1 V# i3 O "type" => "textarea",
# X- ]9 v7 b$ |) t5 A! Y- t5 n "std" => "",/ g1 b1 U2 k) H5 \( Z- b& v* o
),0 ~8 Y$ M: f; l! k2 V
0 q' j; \( M' W- w& Z6 n array( "name" => "</div></div>",; s: e/ k$ V2 }0 i6 p4 _. K! C: G
"type" => "close",7 C' ]9 j! A& t# W3 P2 s
),1 Q; c+ w+ v: Y* X9 r
# Q v$ \5 O Y
, W+ ?' ]% K) i array( "name" => "AddThis Social Bookmarking Settings",
2 @' y' S2 z, g/ ~6 n "type" => "heading",8 w" p- e! J, R* R) G# ? x* W3 f
),/ K( B& u0 I8 m3 x8 z. k
' h' e7 t3 V' x# s- L' x5 T9 e, e
array( "name" => "Insert you AddThis ID here (Only For Tracking Purpose) <br /><em>*leave blank if not necessary</em>
4 w+ e7 {' U) o/ K <br /><em>*Get a Free AddThis ID <a href=\"http://www.addthis.com\" target=\"_blank\">here</a> if you don't have one</em>",
( B( F) g9 r O5 M "id" => $shortname."_addthis",5 h& J! i2 B: M. g
"type" => "text",4 H9 Q; Q8 K% F- V9 A$ l; P
"box" => "social",
" A/ r* L4 H) Q# L9 ]$ G* } \* Z "std" => "",9 _) X( h% \) X2 b$ m& G+ p
),2 t$ P; u# r% g' l
8 i, s) v6 {2 D& _
array( "name" => "</div></div>",, }" u' }0 u1 _- l4 n* n
"type" => "close",2 r: }' C9 q+ A9 r
),
8 p3 ^2 G, X4 u0 X3 O( @ # b5 V# f% @' q- |' ^! w0 t
. _' B4 k- c1 k- M8 R
- \2 G; O# N) D* M! S! A array( "name" => "YouTube Video Settings",
3 O; E5 [- @! u "type" => "heading",
1 \7 N; a+ Z, H- |* ]7 l ),* w6 |; y" F5 q% C- Y1 V
5 Z6 j0 {! z: e! h5 s& g4 ]
array( "name" => "Enable <strong>YouTube Video</strong> On Sidebar?<br /><em>*Disable by default, Choose Yes to enable it.</em>",
: ^4 X( @" u/ i+ B. Q "id" => $shortname."_emvideo_activate",. ~, e! T- F, Q3 H7 D2 _# A
"type" => "select",+ U2 O# i* ~: r
"std" => "No",
( d7 R/ a' t2 h) A "options" => array("No", "Yes")),
) f3 ~; [8 N; E% c9 V& i$ M- N0 Q/ E
array( "name" => "Insert YouTube Video Unique Code<br /><em>*You can find videos to embed on <a href=\"http://www.youtube.com\" target=\"_blank\">YouTube</a> site.</em><br /><em>i.e. Youtube - http://www.youtube.com/watch?v=<span class=\"redbold\">Hr0Wv5DJhuk</span></em><br /><em>*Only Insert The Red Bolded Code Inside Below Setting Box.</em>",: X7 y" Q+ m/ T
"id" => $shortname."_emvideo",
1 M, ~1 U7 D4 T8 ^ "std" => "",- L) A% ]* [* Q) |% x5 L+ G
"type" => "text"),
& p5 L$ F% ^& ?0 y6 E9 X0 d2 {( w. C' g/ r" e7 ]. o( a
array( "name" => "</div></div>",
- v# v: |: v6 ^. E s" o "type" => "close",
) @$ v8 |5 y- v. Z; C% b ),: o! N" Z9 l9 b& n3 A9 U8 r' h
4 j2 F- b+ N" l; o% Q9 z" G$ g0 ` array( "name" => "Twitter Settings",
0 h+ n2 B& ?4 z2 S7 I5 c "type" => "heading",! m% m+ z8 X' j H
),
& K( K) z& ~) O% B# K; z, T, ~$ Z6 D- w. L* P; M1 O' E% m
array( "name" => "Enable <strong>Twitter</strong> On Sidebar?<br /><em>*Disable by default, Choose Yes to enable it.</em>",4 e) f/ y2 Y( ~
"id" => $shortname."_twitter_activate",
; ]' z& b% d- K0 M6 f$ G5 O$ y- ?7 w% X "type" => "select",
( ]! O- W) D* t8 M3 v; H5 v! l "std" => "No",
, m' r: E( T! a( K% o "options" => array("No", "Yes")),
) V' o+ D- f9 X6 x; \) \7 M5 n" Z( }- b5 D: \
array( "name" => "Insert Your Twitter ID here1 l1 M. R2 t2 q7 n" K8 ?1 e
<br /><em>*leave blank if not necessary</em>; v6 L6 O; p2 r$ h4 M
<br /><em>*Register Twitter for free <a href=\"http://www.twitter.com\" target=\"_blank\">here</a> if you don't have one</em>",
9 U+ B/ d0 v4 F/ X# [) @. C, A5 y "id" => $shortname."_twitter",( K8 a$ G1 N1 q+ |+ ?
"type" => "text",
5 B9 a- R* U% M7 P8 d2 ]# a "box" => "social",1 I0 g) s3 ~' b- b6 U# D; c0 Y
"std" => "",
7 c- W( z- S4 o, _8 }8 c& E ),
! j2 q. H, }7 ]& T) q6 ]" I ^4 V$ ]" A
array( "name" => "Enter Twitter Feed Count here
4 u/ c9 j5 Z1 g$ V# e4 }$ _ <br /><em>*leave blank if not necessary</em>
" g8 G+ B9 A: G <br /><em>*Enter How Many Twitter Feed To Display</em>",
; G$ j) Z4 `7 H$ g: e H. G) a "id" => $shortname."_twitter_count",+ x: f6 E" E9 h( B
"type" => "text",
l! h0 u" s9 w3 p, L; U "box" => "social",
3 @9 W& y# V9 a1 E* n "std" => "",9 X% l8 f5 Y+ \. a8 D
),0 E1 D7 y+ L9 F4 x! E# X
: Z3 [- z' k, y* M3 k array( "name" => "</div></div>",5 _1 p, e' b( W
"type" => "close",5 a0 O7 L2 V6 p( N y
),0 j. z) [+ L; O" R- U* I) S
7 O. l4 m- O" I
4 f3 i. P F( o! v- A( U. | array( "name" => "125 x 125 Banners Advertisement Settings",8 e6 O9 U" f% G0 Q; ^0 ^
"type" => "heading",) M: \/ A2 d" B; U; G9 l
),6 a' \/ n* u6 l; x/ ~
3 s$ r% V; U: L* `: G. V$ B array( "name" => "Enable <strong>125 x 125 Banners</strong> On Sidebar?<br /><em>*Disable by default, Choose Yes to enable it.</em>",
- m! I6 _% q+ ^/ u5 p* C "id" => $shortname."_sponsor_activate",: l4 }' Z5 b7 A$ m9 J" ]
"type" => "select",
2 E/ M* g9 B+ P W" e3 R& Q "std" => "No",
" {% Z) P. P8 Z+ q "options" => array("No", "Yes")),
/ ~6 T" Z0 M8 F( ` 5 A" ?3 m; L( v; h
, F' | h0 F1 M7 } array( "name" => "Insert Sponsor Banner One HTML Code<br /><em>*leave blank if not use</em>",
8 I& c) C7 j5 k, ]4 r "id" => $shortname."_sponsor_banner_one",* n7 E% W' \; k8 ?2 G( Y
"type" => "textarea",
& t2 C7 Z3 ^+ S "std" => "",
' q% ~' ^8 A% N" l2 q- Z" ? ),
7 J$ c* o0 }6 p5 t9 ^4 @/ @5 [* u( r/ M' g6 J8 h
array( "name" => "Insert Sponsor Banner Two HTML Code<br /><em>*leave blank if not use</em>",
. O* b# K8 f$ n: _9 n; H e7 ~ "id" => $shortname."_sponsor_banner_two",8 q- ^* k9 x' L! d) |, X
"type" => "textarea",
: ^, V+ ? I" [) `% {1 G+ y5 a8 O' i: I "std" => "",
: [$ L; @4 g9 h8 k* I ),
* l; h- V2 h; Z
% O. S- D+ Q8 u- P0 V array( "name" => "Insert Sponsor Banner Three HTML Code<br /><em>*leave blank if not use</em>",
" U3 {3 }4 \' S5 | "id" => $shortname."_sponsor_banner_three",
- A( J" ?" `: x "type" => "textarea",
1 B' o! A+ {4 l; z "std" => "",* m; ^4 T/ V% T: F. X
),0 q$ r9 i) v9 S5 U8 D# _6 D; p
4 k0 G1 M. t$ c+ Q: B array( "name" => "Insert Sponsor Banner Four HTML Code<br /><em>*leave blank if not use</em>",
- {5 c- k/ F) R* C6 ]5 s "id" => $shortname."_sponsor_banner_four",
7 w" c: g2 `& x- Q. {6 W4 d "type" => "textarea",
3 F! w) V' j6 G" b. R "std" => "",
& k4 A4 F% ^: R, {( p! v ),$ o5 q- L$ ^: ]' O$ E' Y* M, h# ^
; c0 M' o4 I. n array( "name" => "Insert Sponsor Banner Five HTML Code<br /><em>*leave blank if not use</em>",4 g3 R- J( [( h% x+ @& r7 y3 ~' q
"id" => $shortname."_sponsor_banner_five",
1 Y% x/ e4 F% J6 h3 t3 \: j' S "type" => "textarea",
, A7 Z6 V2 }1 l* z9 t. m0 [ "std" => "",. `% p Q* v( l) ]
),7 |: E% s- X' s! C9 j; R1 T( I
# p" U/ t2 M" b, f8 v0 D$ W) ? array( "name" => "Insert Sponsor Banner Six HTML Code<br /><em>*leave blank if not use</em>",
3 r! X, ?2 k* }1 V3 R0 L "id" => $shortname."_sponsor_banner_six",
n/ z/ g6 F9 r* F "type" => "textarea",
! M" s7 c3 @- ?5 V% | "std" => "",3 y% E) `0 N" u6 k. V; h3 o
),
* ~/ c1 X2 t7 H+ C8 k$ ?2 _; V4 w, u8 H/ m, u& {
array( "name" => "</div></div>", {7 w3 Y5 }6 z4 Y# ~: X/ _
"type" => "close",0 P2 ]4 ?0 M5 P6 o* `1 \
),
: s- Y6 \% B1 T* m: \9 | O @ n3 P* Z. M& D# ^: c6 a% O+ O- t
$ v8 k6 s* g2 p) c/ X: g4 R( n9 [& A9 J- q% B7 P' T1 R
);6 ]5 D2 l5 u! a6 @, ?
+ W4 p6 I6 o+ C8 i
function mytheme_admin_panel(){ if ((function_exists("check_theme_footer") || function_exists("check_theme_header"))) {8 q# `% k( D$ S6 ?
8 |: c# E9 f2 w! s techo "<div id=\"admin-options\"> ";
' [/ v/ _; E( ~ S) v: p# S/ e" P5 L
global $themename, $shortname, $options;
* e9 W$ }: U' @, E) t, l: i" bif ( $_REQUEST['saved'] ) echo '<div id="update-option" class="updated fade"><strong>'.$themename.' settings saved.</strong></div>';4 u/ o1 u6 A7 A( N7 D1 p
if ( $_REQUEST['reset'] ) echo '<div id="update-option" class="updated fade"><strong>'.$themename.' settings reset.</strong></div>';+ K3 K0 A0 `& r4 C2 z3 }$ R& ?
?>
1 v" @9 b/ N h5 E" p5 z8 z C. d+ G9 J
<h4><?php echo "$themename"; ?> Theme Options</h4>
# r9 d' \6 k( T; _" z& N0 N8 a7 p+ L/ |( ?
( o5 }8 D+ h+ A+ r' ^2 m<div class="annouce">8 Q. G+ c) r! r0 |
<h1>Thank You Using Our <?php echo "$themename"; ?> WordPress Theme</h1>
* v1 D% U. w: C: u3 H<p>Don't Forget to <a href="http://feedburner.google.com/fb/a/mailverify?uri=MagPress&loc=en_US" title="MagPress Newsletter" target="_blank" rel="nofollow"><b>Subscribe Our Free NewsLetter</b></a> In Order To Receive Theme's Updates and Fixes.</p>! z0 v- L7 N1 ]5 G M$ {
</div>) ?# f- y' Z- H
! c8 w1 v! `" F<form action="" method="post">; E4 |: P" g; G9 ?4 c( T
7 C: c u# n/ }+ P: { a<?php foreach ($options as $value) { ?>1 M) M2 p) L7 O& a
. @5 r+ _; H4 S2 H
<?php switch ( $value['type'] ) { case 'heading': ?>
& {) k; p2 y6 p m7 H. ^- T' e' e: c, `( T) H% M
<div class="get-option">1 r$ E( `: |3 X) R
, e' ?& ?2 s: H% m
<h2><?php echo $value['name']; ?></h2>& s. u& f4 E u. ]1 J0 S0 j. S
" j' k, @' r9 _6 d7 x6 C1 n: \2 ^; I
<div class="option-save">
! _6 { F/ [# }6 P- c0 v+ C- N1 s% q8 ]$ n1 x) V
<?php0 v6 {5 S; v% R
break;' {$ p( g6 ^, a
case 'text':
2 {. m8 B" o( f& J?>" }* B f0 S& x: V1 T; ?5 r: D
. ?' `- p2 j0 p- }7 n+ r/ g<div class="description"><?php echo $value['name']; ?></div>0 }$ _0 u& B0 I1 \
<p><input name="<?php echo $value['id']; ?>" class="myfield" id="<?php echo $value['id']; ?>" type="<?php echo $value['type']; ?>" value="<?php if (: D# K( J: v; i7 k0 t0 O }: X
$ K! P( h1 n' ^# s, {+ Q8 _, V
get_settings( $value['id'] ) != "") { echo get_settings( $value['id'] ); } else { echo $value['std']; } ?>" /></p>0 c% C+ ^: ^0 d4 l4 C* H# c, ]
6 P& a3 r) p' w' o2 G) O8 z ?
<?php
7 ^! P6 L5 g% X" V1 A+ wbreak;
( K: B! i' h- H* i4 J icase 'select':
1 M" O6 B6 [/ z: X. l8 j?>
- i! a, Z5 O' ` K+ g2 x
8 } z% c2 b# ?8 l& O! ^6 f' y. n<div class="description"><?php echo $value['name']; ?></div>
( D& {+ C3 S0 d<p><select name="<?php echo $value['id']; ?>" class="myselect" id="<?php echo $value['id']; ?>">4 c8 U2 \( {; ~+ q1 Z
<?php foreach ($value['options'] as $option) { ?>1 L: c( y- H3 I3 K, W
<option<?php if ( get_settings( $value['id'] ) == $option) { echo ' selected="selected"'; } elseif ($option == $value['std']) { echo ' selected="selected"'; } ?>><?php echo $option; ?></option>: Y$ i0 x* [4 [7 {+ ?
<?php } ?>1 @+ G; \ v* @0 o
</select>
$ j- ]' p3 @* S* Q, l; U S</p> M' v. O/ ?$ }9 l% [9 W! @
$ [, F" w2 J8 k
<?php: Y( [5 `$ ^5 |* U D
break;
+ L- D- H/ U, j5 U: g9 }, i6 `' |case 'textarea':
8 R% R7 }( [! p" n+ {, }% w$valuex = $value['id'];0 r/ {- x' j: r4 ^
$valuey = stripslashes($valuex);
" m' A% x I* }: [$video_code = get_settings($valuey);
% K6 c' G* t( n! d9 ]- F, s5 l2 J$ Z?>0 ^, B' Q" Z' X- [7 C' I' n
& q2 U2 g* I2 |8 N ]4 d2 ^; g
<div class="description"><?php echo $value['name']; ?></div>9 E: l( d% k% C2 m+ u% }7 w
<p><textarea name="<?php echo $valuey; ?>" class="mytext" cols="40%" rows="8" /><?php if ( get_settings($valuey) != "") { echo stripslashes($video_code); }1 t r& ]' p; l' k/ [/ f3 J
; F! P& t/ A/ F9 u* }: |0 Xelse { echo $value['std']; } ?></textarea></p>+ |. n5 @/ N) `+ y- i* z; N
3 @3 ? d; F8 l" H- Z; I' R
<?php3 Y0 x5 b1 V! \8 X5 E5 D, p
break;
# C5 h e$ N- g; N6 |, jcase 'close':" n; J g) f5 n! ^6 C
?>
/ H7 E8 H% `0 ^0 z) S3 `; A ?$ e* u" O% T9 k* k
<div class="clearfix"></div>
4 P( V( `% | d</div><!-- OPTION SAVE END -->' V$ f% a5 U% _& I3 U
2 g$ m" ]* w$ p$ P5 T% ~9 X5 B2 J<div class="clearfix"></div>
* o' A# X* h5 {+ n) C</div><!-- GET OPTION END -->
" h* R+ e5 d- {8 |1 ~. \& Z: E |) u2 t$ U1 Z% _
<?php# |" B5 ]4 \+ v& G! x
break;
1 s$ ]. b. p! L) e9 w! B8 r+ ydefault; q1 E3 y7 P, ^' I
?>5 G* q( {5 R! K% ?8 a6 V
/ v5 `& |& i2 S, a
( a9 l6 r6 a* u6 w<?php
$ R% B2 V. r- p, H. c, l8 i+ obreak; } ?>
9 ]* s$ F# i/ |
) ?( J4 m& z9 p, O- V4 V% _/ ]<?php } ?>* p, K9 E' I j' n" c
# O8 I+ L0 m- H# N$ `- z# i( h<p class="save-p">6 Y1 i8 F; }' \/ q6 k, k0 h$ i
<input name="save" type="submit" class="sbutton" value="Save Options" />3 i- H2 e4 o) R
<input type="hidden" name="action" value="save" />/ [( j- G2 l+ u- J9 n( z0 V6 U
</p>
$ K1 t3 j. F$ x; l5 [</form>; g7 \0 K5 R5 N/ g, j7 ~
: @$ t! ~3 G3 L<form method="post">
7 {$ R; D0 p) m5 `( Q, h<p class="save-p">
- Y7 t; u- C% \6 k<input name="reset" type="submit" class="sbutton" value="Reset Options" />
' w5 f0 } l7 Y9 G( J y5 @<input type="hidden" name="action" value="reset" />
1 b I/ a. O, U6 b T- j</p>5 u( t" ^1 O2 S
</form>
$ u: G. G) f1 D6 n' U9 Z1 f
! b3 i1 X) d" o0 i( o' {</div><!-- ADMIN OPTIONS END -->
2 j- |" q: [5 D4 p+ l0 k# r6 F2 G
Z% Z$ P/ [6 J( m+ ^8 B4 B<?php } else { echo ("Well, You Done It..You Just Modified Some Codes!"); } }
3 z, n2 M+ u7 t" g( [- o) ~/ w) k( n i
function mytheme_admin_register() {+ K: k. _& S) L6 Q/ E6 o
global $themename, $shortname, $options;9 G( [4 a4 Q* @, g6 j/ r
if ( $_GET['page'] == basename(__FILE__) ) {
! m7 T) |. K8 v# eif ( 'save' == $_REQUEST['action'] ) {
. n8 n4 P* f+ n' \4 Qforeach ($options as $value) {
9 B& w% X) S( v1 I/ q! Kupdate_option( $value['id'], $_REQUEST[ $value['id'] ] ); }, H5 i* I5 u3 d6 ?' e
foreach ($options as $value) {8 @, ]9 K: z5 C# ^* A; F K# j
if( isset( $_REQUEST[ $value['id'] ] ) ) { update_option( $value['id'], $_REQUEST[ $value['id'] ] ); } else { delete_option( $value['id'] ); } }
. F% W$ l4 C; bheader("Location: themes.php?page=functions.php&saved=true");9 b0 a! k7 C3 G- I* q, r+ M
die;+ c- r. V* c4 v5 T3 e& H5 |% q5 T
} else if( 'reset' == $_REQUEST['action'] ) {9 y% K, K& f2 g6 ]3 o
foreach ($options as $value) {
: k9 W0 q \" i. ~, ]$ Idelete_option( $value['id'] ); }
# e* F; v' z: u5 Q3 `+ F; Jheader("Location: themes.php?page=functions.php&reset=true");
; R0 b$ m+ @1 u+ j5 \; w3 W* ydie;
~! c8 }. f2 I" A, b8 o}
9 E9 a* u J% N}" N' y; w2 O: x, [% Z3 I; [0 |
add_theme_page($themename." Options", "Theme Options", 'edit_themes', basename(__FILE__), 'mytheme_admin_panel');( M+ G/ l/ v3 M/ }7 j \. V5 W% T
}/ F4 z$ \& ]4 n7 `6 d& P
6 _) `" R. N& E0 z9 h6 q& V6 j: Wfunction mytheme_admin_head() { ?>/ P- P% E7 r& Z# y3 v
<link href="<?php bloginfo('template_directory'); ?>/css/admin-panel.css" rel="stylesheet" type="text/css" />: b4 k& D# W, `8 a
<?php }
. l3 v$ O9 z! o" P# i' i |
|