Skip to content

Instantly share code, notes, and snippets.

@hemerson321
hemerson321 / salvar.php
Created September 20, 2018 16:57
salvamento
<?php
/**
* Template Name: verificando
*
* @package WordPress
* @subpackage Twenty_Fourteen
* @since Twenty Fourteen 1.0
*/
get_header(); ?>
@hemerson321
hemerson321 / category.php
Created September 20, 2018 16:41
category.php
<?php
get_header();
date_default_timezone_set('America/Manaus');
$dia = date('d');
$mes = date('m');
<?php
$args = array(
'post_type' => 'post',
's' => 'Expresso',
);
?>
<?php $the_query = new WP_Query( $args ); ?>
<?php if ($the_query->have_posts()): while ($the_query->have_posts()) : $the_query->the_post();?>