All Projects → obiPlabon → wp-template-preview

obiPlabon / wp-template-preview

Licence: other
WordPress custom template preview for any post type

Programming Languages

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

Projects that are alternatives of or similar to wp-template-preview

txt2img
山寨长微博
Stars: ✭ 13 (-18.75%)
Mutual labels:  wordpress-plugin
wp-mail-catcher
A fast, lightweight plugin that saves emails sent by your WordPress website.
Stars: ✭ 16 (+0%)
Mutual labels:  wordpress-plugin
WPCOM-Legacy-Redirector
WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
Stars: ✭ 16 (+0%)
Mutual labels:  wordpress-plugin
pmpro-approvals
Grants administrators the ability to approve/deny memberships after signup.
Stars: ✭ 13 (-18.75%)
Mutual labels:  wordpress-plugin
acf-recaptcha
Google reCAPTCHA plugin for Advanced Custom Fields on WordPress
Stars: ✭ 29 (+81.25%)
Mutual labels:  wordpress-plugin
Compact-Unity-Events
UnityEvents drawer with collapsing, reordering and compact UX
Stars: ✭ 41 (+156.25%)
Mutual labels:  ux
acf-country
ACF Country field - Display a select field of all countries, in any language.
Stars: ✭ 103 (+543.75%)
Mutual labels:  wordpress-plugin
RentLio
This is a vehicle reservation system. Which is made with JavaFX and also using hibernate and RMI.
Stars: ✭ 49 (+206.25%)
Mutual labels:  ux
Re-skinning url splitter
Divide / Split your WordPress Blog visitors into 4 links by using Re-skinning URL splitter
Stars: ✭ 73 (+356.25%)
Mutual labels:  wordpress-plugin
rest-api-endpoints
🌾 WordPress REST API endpoints
Stars: ✭ 31 (+93.75%)
Mutual labels:  wordpress-plugin
em-beer-manager
Manage your beers with WordPress. Integrates simply with Untappd beer checkins. Great for everyone from home brewers to professional breweries!
Stars: ✭ 15 (-6.25%)
Mutual labels:  wordpress-plugin
OneSignal-WordPress-Plugin
OneSignal is a free push notification service for web and mobile apps. This plugin makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com
Stars: ✭ 71 (+343.75%)
Mutual labels:  wordpress-plugin
patterns
Pattern Library for WordPress Theme and Plugin Developers to aide in building Admin interfaces
Stars: ✭ 56 (+250%)
Mutual labels:  wordpress-plugin
flutter preload videos
Preloading videos in Flutter 💙
Stars: ✭ 42 (+162.5%)
Mutual labels:  ux
featured-image-by-url
This plugin allows to use an external URL Images as Featured Image for your post, page & custom post types like WooCommerce Product. Includes support for Product Gallery (WooCommerce).
Stars: ✭ 28 (+75%)
Mutual labels:  wordpress-plugin
analogwp-templates
Style Kits for Elementor adds a number of intuitive styling controls in the Elementor editor that allow you to apply styles globally or per page.
Stars: ✭ 20 (+25%)
Mutual labels:  wordpress-plugin
react-native-big-slider
🎚️ Yet another, big one, pure JS easily customisable and hackable react-native slider component
Stars: ✭ 86 (+437.5%)
Mutual labels:  ux
simple-custom-post-order
Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.
Stars: ✭ 18 (+12.5%)
Mutual labels:  wordpress-plugin
lazy-load-for-comments
Lazy load WordPress default commenting system.
Stars: ✭ 17 (+6.25%)
Mutual labels:  wordpress-plugin
wp-intervention
On-demand image manipulation for WordPress via the Intervention Library.
Stars: ✭ 21 (+31.25%)
Mutual labels:  wordpress-plugin

WP Template Preview

Finally! It's here :D

Improve your theme UX by providing a preview image of your custom page templates of any post type. You can use this plugin as plugin obviously but if you want you can easily integrate this plugin with your theme or you can just use the class throwing the directory far away.

How To Add Preview Image?

Along with the regular custom template header just add another header key Preview Image. And then pass the image source as the value of Preview Image. Make sure image source is relative to your theme directory. You can change the header key using filter hook wp_template_preview_header or you can hack the source code if you are going to tightly integrate this plugin with your theme. Please check the following code to understand the header key: value relation clearly.

<?php
/**
 * Template Name: Right Sidebar
 * Preview Image: assets/images/template-preview/right-sidebar.png
 */

How To Preview Your Page Applying Any Custom Page Template?

You will see a link Template Preview just above the page template dropdown list. Select a template from the list and click on Template Preview link.

Preview In Action

WP Template Preview In Action

Template Preview Link

Feedback

Liked this? Then don't forget to give me a star :D, it'll inspire me. And if you wanna share your tought or have any idea that you wanna discuss then here I'm!

Contributors

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].