Here are some possible topics that I would be happy to do a customized WordPress training on:
- Strategies for leveraging WordPress within your organization
- Strategies for WordPress content development within your organization
- Strategies for building community within your organization using WordPress
- How to create a WordPress theme from a PSD file
- How to make basic edits to a WordPress theme
- Creating custom page templates in WordPress
- Creating custom loops in WordPress
- How to add functionality using functions.php
- How to build a plugin
- How to Install WordPress
- How to run and test WordPress locally
- How to edit CSS
- What do all these files mean?
- Intro to PHP
- Intro to CSS
- Intro to HTML
- Intro to javaScript
- How to create an accordion effect
- How to create X effect
- HTML 5 primer
- How to use jQuery
- How to build and customize a slideshow
- How to edit the home page to create a “News” theme
- Intro to WordPress Multi-site
- Intro to BuddyPress
- Advanced WordPress Multi-site
- Advanced BuddyPress
What would you like to learn?
More posts from themightymo.com
How to change all permalink slugs on a custom post type to “post id” rather than “post title”
Today I needed to change the url slug of a custom post type from /cpt-slug/%post-title%/ to /cpt-slug/%post-id%/. There were thousands of solutions on the web explaining how to change the “cpt-slug” portion of the url, but I couldn’t find a simple solution to change the last part of the url. Well here it is! The…
My Main Issue with Clickup
Clickup integrates with everything. It’s simple to use. But there’s one thing that drives me crazy: Their user interface (UI) assumes the conversation we have around to-dos is NOT important. Clickup‘s UI assume the task writeup stuff (uploaded docs, description, links, etc.) is more important than the conversation about that stuff. In my experience, the…
How to merge two folders, including all sub-folders and files, on Mac
Today I had an issue where I needed to merge two folders, each of which contained many sub- and sub-sub folders that had lots of images. After a lot of trial-and-error and some Googling, I found the best solution is to use the “ditto” command in Terminal like this: That’s it! Hat tip to AppleInsider.