Castpress - Demo
Castpress is a a minimal & mobile-first theme. The best choice for people who want to publish their podcasts.
- Sass for stylesheets
- Compatible with Contact Form 7
- Compatible with Newsletter
- Theme options built directly into WordPress native live theme customizer
- Responsive design
- Cross-browser compatibility
- Custom Google WebFonts
- Child themes support
- Developer friendly extendable code
- Translation ready (with .POT files included)
- SEO optimized
- GNU GPL version 3.0 licensed
- Support 3 level sub-menu
- …and much more
See a working example at demo.vitathemes.com/castpress.
- In your admin panel, go to Appearance > Themes and click the Add New button.
- Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
- Click Activate to use your new theme right away.
- Active Recommended plugins at the top of dashboard (
Kirki Customizer Framework
,Advanced Custom Fields
,LibWp
,Podcast importer
). - After libWp plugin activated go to
Settings > Permalink
and selectPost name
(*this option is recommended) radio button and save the changes. - For importing podcasts you have to active
Podcast importer
plugin and go toTools > Podcast importer
and insert your Rss feed that contains podcasts. Also you can manually add new episodes.- (Hint) if you check
Use an embed audio player instead of the default WordPress player (depending on your podcast host)
in podcast importer you will not able to edit imported podcasts audio file and download link because this option will use an external player ( For example spreaker player )
- (Hint) if you check
- For adding custom page-templates (Like Home) go to pages on the WordPress dashboard click on
Pages
create new page and inPage Atrributes
panel select page template that you want. - If you want to add a heart icon before WordPress menu navigation ( Like Demo ) go to
Appearance > Menus
and at the top selectScreen Options
and checkCSS Classes
. after that in menu item that you want, simply write aheart
in CSS Classes input box.
themes/castpress/ # → Root of your theme
│── acf-json/ # → Theme custom fields json
│── assets/ # → Theme internal assets
│ ├── css/ # → Compressed css file
│ ├── fonts/ # → Theme default fonts ( Customizable from kirki )
│ ├── images/ # → Theme compressed images
│ ├── js/ # → Theme Minified javascript files
│ └── src/ # → Theme source files
├── classes/ # → Custom PHP classes
├── inc/ # → Theme functions
│ ├── tgmpa/ # → Tgmpa plugin recommendation
│ ├── customizer.php # → All codes related to WordPress Customizer (We use Kirki Framework)
│ ├── custom-header.php # → All codes related to WordPress Customizer (We use Kirki Framework)
│ ├── template-functions.php # → Custom template tweaks
│ └── template-tags.php # → Custom template tags
│ └── setup.php # → Theme Setup
├── language/ # → Theme Language files
├── page-template/ # → Theme Part files (Include) - Pages
├── template-parts/ # → Theme Part files (Include)
├── node_modules/ # → Node.js packages
├── package.json # → Node.js dependencies and scripts
Edit functions.php
to enable or disable theme features, setup navigation menus, post thumbnail sizes, and sidebars.
- Run
npm install
from the theme directory to install dependencies - Change browserSyncTask from
castpress.local/
to whatever address that your project folder is - Run
gulp
from the root of theme directory and it's starting to watch any changes in scss files from thesass
folder
See the Changelog
Castpress is licensed under GNU GPL Version 3.
Want to become a sponsor? you can sponsor & support VitaThemes by providing our team your service for free!