- Mejorar apariencia de los resultados de búsquedas
git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@29 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
8f40be1649
commit
04f8539624
@ -526,6 +526,7 @@ if (is_admin() && isset($_GET['activated']) && $pagenow == "themes.php") {
|
||||
|
||||
function custom_login() {
|
||||
echo '<link rel="stylesheet" type="text/css" href="' . get_bloginfo('template_directory') . '/lib/css/login.css" />';
|
||||
remove_action('login_head', 'wp_shake_js', 12);
|
||||
}
|
||||
add_action('login_head', 'custom_login');
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@
|
||||
<?php if($theme_search_form == "0") { ?>
|
||||
<div id="search-panel" class="columns onethird last">
|
||||
<div id="search-box">
|
||||
<?php get_search_form(); ?>
|
||||
<?php get_search_form(); ?>
|
||||
</div>
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
<?php query_posts("$query_string&caller_get_posts=1&orderby=$orderby&order=$order&gdsr_sort=$gdsr_sort&gdsr_order=$gdsr_order&paged=$paged&posts_per_page=".$gp_settings['posts_per_page']); ?>
|
||||
|
||||
|
||||
<div id="content"<?php if($gp_settings['dropdown_filter'] == "0") { ?> class="shift-down"<?php } ?>>
|
||||
<div id="content <?php echo (is_search()) ? "fullwidth" : ""; ?>"<?php if($gp_settings['dropdown_filter'] == "0") { ?> class="shift-down"<?php } ?>>
|
||||
|
||||
<?php if (have_posts()) : while (have_posts()) : the_post(); include('loop-data.php'); ?>
|
||||
|
||||
@ -50,7 +50,7 @@
|
||||
<?php if($gp_settings['excerpt_length'] != "0") { ?><p><?php echo excerpt($gp_settings['excerpt_length']); ?><?php if($gp_settings['read_more'] == "0") { ?> <a href="<?php the_permalink(); ?>" class="read-more" title="<?php the_title(); ?>"><?php _e('Read More', 'gp_lang'); ?> »</a><?php } ?></p><?php } ?>
|
||||
<?php } ?>
|
||||
|
||||
<?php require('post-meta.php'); ?>
|
||||
<?php /*require('post-meta.php');*/ ?>
|
||||
|
||||
</div>
|
||||
|
||||
@ -74,5 +74,6 @@
|
||||
<?php endif; wp_reset_query(); ?>
|
||||
|
||||
</div>
|
||||
|
||||
<?php get_sidebar(); ?>
|
||||
<?php if(!is_search()) : ?>
|
||||
<?php get_sidebar(); ?>
|
||||
<?php endif; ?>
|
||||
Loading…
Reference in New Issue
Block a user