Code Monkey home page Code Monkey logo

cleanblog's Introduction

Clean Blog

Contributors: deviodigital Tags: theme, templates Requires at least: 3.4 Tested up to: 6.2.2 Stable tag: 1.1.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

header

Personal blogging theme. Free of clutter with a focus on the writers words, all while not sacrificing visual quality.

Description

Clean Blog is a WordPress theme with no sidebar, no excess clutter, easy to read content and a bold featured image to instantly grab your readers attention.

The beauty is in it's mininmalism.

No exhaustive set of features to customize before being able to write. It works immediately on upload.

Yet, I did want to give some options in the Customizer that would allow you to make the theme uniquely your own.

Recommended: Download and use the Clean Blog child theme when customizing your website, so you can keep the main Clean Blog theme up-to-date without overriding your edits.

Live Demo & Release Notes

You can view the theme in action here

Looking for more details behind the theme that aren't included in this readme doc? I've done a write up that breaks down why I decided to create this theme, and a more thorough breakdown of the theme options, and the road ahead.

Installation

Using The WordPress Dashboard

  1. Navigate to the 'Add New' Themes Dashboard
  2. Select clean-blog.zip from your computer
  3. Upload
  4. Activate the theme on the WordPress Themes Dashboard

Using FTP

  1. Extract clean-blog.zip to your computer
  2. Upload the clean-blog directory to your wp-content/themes directory
  3. Activate the theme on the WordPress Themes dashboard

Screenshots

Header Background Color

header background color

Darken Header? (no)

darken header no

Darken Header? (yes)

darken header yes

Default theme design

default theme design

Theme Customizer options

Theme Customizer options

Changelog

View CHANGELOG.MD file

Development Information

This theme wouldn't have been possible without the following open source resources

cleanblog's People

Contributors

braheem avatar flakeparadigm avatar robertdevore avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cleanblog's Issues

Undefined variables with Bedrock

Hi, I'm using Bedrock for WordPress boilerplate and I'm getting the followings warnings:

In homepage

Notice: Undefined variable: author_id in cleanblog/inc/template-tags.php on line 90
Notice: Undefined variable: author_id in cleanblog/inc/template-tags.php on line 91
Notice: Undefined variable: author_id in cleanblog/inc/template-tags.php on line 92

In single page

Notice: Undefined variable: post in tcleanblog/inc/emplate-tags.php on line 284
Notice: Trying to get property of non-object in cleanblog/inc/template-tags.php on line 284

Problem with some JS plugins

I installed the theme but have problems with 2 plugins

ThriveLeads and Gravity Forms, both of them don't show up in the theme but in the HTML I can see it

Saludos

Make feature image dark (automatic or optional setting)

Please provide a option to make feature image dark.
If a image with alot of white content is used, the heading is very hard to read. (since the font is white)

Also, when sharing on social media and the featured image is used as big image (im talking of https://dev.twitter.com/cards/types/summary-large-image)
Problem is, on social media this require manual work or look bad.

source: inc/template-tags.php

<header class="intro-header" style="background-color: #404040; background-image: url('<?php echo $feat_image; ?>')">
        <div style="background-color: rgba(0, 0, 0, 0.5)">
        <div class="container">
            <div class="row">
                <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
                    <div class="post-heading">
                        <h1><?php single_post_title(); ?></h1>
                        <?php if ( function_exists( 'the_subtitle' ) ) {
                            the_subtitle( '<h2 class="subheading">', '</h2>' );
                        } ?>
                        <span class="meta"><?php cleanblog_posted_on(); ?></span>
                    </div>
                </div>
            </div>
        </div>
        </div>
    </header>

Note: changes need to be made to all places where there is a background image background-image: in inc/template-tags.php. the above is only an example

Published date link redirects back to post

The published date link that appears under the post title links to the post itself. I am assuming that if it should link to anything, it would be an archive of posts for that date/month?

Widget support

I can't see the widget menu in this theme, is it possible to add the widget support?

Just installed this theme and got the following errors

Notice: Undefined variable: post in /home/ubuntu/workspace/wp-content/themes/cleanblog-master/inc/template-tags.php on line 309 Call Stack: 0.0002 238752 1. {main}() /home/ubuntu/workspace/index.php:0 0.0003 239200 2. require('/home/ubuntu/workspace/wp-blog-header.php') /home/ubuntu/workspace/index.php:17 0.0536 3339848 3. require_once('/home/ubuntu/workspace/wp-includes/template-loader.php') /home/ubuntu/workspace/wp-blog-header.php:19 0.1449 3677960 4. include('/home/ubuntu/workspace/wp-content/themes/cleanblog-master/page.php') /home/ubuntu/workspace/wp-includes/template-loader.php:75 0.1449 3677992 5. get_header() /home/ubuntu/workspace/wp-content/themes/cleanblog-master/page.php:13 0.1450 3678608 6. locate_template() /home/ubuntu/workspace/wp-includes/general-template.php:45 0.1450 3678872 7. load_template() /home/ubuntu/workspace/wp-includes/template.php:531 0.1451 3692440 8. require_once('/home/ubuntu/workspace/wp-content/themes/cleanblog-master/header.php') /home/ubuntu/workspace/wp-includes/template.php:572 0.1666 3826104 9. cleanblog_header() /home/ubuntu/workspace/wp-content/themes/cleanblog-master/header.php:59 Notice: Trying to get property of non-object in /home/ubuntu/workspace/wp-content/themes/cleanblog-master/inc/template-tags.php on line 309 Call Stack: 0.0002 238752 1. {main}() /home/ubuntu/workspace/index.php:0 0.0003 239200 2. require('/home/ubuntu/workspace/wp-blog-header.php') /home/ubuntu/workspace/index.php:17 0.0536 3339848 3. require_once('/home/ubuntu/workspace/wp-includes/template-loader.php') /home/ubuntu/workspace/wp-blog-header.php:19 0.1449 3677960 4. include('/home/ubuntu/workspace/wp-content/themes/cleanblog-master/page.php') /home/ubuntu/workspace/wp-includes/template-loader.php:75 0.1449 3677992 5. get_header() /home/ubuntu/workspace/wp-content/themes/cleanblog-master/page.php:13 0.1450 3678608 6. locate_template() /home/ubuntu/workspace/wp-includes/general-template.php:45 0.1450 3678872 7. load_template() /home/ubuntu/workspace/wp-includes/template.php:531 0.1451 3692440 8. require_once('/home/ubuntu/workspace/wp-content/themes/cleanblog-master/header.php') /home/ubuntu/workspace/wp-includes/template.php:572 0.1666 3826104 9. cleanblog_header() /home/ubuntu/workspace/wp-content/themes/cleanblog-master/header.php:59

External Featured Image

I tried to use several wordpress plugin that allows to use external featured image, but all of them require (get_)the_post_thumbnail function that is absent in your theme.
Could you please add support of this feature?
Thank you in any case for such beautiful and simple theme!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.