Editing Sagamore PTA Wordpress notes

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 1: Line 1:
Wordpress notes from the {{discussion list|name=Sagamore Online gang|id=sagamore.online|page=Sagamore online}}!
The [[Sagamore Hills PTA website]] runs on [https://wordpress.org/ Wordpress]


==Styling==
==Styling==
Line 5: Line 5:
Bother [[John Lenz]] to make it 'perty.
Bother [[John Lenz]] to make it 'perty.


==Migration==
===Featured Images===


Importing content from another Wordpress installation can be done with the '''Tools → Export/Import''' options. Some notes:
The target dimensions for featured images in the Twentyfourteen theme is: '''1038x576'''


* Media files (attachements) will only import from an '''"All content" export'''
==Plugins==
** Since "All content" includes elements you might not want to import, like comments or navigation menus, try '''pruning the XML export file''' of those elements before importing
* Posts will maintain their Wordpress '''post IDs''' if possible!


==Addresses (URLs)==
===Site change notifications===


===Address beautification===
So folks know when the website has been changed, the [https://wordpress.org/plugins/email-post-changes/ Wordpress plugin: Email Post Changes] comes in handy.


Be sure to:
===Calendar===
# Admin → Settings → Permalinks → Day and name
# ''Then:'' Custom Structure
# Remove the trailing slash


(to get rid of the ugly "?p=#" and default trailing slash)
You can just [https://support.google.com/calendar/answer/41207 embed Google Calendars], but they're ugly. Instead, use a plugin to pull and present calendar data.

Tried [https://wordpress.org/plugins/google-calendar-events/ Google Calendar Events] 2014-09, but it was buggy ([[Dave Barker|Dave]])

===Facebook===

See: [[Sagamore Facebook]]

==Setup==

How a new installation was setup for the PTA website reset 2014-09

===Fresh install===

# Login to the [[Sagamore Hills PTA Dreamhost account]] and install Wordpress
## [https://panel.dreamhost.com/index.cgi?tree=domain.manage Manage Domains] → Add Hosting to a Domain/Sub-Domain
##;Do you want the www in your URL?
##: <nowiki>Remove WWW: Make http://www.example.com/ redirect to http://example.com/</nowiki>
##;Run this domain under the user:
##: sagamorehillspta
## [https://panel.dreamhost.com/index.cgi?tree=goodies.installer One-Click Installs] → Wordpress (''without'' [http://wiki.dreamhost.com/WordPress_Deluxe_One-Click_Install Deluxe Install])
# Wordpress installation setup (at web address)
#;Username
#: sagamorehillspta
#;Email
#: [[communications@sagamorehillspta.org]]
# Settings
#;General
#:
#:;Tagline
#:: ''blank''
#:;Timezone
#:: America / New York
#;Discussion
#:
#:;Default article settings
#:: '''De'''select all 3 (notify, trackbacks, comments)
#;Media
#:
#:;Uploading Files
#:: '''De'''select, "Organize my uploads into month- and year-based folders"
#;Permalinks
#:
#:;Common Settings
#::
#::;Custom Structure
#::: <code>/%year%/%monthnum%/%day%/%postname%</code>
#::: ''("Day and name" minus the trailing slash)''
# '''Delete default example content''': comment (comment 1 from Mr. Wordpress on post Hello World), post Hellow World (id=1), page Sample Page (id=2))
# '''Increase default upload filesize''' (from 7M at Dreamhost in /etc/php54/php.ini in 2014-10) to allow uploading videos; see http://wiki.dreamhost.com/index.php/PHP.ini .

===Import old content===

Notes:

* Posts (pages) will maintain their Wordpress '''post IDs''' if possible (they aren't already taken on the new site), so fewer broken links!
* Media files (attachments) will only import from an '''"All content" export'''
* Since "All content" includes elements you might not want to import, like comments or navigation menus, try '''pruning the XML export file''' of those elements before importing

# Old site, Tools → Export → All content (save somewhere)
# New site, Tools → Import → Wordpress
## Install plugin as prompted
## "Activate plugin"
# Tools → Import → Wordpress (select saved export)
## Assign posts to an existing user (sagamorehillspta)
## Download and import file attachments

===Plugins===

# Delete unused default plugins:
#* Akismet
#* Hello Dolly
# Install
#* [https://wordpress.org/plugins/email-post-changes/ Email Post Changes]
#* <del>[https://wordpress.org/plugins/redirection/ Redirection]</del> ''basic redirection provided by Wordpress already''
#* [https://wordpress.org/plugins/post-type-switcher/ Post Type Switcher]

==Old ideas==

'''''Don't'' do these!'''


===Change starting post ID===
===Change starting post ID===

'''''Not needed''' if content is [[#Import_old_content|imported]]''


''From [[Sagamore online goals 2014#URL_redirects]]:''
''From [[Sagamore online goals 2014#URL_redirects]]:''
Line 108: Line 32:
# On the new Wordpress database:
# On the new Wordpress database:
#: <pre>ALTER wp_posts AUTO_INCREMENT = 2001 ;</pre>
#: <pre>ALTER wp_posts AUTO_INCREMENT = 2001 ;</pre>

==Old ideas==


===Assigning post IDs===
===Assigning post IDs===


'''''Don't use:''' Although the following is possible, it's probably better to just [[#Import_old_content|import old content]] and/or use redirects for old content (ala [[Sagamore .htaccess]]) and make new content use unique post IDs by doing [[#Change starting post ID]].''
'''''Don't use:''' Although the following is possible, it's probably better to just use redirects for old content (ala [[Sagamore .htaccess]]) and make new content use unique post IDs by doing [[#Change starting post ID]].''


* [https://wordpress.stackexchange.com/questions/7177/how-can-i-assign-post-a-specific-id-on-creation#answer-7230 migration - How can I assign post a specific ID on creation? - WordPress Development Stack Exchange]
* [https://wordpress.stackexchange.com/questions/7177/how-can-i-assign-post-a-specific-id-on-creation#answer-7230 migration - How can I assign post a specific ID on creation? - WordPress Development Stack Exchange]
Line 119: Line 45:
* Might want to know how to [http://vocecommunications.com/blog/2011/03/running-wordpress-from-command-line/ execute from the command line] too
* Might want to know how to [http://vocecommunications.com/blog/2011/03/running-wordpress-from-command-line/ execute from the command line] too


When importing content, it may be easier for sake of redirecting to assign posts/pages the same ID they had on the export site (especially if the export site exposed IDs in its URL (like the PTA site from 2012-2014)). : ''This happens automatically with Wordpress's Tools → Import if the IDs aren't already taken!''
When importing content, it may be easier for sake of redirecting to assign posts/pages the same ID they had on the export site (especially if the export site exposed IDs in its URL (like the PTA site from 2012-2014)).


===Page Tagging & Categories===
===Page Tagging & Categories===
Line 132: Line 58:
* [https://wordpress.org/plugins/tag-pages/ Tag Pages]
* [https://wordpress.org/plugins/tag-pages/ Tag Pages]
* [https://wordpress.org/plugins/page-tagger/ Page Tagger]
* [https://wordpress.org/plugins/page-tagger/ Page Tagger]

==Further Reading==

* https://managewp.com/wordpress-content-management-complete-guide




Please note that all contributions to Parents may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)