01/09/2013, 21:25
|
| | | Fecha de Ingreso: agosto-2013
Mensajes: 14
Antigüedad: 11 años, 3 meses Puntos: 0 | |
Respuesta: No aparece el footer en mi tema de wordpress esto es lo que tengo en funtions.php
// Footer Style Settings
array( "name" => "Footer Style Settings",
"id" => $shortname."_footer_style_settings",
"type" => "header"),
array( "name" => "Footer Font Size",
"id" => $shortname."_footer_font_size",
"type" => "select",
"std" => "8pt",
"options" => array("8pt", "9pt", "10pt", "11pt", "12pt"),
"help" => ""),
array( "name" => "Footer Font Color",
"id" => $shortname."_footer_font_color",
"type" => "text",
"std" => "#000000",
"help" => "#000000 is the HTML color code for black. More color codes <a href='http://www.htmlcolorcodes.org'>here</a>."),
array( "name" => "Footer Link Color",
"id" => $shortname."_footer_link_color",
"type" => "text",
"std" => "",
"help" => "Example: #000000. Find color codes <a href='http://www.htmlcolorcodes.org'>here</a>."),
array( "name" => "Footer Hover Link Color",
"id" => $shortname."_footer_hover_link_color",
"type" => "text",
"std" => "",
"help" => "#000000 is the HTML color code for black. More color codes <a href='http://www.htmlcolorcodes.org'>Plntilla Creada Por</a>."), |