Actualiza visualización de "Entradas del blog"
This commit is contained in:
parent
5266f4a317
commit
01bf525ff6
2 changed files with 18 additions and 7 deletions
|
@ -16,7 +16,7 @@ function help_featured_image_metabox() {
|
|||
add_meta_box( 'help-featured-image', 'Sobre la imagen destacada', 'help_featured_image_metabox_content', 'post', 'side' );
|
||||
}
|
||||
function help_featured_image_metabox_content() {
|
||||
echo("La mejor proporción para la imagen destacada es la que mantiene una relación de 2'5 a 1. Normalmente <tt>1030x403</tt>.</p>");
|
||||
echo("La mejor proporción para la imagen destacada es la que mantiene una relación de 2'5 a 1. Normalmente <tt>1200x470</tt>.</p>");
|
||||
}
|
||||
|
||||
/*
|
||||
|
@ -144,7 +144,7 @@ function avia_same_category_filter( $settings ) {
|
|||
add_filter( 'get_the_terms', 'exclude_taxonomy_terms', 10, 3 );
|
||||
function exclude_taxonomy_terms( $terms, $post, $taxonomy ) {
|
||||
// List of taxonomy terms (slugs) to exclude:
|
||||
$exclude_slugs = array( 'portada', 'pelis-y-series', 'lecturas', 'twitter', 'linkedin', 'facebook' );
|
||||
$exclude_slugs = array( 'portada', 'pelis-y-series', 'lecturas' );
|
||||
|
||||
if ( !is_admin() ) {
|
||||
foreach( $terms as $key => $term ) {
|
||||
|
|
|
@ -852,12 +852,22 @@ select.table23-per-page-selector {
|
|||
padding: 2px 3px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
/* Archive */
|
||||
.page-id-5502 .avia-content-slider.avia-builder-el-2 .fake-thumbnail .slide-image {
|
||||
display: none;
|
||||
/* Entradas del blog */
|
||||
.page-id-5502 .last-entries {
|
||||
overflow: hidden;
|
||||
}
|
||||
.page-id-5502 .avia-content-slider.avia-builder-el-2 .slide-meta,
|
||||
.page-id-5502 .avia-content-slider.avia-builder-el-2 .slide-entry-excerpt {
|
||||
.page-id-5502 .last-entries h3 {
|
||||
position: absolute;
|
||||
top: -15px;
|
||||
font-size: 2.92rem;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.page-id-5502 .avia-builder-el-4 .fake-thumbnail .slide-image,
|
||||
.page-id-5502 .avia-builder-el-4 .fake-thumbnail .fallback-post-type-icon {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
.page-id-5502 .avia-builder-el-4 .slide-meta,
|
||||
.page-id-5502 .avia-builder-el-4 .slide-entry-excerpt {
|
||||
font-size: 75%;
|
||||
}
|
||||
/* HTML > Etiquetas HTML */
|
||||
|
@ -1440,6 +1450,7 @@ body.home .quote-text p {
|
|||
margin: 1.6cm 1cm;
|
||||
}
|
||||
* {
|
||||
print-color-adjust: exact;
|
||||
-webkit-print-color-adjust: exact;
|
||||
}
|
||||
html, body {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue