Giter Club home page Giter Club logo

startup-wp-skeleton's Introduction

default-project-theme

Default project theme to start WordPress development.

Follow this guide to install WordPress core files onto machine:

https://coolestguidesontheplanet.com/fastest-way-to-install-wordpress-on-osx-10-6/

Download this theme and place in the WordPress theme folder, install in wp-admin. cd to theme folder and install dependencies with npm install. Run gulp to get things going.

Plugins

Adminimize

Advanced Custom Fields PRO

Duplicator

Intuitive Custom Post Order

Regenerate Thumbnails

WP Power Stats

Duplicator

To get Duplicator working correctly, go to filter then exclude node_modules from being scanned.

Secret Keys & Salts

These can be generated from the below link and pasted into wp-config.php

https://api.wordpress.org/secret-key/1.1/salt/

Add To wp-config.php

# Enable all core updates, including minor and major: define( 'WP_AUTO_UPDATE_CORE', true );

# Automatic updates for All plugins: add_filter( 'auto_update_plugin', '__return_true' );

To Upgrade package.json

Run npm install -g npm-check-updates followed by ncu -u Usage here: https://www.npmjs.com/package/npm-check-updates

To Import Adminimize Settings

Go to Adminimize, scroll to bottom and upload the .json file. Then delete the .json file from the project folder.

Security / Hardening Visit this link and read everything: https://codex.wordpress.org/Hardening_WordPress

**SSL / HTTPS ** Add this at top of .htaccess. Change yoursite.com for the URL.

RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yoursite.com/$1 [R,L]

startup-wp-skeleton's People

Contributors

kieranstartup avatar

Watchers

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