Title: Custom Page Theme &#8211; A WordPress Theme Generator Plugin
Author: jeetendrabajaj
Published: <strong>29 september 2018</strong>
Last modified: 2 december 2018

---

Plugins zoeken

![](https://ps.w.org/custom-page-theme/assets/banner-772x250.png?rev=1961588)

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

![](https://s.w.org/plugins/geopattern-icon/custom-page-theme_000000.svg)

# Custom Page Theme – A WordPress Theme Generator Plugin

 Door [jeetendrabajaj](https://profiles.wordpress.org/jeetendrabajaj/)

[Download](https://downloads.wordpress.org/plugin/custom-page-theme.zip)

 * [Details](https://nl.wordpress.org/plugins/custom-page-theme/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/custom-page-theme/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/custom-page-theme/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/custom-page-theme/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/custom-page-theme/)

## Beschrijving

The Custom Page Theme Plugin is been developed for those WordPress Theme writers
who have very small hands on programming. The plugin automate the whole programming
stuff and helps the UI writer to more concentrate on their domain.

Major features that Custom Page Theme include:

 * Create your own WordPress Theme with no Or Least programming intervention.
 * You can apply any Theme onto any section of your website no matter what Active
   Theme you have selected.
 * The scale of your Custom page Theme may vary from applying over Single Page, 
   Single Post or even act as a whole Active Theme itself.
 * No need to make Custom Page Template if you can make and keep a Theme and apply
   it to one or more pages of website in just one mouse click.
 * The plugin will help you to make and keep the list of Themes as many as you want
   and use them any time on any section.
 * The plugin makes separate theme for each template you add, it make easy removal
   of Themes that have no more use.
 * You just have to paste small Shortcodes into your template files, the plugin 
   itself will draw menus, page-content, comments and widgets ( like Search, Category,
   Meta Tags etc.) for you.

### Shortcodes

 * Shortcode for Navigation Menu (Example: Menu Name: main menu)
    [custom_page_theme_nav
   menu="main menu"] OR <?php echo do_shortcode("[custom_page_theme_nav menu=\"main
   menu\"]"); ?>
 * Shortcode for Page content, Comment & Reply
    <?php echo do_shortcode("[custom_page_theme_page_content_widget]");?
   >

#### Disclaimer

However lot of studies has been done while making this plugin. Still the plugin 
is in begining state, we will suggest it to first use it on some stagging installation
of wordpresss. Take complete backup of your WordPress website
 before installing
it on your deployed version or use it at your own risk but please do not forget 
to back up your files and databases before use. If you’re new to WordPress or have
a very limited technical background you may consider seeking out professional help
your first time using the plugin. For any kind of assistance from our side, you 
can post your suggestions on our blog section.

### YouTube Channel: CUSTOM PAGE THEME

Introduction

Installation & Making First Theme

## Installatie

 * Upload `custom-page-theme` plugin to the `/wp-content/plugins/` folder and Activate
   it.
 * It will add a menu ‘Custom Page Theme’ in admin panel in left menu.

## Beoordelingen

![](https://secure.gravatar.com/avatar/1ad68f77c744e8c8c9bba1c37159bab3459b2063ea5e8743b1ba6bb7ac97490d?
s=60&d=retro&r=g)

### 󠀁[One of favourite WP Plugins to date](https://wordpress.org/support/topic/one-of-favourite-wp-plugins-to-date/)󠁿

 [mathewede](https://profiles.wordpress.org/mathewede/) 27 oktober 2019

This has to be one of my favourite plugins to date. Amazingly simple to use and 
get’s the job done. Kudos to the development team on this one!

![](https://secure.gravatar.com/avatar/74c7c4403a45989359843a8aa3dda61c9c8a7441287057605b90031edbba14cd?
s=60&d=retro&r=g)

### 󠀁[Awesome!](https://wordpress.org/support/topic/awesome-6156/)󠁿

 [dharmjadon](https://profiles.wordpress.org/dharmjadon/) 20 november 2018

Nice working as expected. Thanks for the contribution and all of your hard work!!

![](https://secure.gravatar.com/avatar/6de68e98d11d525f946d5133508faa481a61c30115f3d40f441149aaf20fa53a?
s=60&d=retro&r=g)

### 󠀁[Nice and impressive Plugin](https://wordpress.org/support/topic/nice-and-impressive-plugin/)󠁿

 [sksaurav](https://profiles.wordpress.org/sksaurav/) 30 oktober 2018 1 reactie

Firstly Congratulation , Looking very easy, I hope , you will make robust plugin
from previous and make impressive documentation of each plugin

![](https://secure.gravatar.com/avatar/c24441c1d3eecd251bf672b4b79f6a92e07b9cf2624340ac87cd9a6d98b7d48d?
s=60&d=retro&r=g)

### 󠀁[Simply Awesome Plugin](https://wordpress.org/support/topic/simply-awesome-plugin-3/)󠁿

 [rightway1410](https://profiles.wordpress.org/rightway1410/) 13 oktober 2018

Hello, first of all my best wishes to the developers of this excellent plugin, and
i would like to recommend it to others, My suggestion to them is to improve the 
documentation manual so that user can achieve impressive results. I have tested 
it by making complete website theme, I like using shortcodes for navigation menu,
all widgets (like search etc.). I also like the way we can assign any theme to any
page, so that in a single website multiple themes can associate.

 [ Lees alle 4 beoordelingen ](https://wordpress.org/support/plugin/custom-page-theme/reviews/)

## Bijdragers & ontwikkelaars

“Custom Page Theme – A WordPress Theme Generator Plugin” is open source software.
De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

 *   [ jeetendrabajaj ](https://profiles.wordpress.org/jeetendrabajaj/)

[Vertaal “Custom Page Theme – A WordPress Theme Generator Plugin” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/custom-page-theme)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/custom-page-theme/),
haal de [SVN repository](https://plugins.svn.wordpress.org/custom-page-theme/) op,
of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/custom-page-theme/)
via [RSS](https://plugins.trac.wordpress.org/log/custom-page-theme/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0.3

_Release Date – 02 December 2018_

 * Addition of Sample Custom Page Theme, to help user make their own Themes.
 * Design HTML structure of Menu Navigations and save their templates.
 * Design HTML structure of page content and save their templates.

#### 1.0.2

_Release Date – 06 November 2018_

 * Addition of load default index.php & style.css files into add theme file.
 * If user selects load default index.php or style.css, he do not need to upload
   both the files, insteas plugin will use both the files of it’s own.
 * More Readable names applied to plugin menu pages.

#### 1.0.1

_Release Date – 20 October 2018_

 * Added a new Sub Menu ‘Nav Menu Setup & Shortcodes’ into ‘Custom Page Theme’ at
   the left menu of admin panel. it gives the shortcodes that if paste on templates
   can draw menus.
 * You can also Add/Edit/Delete and Customize the HTML design of UL/LI elements 
   the shortcode will return.

#### 1.0

_Release Date – 29 September 2018_

 * The very first release of plugin. Adds a menu ‘Custom Page Theme’ at the left
   menu of admin panel.
 * It also adds a meta box ‘Custom Page Theme’ in Add/Edit Page page in admin panel,
   to select and apply themes over page.
 * It also adds 2 menus ‘All Custom Page Themes’ & ‘Add Custom Page Theme’ into ‘
   Custom Page Theme’ at the left menu of admin panel.
 * Both the menus manages the actions like Add/Edit/Delete & List for all the Custom
   Page themes.

## Meta

 *  Versie **1.0.3**
 *  Laatst geüpdatet **7 jaar geleden**
 *  Actieve installaties **Minder dan 10**
 *  WordPress versie ** 4.0 of nieuwer **
 *  Getest t/m **4.9.29**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/custom-page-theme/)
 * Tags
 * [custom page template](https://nl.wordpress.org/plugins/tags/custom-page-template/)
   [design](https://nl.wordpress.org/plugins/tags/design/)[theme](https://nl.wordpress.org/plugins/tags/theme/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/custom-page-theme/advanced/)

## Waarderingen

 5 van 5 sterren.

 *  [  4 5 sterren beoordelingen     ](https://wordpress.org/support/plugin/custom-page-theme/reviews/?filter=5)
 *  [  0 4 sterren beoordelingen     ](https://wordpress.org/support/plugin/custom-page-theme/reviews/?filter=4)
 *  [  0 3 sterren beoordelingen     ](https://wordpress.org/support/plugin/custom-page-theme/reviews/?filter=3)
 *  [  0 2 sterren beoordelingen     ](https://wordpress.org/support/plugin/custom-page-theme/reviews/?filter=2)
 *  [  0 1 sterren beoordelingen     ](https://wordpress.org/support/plugin/custom-page-theme/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/custom-page-theme/reviews/#new-post)

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/custom-page-theme/reviews/)

## Bijdragers

 *   [ jeetendrabajaj ](https://profiles.wordpress.org/jeetendrabajaj/)

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/custom-page-theme/)