Skip to content
Fauzan My edited this page Aug 26, 2026 · 1 revision

Pehtheme WP Wiki

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.


Getting Started

Installation

Download the latest version of Pehtheme WP from GitHub Releases.

Download Pehtheme WP

After downloading pehtheme-wp.zip:

  1. Log in to your WordPress Dashboard.
  2. Go to Appearance → Themes.
  3. Select Add New Theme.
  4. Select Upload Theme.
  5. Upload pehtheme-wp.zip.
  6. Click Install Now.
  7. Once the installation is complete, click Activate.

After activating the theme, Pehtheme can be configured through:

Appearance → Customize


Customization

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.

Site Identity

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


Header

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.


Homepage

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.


Featured Posts

Pehtheme uses WordPress Sticky Posts to determine which posts are displayed as Featured Posts.

To make a post a Featured Post:

  1. Go to Posts → All Posts.
  2. Select the post you want to feature.
  3. Open the post settings.
  4. Enable Stick to the top of the blog.
  5. Update the post.

The post can then be displayed in the Featured Posts section.


Recent Posts Widget

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

How to Configure

  1. Go to Appearance → Widgets.
  2. Select the Recent Posts widget or block.
  3. Open the Advanced tab in the widget settings.
  4. In the Additional CSS class(es) field, enter:
    • insert-list for a bullet list, or
    • insert-list-num for a numbered list.
  5. Save the changes.

Example:

Additional CSS class(es)

insert-list

Clone this wiki locally