-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the Pehtheme WP Wiki.
This documentation provides guides for using and configuring Pehtheme WP, including installation, theme customization through the WordPress Customizer, recommended plugin integrations, theme updates, and solutions to common issues.
Pehtheme WP is built around the No bloatware philosophy — simple, lightweight, and focused only on the features that matter.
Download the latest version of Pehtheme WP from GitHub Releases.
After downloading pehtheme-wp.zip:
- Log in to your WordPress Dashboard.
- Go to Appearance → Themes.
- Select Add New Theme.
- Select Upload Theme.
- Upload
pehtheme-wp.zip. - Click Install Now.
- Once the installation is complete, click Activate.
After activating the theme, Pehtheme can be configured through:
Appearance → Customize
Most Pehtheme WP settings are available through the WordPress Customizer.
Go to:
Appearance → Customize
Available settings may vary depending on the Pehtheme version and your WordPress configuration.
The Site Identity settings are used to configure your website identity.
Common settings include:
- Site Title
- Tagline
- Site Icon
- Logo
These settings are provided by WordPress and can be found under:
Appearance → Customize → Site Identity
The Header settings control the appearance and layout of the website header.
Available options may include:
- Header layout
- Logo
- Navigation
- Other header elements
Changes can be previewed in real time through the Customizer before being published.
Pehtheme WP provides several options for configuring the homepage.
Homepage settings may include:
- Homepage layout
- Homepage sections
- Section titles
- Featured Posts
- Latest Posts
Make sure the WordPress Homepage Settings are configured according to your needs.
Pehtheme uses WordPress Sticky Posts to determine which posts are displayed as Featured Posts.
To make a post a Featured Post:
- Go to Posts → All Posts.
- Select the post you want to feature.
- Open the post settings.
- Enable Stick to the top of the blog.
- Update the post.
The post can then be displayed in the Featured Posts section.
Pehtheme WP supports displaying the Recent Posts widget as a list.
To display recent posts as a bullet list or numbered list, add one of the following CSS classes to the widget:
| Class | Display |
|---|---|
insert-list |
Bullet list |
insert-list-num |
Numbered list |
- Go to Appearance → Widgets.
- Select the Recent Posts widget or block.
- Open the Advanced tab in the widget settings.
- In the Additional CSS class(es) field, enter:
-
insert-listfor a bullet list, or -
insert-list-numfor a numbered list.
-
- Save the changes.
Example:
Additional CSS class(es)
insert-list