Merge branch 'develop' of github.com:tainacan/tainacan-theme into develop
This commit is contained in:
commit
96fbea6f3d
|
@ -51,10 +51,6 @@ if(!function_exists('tainacan_setup')) {
|
||||||
);
|
);
|
||||||
add_theme_support( 'custom-logo', $logo_args );
|
add_theme_support( 'custom-logo', $logo_args );
|
||||||
|
|
||||||
/**
|
|
||||||
* Desabilita o FTP na instalação de Plugins - Lembrar de retirar!!
|
|
||||||
*/
|
|
||||||
define('FS_METHOD', 'direct');
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
endwhile; ?>
|
endwhile; ?>
|
||||||
</div>
|
</div>
|
||||||
<?php echo tainacan_pagination(3); ?>
|
<?php echo tainacan_pagination(3); ?>
|
||||||
<?php else:
|
<?php else: ?>
|
||||||
wp_redirect(esc_url( home_url() ) . '/404', 404);
|
<?php _e('Nothing found', 'tainacan-theme'); ?>
|
||||||
exit; ?>
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
Loading…
Reference in New Issue