' . __( 'Daily archives' , 'myThemes' ) . ' "' . get_the_date() . '"';
                    }else if ( is_month() ) {
                        echo '
' . __( 'Monthly archives' , 'myThemes' ) . ' "' . get_the_date( 'F Y' ) . '"
';
                    }else if ( is_year() ) {
                        echo '' . __( 'Yearly archives' , 'myThemes' ) . ' "' . get_the_date( 'Y' ) . '"
';
                    }else {
                        echo '' . __( 'Blog archives' , 'myThemes' ) . '
';
                    }
                ?>
                
            
                
                
                    ' . __( 'Not found results' , 'myThemes' ) . '';
                            echo '' . __( 'We apologize but this page, post or resource does not exist or can not be found. Perhaps it is necessary to change the call method to this page, post or resource.' , 'myThemes' ) . '
';
                        }
                        get_template_part( 'cfg/templates/pagination' );
                    ?>
                 echoSidebar( );
                ?>