Skip to content

Commit

Permalink
Alterações mínimas
Browse files Browse the repository at this point in the history
  • Loading branch information
rodineicosta committed Apr 23, 2021
1 parent 4420967 commit 9de5c04
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 0 additions & 2 deletions inc/extras.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ function coletivo_reset_actions_required () {
*
* @author Everaldo Matias <[email protected]>
* @since 23/04/1987
*
*/
add_action( 'after_switch_theme', 'coletivo_initial_config' );
function coletivo_initial_config() {
Expand Down Expand Up @@ -174,7 +173,6 @@ function coletivo_initial_config() {
* @author Everaldo Matias <[email protected]>
* @since 23/04/1987
* @see coletivo_initial_config() function
*
*/

function coletivo_remove_config () {
Expand Down
3 changes: 2 additions & 1 deletion sidebar-page.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<?php
/**
* Sidebar
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package coletivo
* @package Coletivo
*/

if ( ! is_active_sidebar( 'sidebar-2' ) ) {
Expand Down
3 changes: 2 additions & 1 deletion sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package coletivo
* @package Coletivo
*/

?>

<div id="secondary" class="widget-area sidebar" role="complementary">
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
Theme Name: Tema Coletivo
Theme URI: http://tema.coletivowp.com.br/
Theme URI: https://tema.coletivowp.com.br/
Author: Rede Livre
Author URI: http://redelivre.org
Description: Coletivo theme is an outstanding creative and flexible WordPress one page theme well suited for business, portfolio, digital agency, product showcase, freelancers and everyone else who appreciate good design.
Expand Down
2 changes: 1 addition & 1 deletion template-parts/content-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<?php //the_title( '<h1 class="entry-title">', '</h1>' ); ?>
<?php // the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->

<div class="entry-content">
Expand Down

0 comments on commit 9de5c04

Please sign in to comment.