Coder Social home page Coder Social logo

faisalhakim47 / ampforwp-custom-theme Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mohammedkaludi/ampforwp-custom-theme

1.0 2.0 0.0 27 KB

A custom AMP theme built on AMPforWP plugin, more details at https://ampforwp.com/step-step-guide-modify-amp-theme

PHP 100.00%

ampforwp-custom-theme's Introduction

ampforwp-custom-theme

A custom AMP theme built on AMPforWP plugin, more details at https://ampforwp.com/step-step-guide-modify-amp-theme

How to make custom page templates

Just change the lines here: https://github.com/MohammedKaludi/ampforwp-custom-theme/blob/master/ampforwp-custom-theme.php#L53

into this:

if ( is_single() || is_page() ) { if('single' === $type && !('product' === $post->post_type )) { if ( $post->ID == 'POST ID') { $file = AMPFORWP_CUSTOM_THEME . '/template/custom-template.php'; } else { $file = AMPFORWP_CUSTOM_THEME . '/template/single.php'; } } }

You can use this code for any number of pages/posts you want to create.

ampforwp-custom-theme's People

Contributors

mohammedkaludi avatar ahmedkaludi avatar marqas avatar mayanksharma9033 avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar Faisal Hakim avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.