Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

janikvonrotz/wordpress-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Checklist

Simple todo list for new WordPress websites.

WordPress installation

  • Install Wordpess
  • Add template and delete unused templates
  • Disable pingbacks and trackbacks (uncheck Allow link notifications from other blogs)
  • Update Perma Link Structure to day and anme: /%year%/%monthnum%/%day%/%postname%/
  • Update site info
    • title
    • description
  • Update administrator
    • First and lastname
    • Disable visual editor
  • Add customer user
  • Delete default content
    • page
    • post
    • comments
    • default plugins
  • Add example content (see below)

Plugins

Example content

# This is sample content 
 
Lorem ipsum dolor sit amet, mel no prima tation adolescens, at has numquam elaboraret, duo ex detraxit sensibus. Audire albucius corrumpit et per, ea mel nonumy audiam verterem. Nam ad illud movet causae, mel an nostrud efficiantur. No vis tota adolescens adipiscing. Sint eloquentiam reprehendunt quo ut, cu quo feugiat fierent gloriatur. 
 
## Instagram Post 
 
http://instagram.com/p/vNalF-BKk6/ 
 
http://instagram.com/p/yohLKDRAxi/ 
 
## GitHub Gist code 
https://gist.github.com/janikvonrotz/11531335 
 
## Syntax Highlighter 
[code lang="js"] 
/** 
 * IEMobile responsive fix 
 */ 
 
if (navigator.userAgent.match(/IEMobile\/10\.0/)) { 
    var msViewportStyle = document.createElement("style"); 
    msViewportStyle.appendChild( 
        document.createTextNode( 
            "@-ms-viewport{width:auto!important}" 
        ) 
    ); 
    document.getElementsByTagName("head")[0]. 
        appendChild(msViewportStyle); 
} 
[/code] 

About

This repository has been moved to https://codeberg.org/janikvonrotz/wordpress-checklist. Please visit the new location for the latest updates.

Resources

License

AGPL-3.0, Unknown licenses found

Licenses found

AGPL-3.0
LICENSE
Unknown
license.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published