All Projects → denitcoder → wp-theme-zentile

denitcoder / wp-theme-zentile

Licence: GPL-2.0 license
Zentile is a lightweight magazine theme inspired by Yandex.Zen

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to wp-theme-zentile

air
A hyper-minimal WordPress starter theme for developers built with Tailwind CSS.
Stars: ✭ 45 (+66.67%)
Mutual labels:  wordpress-theme
starter-kit-theme
WordPress starter theme with a modern development stack for launching projects faster and easily
Stars: ✭ 25 (-7.41%)
Mutual labels:  wordpress-theme
react-theme
Production ready Wordpress theme built with React, Redux, Redux-Thunk, Intl, React Router v4, etc... and packaged by Webpack 2. Enjoy!
Stars: ✭ 14 (-48.15%)
Mutual labels:  wordpress-theme
jarvis
A speedy Gutenberg ready theme
Stars: ✭ 50 (+85.19%)
Mutual labels:  wordpress-theme
primer-child-stout
Stout is a GoDaddy Primer child theme with a bold vibe.
Stars: ✭ 13 (-51.85%)
Mutual labels:  wordpress-theme
primer-child-escapade
Escapade is a Primer child theme with a unique sidebar navigation.
Stars: ✭ 15 (-44.44%)
Mutual labels:  wordpress-theme
Hypermarket
If you are looking for a stylish and elegant website template for your online store, Hypermarket is the perfect choice for you.
Stars: ✭ 49 (+81.48%)
Mutual labels:  wordpress-theme
WordPress-UIkit-Starter-Theme
A WordPress starter theme for developers using the frontend framework UIkit
Stars: ✭ 55 (+103.7%)
Mutual labels:  wordpress-theme
bootstrap-basic
Bootstrap 3 css framework theme for wordpress. For theme developer can start build their theme very fast. To download for use with your project, please go to wordpress.org themes page in the link.
Stars: ✭ 22 (-18.52%)
Mutual labels:  wordpress-theme
untheme
A blank WordPress theme for developers.
Stars: ✭ 82 (+203.7%)
Mutual labels:  wordpress-theme
wp-spa-boilerplate
A JavaScript single page WordPress theme boilerplate using Vue.js and the WordPress REST API.
Stars: ✭ 13 (-51.85%)
Mutual labels:  wordpress-theme
FAU-Einrichtungen
WordPress-Theme für zentrale Einrichtungen der Friedrich-Alexander-Universität Erlangen-Nürnberg
Stars: ✭ 15 (-44.44%)
Mutual labels:  wordpress-theme
gridd
Flexible grid-based WordPress theme
Stars: ✭ 38 (+40.74%)
Mutual labels:  wordpress-theme
wordpress
📚 Recursos para aprender WordPress
Stars: ✭ 20 (-25.93%)
Mutual labels:  wordpress-theme
bmqy-next
wordpress版本的NexT theme,非官方版本!
Stars: ✭ 21 (-22.22%)
Mutual labels:  wordpress-theme
The-Standards
WordPress theme based on the U.S. Web Design System
Stars: ✭ 14 (-48.15%)
Mutual labels:  wordpress-theme
Genesis-Developer-Starter-Lab
Let’s Build a Custom Developer’s Genesis Starter Child Theme
Stars: ✭ 23 (-14.81%)
Mutual labels:  wordpress-theme
Tint-Pro
WordPress高级扩展主题Tinection Two/Tint
Stars: ✭ 42 (+55.56%)
Mutual labels:  wordpress-theme
mediawiki twentyten
The TwentyTen theme for WordPress ported to a MediaWiki skin.
Stars: ✭ 14 (-48.15%)
Mutual labels:  wordpress-theme
blade-generate
Forces generation of Blade template cache files for Sage9.
Stars: ✭ 64 (+137.04%)
Mutual labels:  wordpress-theme

English • Русский

Zentile

GitHub release (latest by date) GitHub All Releases GitHub

Zentile is a lightweight magazine theme inspired by Yandex.Zen.

DemoDownload v1.6DiscussionChangelogDonate

Screenshot

Features

  • Browsers: Edge, Chrome, Firefox, Safari, Opera
  • Languages:
  • Responsive design
  • Gutenberg-ready
  • Translation-ready
  • Built-in image light box
  • Related posts
  • Post views (Post Views Counter plugin required)
  • 1, 2 and 3 column layouts
  • 3 widget areas (left sidebar, right sidebar and footer)
  • Theme settings
    • Customizable logo
    • Customizable background
    • Show/hide featured image at the top of the post
    • Show/hide author bio at the end of the post
    • Show/hide post navigation
    • Show/hide views in the post list
    • Show/hide related posts BEFORE comments
    • Show/hide related posts AFTER comments
    • Always show sidebar
  • Custom widgets
    • Zentile: Categories
    • Zentile: Recent comments
    • Zentile: Recent posts

Requirements

  • PHP >= 5.6
  • Wordpress >= 5.3.x

Installation

  • Go to Appearance > Themes > Add New and type zentile in the search box.
  • Click Install and then Activate.

Manual installation

  • Download the theme from the releases page on GitHub (zentile-x.y.zip).
  • Go to Appearance > Themes > Add New > Upload Theme and upload the downloaded archive with the theme (WP version < 5.5: In order to update the theme in the future you need to install Easy Theme and Plugin Upgrades plugin).
  • OR Unzip the archive to the /wp-content/themes/ directory.
  • Go to Appearance > Themes and activate it.

Post installation

  • Go to Settings > Reading and set Blog pages show at most to 5n (e.g. 5, 10, ...).
  • Go to Appearance > Widgets and add widgets Zentile: Categories, Zentile: Recent Comments and Zentile: Recent Posts.
  • Go to Appearance > Customize and customize theme as you need.

Recommended plugins

Color Palette Generator

If you want the post card's gradients to match its featured image dominant color, follow the steps below:

  • Install and activate plugin Color Palette Generator.
  • Go to Media > Color Palette Generator and set:
    • Number of colors to generate: 1
    • Automatically generate palettes on upload?: checked
  • Click Save Changes.
  • Click Generate.

Notice: The plugin automatically generate palettes for the images only if you upload them via the Media > Add New page, otherwise you need to generate it manually.

Post Views Counter

This plugin allows you to display how many times a post, page or custom post type had been viewed.

  • Install and activate plugin Post Views Counter.
  • Go to Settings > Post Views Counter > Display and uncheck all post and page types.
  • Click Save Changes.

Development

Requirements: Node.js >= 12.x, Git

cd <wordpress>/wp-content/themes/
git clone https://github.com/denitcoder/wp-theme-zentile.git zentile
cd zentile

# install dependencies
npm install

# compile and minify all theme assets
npm run build

# or watch for changes
npm run watch

# or compile all assets and create the archive with the theme (e.g. <zentile>/releases/zentile-x.y.zip)
npm run release

Structure

Zentile
├── assets - Uncompiled assets (js, css)
├── dist - Compiled and minified assets
├── releases - Zipped builds ready to publish
├── components - HTML components (buttons, alerts etc)
├── inc - Classes and utils
├── widgets - Custom widget classes
└── languages - Translations
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].