SlideShare ist ein Scribd-Unternehmen logo
1 von 64
WordPress 3.1.1
WordPress.com is a hosted blogging service. Sites hosted at WordPress.com are located at URLs like “yoursite.wordpress.com” and are largely used only for blogs. Overall, you have less control, can’t use any of the wide array of plug-in that makes the “real” WordPress great, and cannot deliver your own advertising. WordPress.org (the real WordPress) This “real” WordPress to which WordPress.org is dedicated, is where you download the latest version files, which you then upload to your website. (For most web hosting plans, this is also a one click process through your control panel – GoDaddy, Bluehost, etc).  You (and us as a designer) have absolute and total control of your site, for use on your own servers, with no usage restrictions at all. WordPress 3.1.1
WordPress 3.1.1
The core software is built by hundreds of community volunteers, with thousands of plugins and themes available to transform your site into almost anything you can imagine.  Used by sites like: WordPress 3.1.1 engineering.missouri.eduaxlsmith.com
Installation and Setup
Installation and Setup
Installation and Setup Web Server SQL Install/access a FTP program: FileZilla http://sourceforge.net/projects/filezilla/ (other, Fetch or Transmit for Mac / WS_FTP or AutoFTP for PC) Create MySQL Database (log into your hosting, access your control panel to create a database)
Download and unzip the WordPress package, if you haven't already.  Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it.  Rename the wp-config-sample.php file to wp-config.php.  Open wp-config.php in a text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password.  Place the WordPress files in the desired location on your web server:  Run the WordPress installation script by accessing wp-admin/install.php in a web browser.  If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php That's it! WordPress should now be installed.  Installation and Setup
The Dashboard
Logging in: http://yoursite.com/wp-admin The Dashboard
WordPress 3.1.1 If you have used a WordPress.com blog, then you are already familiar with this. In WordPress 3.1, an administration bar will be added to connect the back end to the front end of your blog. This feature will be most useful for people on multisite installs, but it will be useful for single-site users also because it provides 1-click access to dashboard, new post form, etc.
WordPress 3.1.1 Because WordPress is used by audience of all types (beginners, intermediates, advanced, etc.), the UI team has decided to make the write panels a lot cleaner by removing a lot of confusing fields by default such as the WordPress Custom Fields area, and others. But you can get those fields by customizing your WordPress dashboard via the Screen tab.
POSTS
The Visual Editor Short Link/Permalink Publish Date Custom Post Formats (vary with theme installed)  Standard – A regular blog post (no format)  Aside – Small blurbs, random thoughts, etc.  Chat – Dialogue from instant messaging and chat Gallery – Groups of images or other media files  Image – Any image  Link – Cool links to awesome resources  Quote – Any quote  Status – Updates to 3rd-party services, like Twitter  Video – Any video, screencast, slideshow, etc.  Audio – Any audio clip, song, or podcast POSTS
Only one category per post (for SEO purposes) Multiple tags Both very similar: http://yoursite.com/category/recipes http://yoursite.com/tag/spaghetti Change permalink structure if title is too long Utilize the excerpt filed (depends on theme) Use display options to edit various elements of the post Template pages/posts POSTS
WordPress 3.1.1 Internal linking is great for WordPress SEO. Previously, if a blogger wanted to add links to their previous articles, they had to open a new tab in their browser, find the url, and then add it. Well, in WordPress 3.1, the core team has provided an internal linking system that allows you to search through your database for the right post and link to it. To use this feature, you must use the Visual Post Editor, and try to make a hyperlink. There is a new option added that you can see in the screenshot above.
POSTS Previously, sorting through WordPress posts pagination was a pain. Now, you can simply enter the number of the page you want to go to. Also, columns are now sortable. As you can see there is an arrow right by the title.
COMMENTS, TRACKBACKS AND PINGBACKS
Typical comment is the form on the bottom of a post/page, user enters email, name and comment. That’s just called a “comment,” and it will show up along with any other comments in your site’s comment area.  They publish a post on their site that includes a link to your article so their readers can go there and read about bacon. In this scenario, WordPress would detect that incoming link from the Food Network and reciprocate by automatically posting a link back to the Food Network site. This return link usually displays the title of the linking post as its anchor text.  The main difference is that an actual link is not required for trackbacks. If they create a trackback to your post (via the Post Edit screen in the WordPress Admin),  Comments, Trackbacks and Pingbacks
In the Admin area, go to “Settings > Discussion” and uncheck the option for “Allow link notifications from other Weblogs.” This will disable pingbacks and trackbacks on your site for all posts going forward. This global setting may be overridden on a post-by-post basis by checking “Allow Pings” on the Post Write/ Edit page.  How to Disable
Default Article Settings - If you don’t need comments on your site, disable them. Completely disabling comments is a sure-fire, bulletproof way to eliminate all comment spam.  Users must be registered and logged in to comment - One way to allow comments but eliminate 90% (or more) of spam is to require the user to be registered and logged-in to your site before commenting.  Before a comment appears - An administrator must always approve the comment. If you have the time, this is another good way to ensure that no spam comments appear on your site.  Before a comment appears - Comment author must fill out name and e-mail. This may not do much for fighting spam, but it will discourage some of the lazier folks from commenting.  Before a comment appears - Comment author must have a previously approved comment. This is an effective way to prevent spam, although it does require some time on busier sites.  Comments Spam
Auto-close Comments - Spammers often target older posts. Auto-closing comments on old posts helps reduce overall spam.  Hold a comment in the queue if it contains “x” or more links - As it says, this is a great way to screen any comments that have too many links. How many is up to you.  Comment Moderation Blacklist - This is a regular-expression blacklist of terms that will kick suspect comments into the moderation queue. Load this puppy up with all your favorite spam words – cialis, xanax, vicodin, viagra, etc. – and gain more control over your site’s comments.  Comment Spam Blacklist - Similar to the Moderation Blacklist, the Spam Blacklist features a list of regular expressions that will throw the comment into the spam bin. Be careful of the words that you include in this list, because anything that matches is essentially discarded.  Comments Spam cont.
WIDGETS, AKA The Sidebar
Number of sidebars can vary depending on the theme (specified in the theme’s functions.php file) Some themes come with custom widgets Some themes can specify in their theme options for a left, right or no-sidebar for pages and posts WIDGETS / The Sidebar
Search Custom Text Links (Blogroll) Subscribe Categories Archives Different sidebars for different pages? Widget Context WIDGETS / The Sidebar
USERS
Administrators - Full access and privileges to everything.  Editors - Editors may publish and edit posts and manage the posts of others.  Authors - Authors may publish and edit their own posts, but not the posts of others.  Contributors - Contributors may write and manage their posts, but not publish them.  Subscribers - Subscribers are visitors who have registered with your site. Their privileges are no different than those of the common visitor, but subscribers have shown extra interest in your site by providing their information while registering for your site.  Users
Change your display name Customize password to something you can remember Add your Gravatar Users
PLUGINS
widgets - 2,087 plugins posts - 2,586 plugins administration (admin) - 1,090 plugins sidebar - 1,059 plugins comments - 806 plugins images - 723 plugins links - 613 plugins As you set off to load up on plugins, keep in mind that around 99% of WordPressplugins are created by independent, third-party developers and are not always tested or optimized for maximum performance. Many are knock-offs, spin-offs, or just not needed because they provide functionality that is easily achieved by simpler methods.  Plugins
Plugins make the site and can do just about anything Much of what a designer/coder “hard codes” into a site, can simple be accomplished with the right plugin Plugins can conflict, so always note if you install a plugin and something stops working. Un-install that plugin, delete the files and search for a new alternative. INSTALL ONE AT A TIME (use ftp to delete plugin if locked out of admin) Often people use 3 pluginsfo something simple accomplished with 1, i.e. Facebook Like, TweetMeme and Share This – all come together in Add This. Keep your plugins up-to-date Plugins
WordPress Extend Plugins Plugins
Top Plugins for:
All in One SEO Pack Google XML Sitemaps W3 Total Cache (site optimizing) Robots Meta Search Engine Optimization
Add This Twitter Tools Wordbooker Social Networking
MailChimp, MailChimp Archives, MailChimp Posting Subscribe2 Newsletter and Subscriptions
PodPress Podcasting
WP-Ecommerce E-commerce
S2 Member Event Espresso BuddyPress Membership & Event Sites
Google Analytics Dashboard  Analytics360  Google Analytics & Stats
Simple:Press Forum Gravity Forms Disqus Comments Forum Forum, Discussions & Forms
WP Touch for iPad and iPhone Widget Context TubePress Maintenance Mode http://wphacks.com/wordpress-plugins/ Other Amazing Plugins
Press 75: YouTube like Video Gallery  http://www.press75.com/themes/on-demand-theme-demo/ Woo Themes: Amazon like Book Club http://demo.woothemes.com/?name=bookclub Themeforest WooThemes iThemes PageLineshttp://www.pagelines.com/demos/platformpro/ Template Monster Different themes can also change the purpose and function of a WordPress site:
MEDIA
WordPress’ Media Library now features basic image editing. This is a real time-saver for users who need to make simple changes such as rotation, scaling, flipping, and cropping. To facilitate the editing process, the Media Library also includes “undo” and “redo” functionality, aspect-ratio adjustments, pixel-coordinate information, and optional bulk editing of all thumbnails.  How to use:  1. Go to the Media Library and click on “Add New” at the top of the screen  2. In the Upload New Media screen, select and upload your image  3. Next to the thumbnail of your image, click the “Edit image” button  4. Use the tools in the Image Editor to fix up your image Image Editor
Simple paste youtubeurl in post to embed http://www.youtube.com/watch?v=Ms3QdGIzltU Go to Media submenu in Settings to configure Supports: • YouTube  • Vimeo • DailyMotion • blip.tv • Viddler • Hulu • Qik • Revision3  • Scribd • Photobucket • PollDaddy • Google Video  • Flickr (both videos and images)  • WordPress.tv (currently works for only VideoPress-type videos)  YouTube video
Themes Choosing a Theme
Navigation Do categories need to be prominently displayed? Are pages more important? Do you need a dropdown menu system? Is there room for you to build your own navigation if needed? Does it support the WordPress 3.0 menu system?  Theme Options Some themes come equipped with theme options, literally an extra area of settings in the Admin area for customizing the theme. These options can range from simple, like altering colors, to complex, like integrating social media into your theme.  Widget Ready A widget-ready section in your theme enables you to quickly and easily customize its appearance and functionality. A commonly seen widget-ready area is the theme’s sidebar. In a widget-enabled theme, there is a special place in the Admin area where you can configure widgets without messing with any code. For example, you can drop in a mini-calendar, a chat feature, or some administrative links.  Source Files Choosing a Theme
Themes Editing a Theme
Header image/ Logo Colors with CSS Editing a Theme
Style.css known as a style-sheet, tells the web browser colors, positions, font sizes, padding, etc. Browsers see style-sheet code differently Editing a Theme
The Feed
As you publish your blog posts, WordPress generates a variety of feed formats that contain the latest posts for your site.  For typical blogs, most visitors don’t bother with anything less than a site’s full, main-content feed and maybe the complete, all-comments feed. People grab these two main feeds to stay current with just about everything happening at your site. They add your feeds to their feed-reader of choice, and then enjoy all of your site’s feed-delivered content at their convenience.  http://domain.tld/feed/  http://domain.tld/comments/feed/  Podcasts are feeds, iTunes looks at your feed to list The Feed
Under Settings – Reading you can specify a partial or full feed Partial prevents your content from being stolen and abused Also, you may receive less visitors by offering a full feed http://domain.tld/feed/ - RSS 2.0 format  http://domain.tld/feed/rss2/ - RSS 2.0 format  http://domain.tld/feed/rss/ - RSS 0.92 format  http://domain.tld/feed/rdf/ - RDF/RSS 1.0 format  The Feed
There are many ways to track your feed statistics. Perhaps the most popular feed-tracking method is the free feed-delivery service provided by FeedBurner Millions of site owners and bloggers redirect their feeds to FeedBurner, which in turn delivers the feeds to subscribers while gathering statistics on visits, click-throughs, and much more. How to setup feedburner: Register with your Google account Enter the URL of the feed that you would like to burn  Pick a FeedBurner feed URL for each of your feeds  Redirect your original feed URL to its corresponding FeedBurner counterpart  (FeedSmith or FD Feedburnerplugin) The Feed: Feedburner
You can also aggregate feeds onto your website with various plugins and share feeds on your website as well The Feed
Site Security
Remove the wp-admin/install.php file Make sure files set to 644, folder set to 755 Paste this info in wp-config.phphttps://api.wordpress.org/secret-key/1.1/salt/ Site Security
Social Media Tips and Tricks
Feed your twitter account, or other twitter accounts in your sidebar Have links to your social media accounts, facebook, twitter, linkedin Facebook Like, Tweet This, Share This Embed YouTube on your site Keep content fresh Google +1 button (coming soon) Target audience and how you will use them Social Media Tips and Tricks
Authority is calculated based on a site’s linking behavior, categorization and other associated data over a short, finite period of time. A site’s authority may rapidly rise and fall depending on what the blogosphere is discussing at the moment, and how often a site produces content being referenced by other sites.Read more: http://technorati.com/what-is-technorati-authority/#ixzz1L1G7utcX Topical Authority measures a blog’s influence within its subject category. Technorati
SEO Tips and Tricks
Headings Permalinks Sitemap SEO Keywords, Descriptions  Links and Images: “alt”, “title”, “desc” Research on Technorati other blogs SEO Tips and Tricks
Technorati - http://digwp.com/u/273Technorati is a free blog networking service that enables users to favorite your blog and share it with other people in their network. In providing this service, Technorati provides very general, broad statistics concerning your blog’s reach and influence. After registering and “claiming” (verifying) your blog, Technorati begins to measure its success according to the Technorati ranking system, which most likely includes factors related to how people share and favorite your content.  Alexa - http://digwp.com/u/274An Amazon.com company, Alexa uses its user-installed toolbar to gather statistical data on various metrics of internet-browsing behavior. Statistical data is collected from Alexa toolbars and transmitted back to the Alexa website. This data is then stored, analyzed, and reported at the company’s website. The amount of statistical data that Alexa provides is impressive, but there is concern over the bias of its opt-in, self-collecting method of gathering data.  FeedBurner - http://digwp.com/u/275As discussed earlier, FeedBurner is a feed delivery service that measures many different statistical aspects of your feeds. While there are currently several viable alternatives for monitoring your feed statistics, FeedBurner continues to provide quality statistical data to millions of users around the Web. The service is free, requiring only account registration and proper configuration.   Metrics

Weitere ähnliche Inhalte

Andere mochten auch

An Introduction to PHP Classes
An Introduction to PHP ClassesAn Introduction to PHP Classes
An Introduction to PHP ClassesMicah Wood
 
Investor allstars award for charity of the year 2016
Investor allstars award for charity of the year  2016  Investor allstars award for charity of the year  2016
Investor allstars award for charity of the year 2016 Sherry Coutu CBE
 
EdNET15_- Jenny Munn - condensed
EdNET15_- Jenny Munn - condensedEdNET15_- Jenny Munn - condensed
EdNET15_- Jenny Munn - condensedJennyMunn.com
 
Designing for Community David Colby Reed, Foossa
Designing for Community David Colby Reed, FoossaDesigning for Community David Colby Reed, Foossa
Designing for Community David Colby Reed, FoossaService Design Network
 
Organizing Your First Website Usability Test - WP Campus 2016
Organizing Your First Website Usability Test - WP Campus 2016Organizing Your First Website Usability Test - WP Campus 2016
Organizing Your First Website Usability Test - WP Campus 2016Anthony D. Paul
 
The Zombie Cure: Content Strategy for Better Websites
The Zombie Cure: Content Strategy for Better WebsitesThe Zombie Cure: Content Strategy for Better Websites
The Zombie Cure: Content Strategy for Better WebsitesMelissa Eggleston
 
Webinar: You Are Too Cheap!
Webinar: You Are Too Cheap! Webinar: You Are Too Cheap!
Webinar: You Are Too Cheap! WP Engine
 
Classification of seam, sewing method and use
Classification of seam, sewing method and useClassification of seam, sewing method and use
Classification of seam, sewing method and useMd.Belal Uddin
 
The Making of WordPress·com Calypso: A Team Perspective
The Making of WordPress·com Calypso: A Team PerspectiveThe Making of WordPress·com Calypso: A Team Perspective
The Making of WordPress·com Calypso: A Team PerspectiveErin 'Folletto' Casali
 
The Case for the WordPress REST API | WordCamp Montreal 2016
The Case for the WordPress REST API | WordCamp Montreal 2016The Case for the WordPress REST API | WordCamp Montreal 2016
The Case for the WordPress REST API | WordCamp Montreal 2016Roy Sivan
 

Andere mochten auch (10)

An Introduction to PHP Classes
An Introduction to PHP ClassesAn Introduction to PHP Classes
An Introduction to PHP Classes
 
Investor allstars award for charity of the year 2016
Investor allstars award for charity of the year  2016  Investor allstars award for charity of the year  2016
Investor allstars award for charity of the year 2016
 
EdNET15_- Jenny Munn - condensed
EdNET15_- Jenny Munn - condensedEdNET15_- Jenny Munn - condensed
EdNET15_- Jenny Munn - condensed
 
Designing for Community David Colby Reed, Foossa
Designing for Community David Colby Reed, FoossaDesigning for Community David Colby Reed, Foossa
Designing for Community David Colby Reed, Foossa
 
Organizing Your First Website Usability Test - WP Campus 2016
Organizing Your First Website Usability Test - WP Campus 2016Organizing Your First Website Usability Test - WP Campus 2016
Organizing Your First Website Usability Test - WP Campus 2016
 
The Zombie Cure: Content Strategy for Better Websites
The Zombie Cure: Content Strategy for Better WebsitesThe Zombie Cure: Content Strategy for Better Websites
The Zombie Cure: Content Strategy for Better Websites
 
Webinar: You Are Too Cheap!
Webinar: You Are Too Cheap! Webinar: You Are Too Cheap!
Webinar: You Are Too Cheap!
 
Classification of seam, sewing method and use
Classification of seam, sewing method and useClassification of seam, sewing method and use
Classification of seam, sewing method and use
 
The Making of WordPress·com Calypso: A Team Perspective
The Making of WordPress·com Calypso: A Team PerspectiveThe Making of WordPress·com Calypso: A Team Perspective
The Making of WordPress·com Calypso: A Team Perspective
 
The Case for the WordPress REST API | WordCamp Montreal 2016
The Case for the WordPress REST API | WordCamp Montreal 2016The Case for the WordPress REST API | WordCamp Montreal 2016
The Case for the WordPress REST API | WordCamp Montreal 2016
 

Kürzlich hochgeladen

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 

Kürzlich hochgeladen (20)

Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 

WIN WordPress Workshop

  • 2. WordPress.com is a hosted blogging service. Sites hosted at WordPress.com are located at URLs like “yoursite.wordpress.com” and are largely used only for blogs. Overall, you have less control, can’t use any of the wide array of plug-in that makes the “real” WordPress great, and cannot deliver your own advertising. WordPress.org (the real WordPress) This “real” WordPress to which WordPress.org is dedicated, is where you download the latest version files, which you then upload to your website. (For most web hosting plans, this is also a one click process through your control panel – GoDaddy, Bluehost, etc).  You (and us as a designer) have absolute and total control of your site, for use on your own servers, with no usage restrictions at all. WordPress 3.1.1
  • 4. The core software is built by hundreds of community volunteers, with thousands of plugins and themes available to transform your site into almost anything you can imagine. Used by sites like: WordPress 3.1.1 engineering.missouri.eduaxlsmith.com
  • 7. Installation and Setup Web Server SQL Install/access a FTP program: FileZilla http://sourceforge.net/projects/filezilla/ (other, Fetch or Transmit for Mac / WS_FTP or AutoFTP for PC) Create MySQL Database (log into your hosting, access your control panel to create a database)
  • 8. Download and unzip the WordPress package, if you haven't already. Create a database for WordPress on your web server, as well as a MySQL user who has all privileges for accessing and modifying it. Rename the wp-config-sample.php file to wp-config.php. Open wp-config.php in a text editor and fill in your database details as explained in Editing wp-config.php to generate and use your secret key password. Place the WordPress files in the desired location on your web server: Run the WordPress installation script by accessing wp-admin/install.php in a web browser. If you installed WordPress in the root directory, you should visit: http://example.com/wp-admin/install.php If you installed WordPress in its own subdirectory called blog, for example, you should visit: http://example.com/blog/wp-admin/install.php That's it! WordPress should now be installed. Installation and Setup
  • 11. WordPress 3.1.1 If you have used a WordPress.com blog, then you are already familiar with this. In WordPress 3.1, an administration bar will be added to connect the back end to the front end of your blog. This feature will be most useful for people on multisite installs, but it will be useful for single-site users also because it provides 1-click access to dashboard, new post form, etc.
  • 12. WordPress 3.1.1 Because WordPress is used by audience of all types (beginners, intermediates, advanced, etc.), the UI team has decided to make the write panels a lot cleaner by removing a lot of confusing fields by default such as the WordPress Custom Fields area, and others. But you can get those fields by customizing your WordPress dashboard via the Screen tab.
  • 13. POSTS
  • 14. The Visual Editor Short Link/Permalink Publish Date Custom Post Formats (vary with theme installed) Standard – A regular blog post (no format) Aside – Small blurbs, random thoughts, etc. Chat – Dialogue from instant messaging and chat Gallery – Groups of images or other media files Image – Any image Link – Cool links to awesome resources Quote – Any quote Status – Updates to 3rd-party services, like Twitter Video – Any video, screencast, slideshow, etc. Audio – Any audio clip, song, or podcast POSTS
  • 15. Only one category per post (for SEO purposes) Multiple tags Both very similar: http://yoursite.com/category/recipes http://yoursite.com/tag/spaghetti Change permalink structure if title is too long Utilize the excerpt filed (depends on theme) Use display options to edit various elements of the post Template pages/posts POSTS
  • 16. WordPress 3.1.1 Internal linking is great for WordPress SEO. Previously, if a blogger wanted to add links to their previous articles, they had to open a new tab in their browser, find the url, and then add it. Well, in WordPress 3.1, the core team has provided an internal linking system that allows you to search through your database for the right post and link to it. To use this feature, you must use the Visual Post Editor, and try to make a hyperlink. There is a new option added that you can see in the screenshot above.
  • 17. POSTS Previously, sorting through WordPress posts pagination was a pain. Now, you can simply enter the number of the page you want to go to. Also, columns are now sortable. As you can see there is an arrow right by the title.
  • 19. Typical comment is the form on the bottom of a post/page, user enters email, name and comment. That’s just called a “comment,” and it will show up along with any other comments in your site’s comment area. They publish a post on their site that includes a link to your article so their readers can go there and read about bacon. In this scenario, WordPress would detect that incoming link from the Food Network and reciprocate by automatically posting a link back to the Food Network site. This return link usually displays the title of the linking post as its anchor text. The main difference is that an actual link is not required for trackbacks. If they create a trackback to your post (via the Post Edit screen in the WordPress Admin), Comments, Trackbacks and Pingbacks
  • 20. In the Admin area, go to “Settings > Discussion” and uncheck the option for “Allow link notifications from other Weblogs.” This will disable pingbacks and trackbacks on your site for all posts going forward. This global setting may be overridden on a post-by-post basis by checking “Allow Pings” on the Post Write/ Edit page. How to Disable
  • 21. Default Article Settings - If you don’t need comments on your site, disable them. Completely disabling comments is a sure-fire, bulletproof way to eliminate all comment spam. Users must be registered and logged in to comment - One way to allow comments but eliminate 90% (or more) of spam is to require the user to be registered and logged-in to your site before commenting. Before a comment appears - An administrator must always approve the comment. If you have the time, this is another good way to ensure that no spam comments appear on your site. Before a comment appears - Comment author must fill out name and e-mail. This may not do much for fighting spam, but it will discourage some of the lazier folks from commenting. Before a comment appears - Comment author must have a previously approved comment. This is an effective way to prevent spam, although it does require some time on busier sites. Comments Spam
  • 22. Auto-close Comments - Spammers often target older posts. Auto-closing comments on old posts helps reduce overall spam. Hold a comment in the queue if it contains “x” or more links - As it says, this is a great way to screen any comments that have too many links. How many is up to you. Comment Moderation Blacklist - This is a regular-expression blacklist of terms that will kick suspect comments into the moderation queue. Load this puppy up with all your favorite spam words – cialis, xanax, vicodin, viagra, etc. – and gain more control over your site’s comments. Comment Spam Blacklist - Similar to the Moderation Blacklist, the Spam Blacklist features a list of regular expressions that will throw the comment into the spam bin. Be careful of the words that you include in this list, because anything that matches is essentially discarded. Comments Spam cont.
  • 23. WIDGETS, AKA The Sidebar
  • 24. Number of sidebars can vary depending on the theme (specified in the theme’s functions.php file) Some themes come with custom widgets Some themes can specify in their theme options for a left, right or no-sidebar for pages and posts WIDGETS / The Sidebar
  • 25. Search Custom Text Links (Blogroll) Subscribe Categories Archives Different sidebars for different pages? Widget Context WIDGETS / The Sidebar
  • 26. USERS
  • 27. Administrators - Full access and privileges to everything. Editors - Editors may publish and edit posts and manage the posts of others. Authors - Authors may publish and edit their own posts, but not the posts of others. Contributors - Contributors may write and manage their posts, but not publish them. Subscribers - Subscribers are visitors who have registered with your site. Their privileges are no different than those of the common visitor, but subscribers have shown extra interest in your site by providing their information while registering for your site. Users
  • 28. Change your display name Customize password to something you can remember Add your Gravatar Users
  • 30. widgets - 2,087 plugins posts - 2,586 plugins administration (admin) - 1,090 plugins sidebar - 1,059 plugins comments - 806 plugins images - 723 plugins links - 613 plugins As you set off to load up on plugins, keep in mind that around 99% of WordPressplugins are created by independent, third-party developers and are not always tested or optimized for maximum performance. Many are knock-offs, spin-offs, or just not needed because they provide functionality that is easily achieved by simpler methods. Plugins
  • 31. Plugins make the site and can do just about anything Much of what a designer/coder “hard codes” into a site, can simple be accomplished with the right plugin Plugins can conflict, so always note if you install a plugin and something stops working. Un-install that plugin, delete the files and search for a new alternative. INSTALL ONE AT A TIME (use ftp to delete plugin if locked out of admin) Often people use 3 pluginsfo something simple accomplished with 1, i.e. Facebook Like, TweetMeme and Share This – all come together in Add This. Keep your plugins up-to-date Plugins
  • 34. All in One SEO Pack Google XML Sitemaps W3 Total Cache (site optimizing) Robots Meta Search Engine Optimization
  • 35. Add This Twitter Tools Wordbooker Social Networking
  • 36. MailChimp, MailChimp Archives, MailChimp Posting Subscribe2 Newsletter and Subscriptions
  • 39. S2 Member Event Espresso BuddyPress Membership & Event Sites
  • 40. Google Analytics Dashboard Analytics360 Google Analytics & Stats
  • 41. Simple:Press Forum Gravity Forms Disqus Comments Forum Forum, Discussions & Forms
  • 42. WP Touch for iPad and iPhone Widget Context TubePress Maintenance Mode http://wphacks.com/wordpress-plugins/ Other Amazing Plugins
  • 43. Press 75: YouTube like Video Gallery http://www.press75.com/themes/on-demand-theme-demo/ Woo Themes: Amazon like Book Club http://demo.woothemes.com/?name=bookclub Themeforest WooThemes iThemes PageLineshttp://www.pagelines.com/demos/platformpro/ Template Monster Different themes can also change the purpose and function of a WordPress site:
  • 44. MEDIA
  • 45. WordPress’ Media Library now features basic image editing. This is a real time-saver for users who need to make simple changes such as rotation, scaling, flipping, and cropping. To facilitate the editing process, the Media Library also includes “undo” and “redo” functionality, aspect-ratio adjustments, pixel-coordinate information, and optional bulk editing of all thumbnails. How to use: 1. Go to the Media Library and click on “Add New” at the top of the screen 2. In the Upload New Media screen, select and upload your image 3. Next to the thumbnail of your image, click the “Edit image” button 4. Use the tools in the Image Editor to fix up your image Image Editor
  • 46. Simple paste youtubeurl in post to embed http://www.youtube.com/watch?v=Ms3QdGIzltU Go to Media submenu in Settings to configure Supports: • YouTube • Vimeo • DailyMotion • blip.tv • Viddler • Hulu • Qik • Revision3 • Scribd • Photobucket • PollDaddy • Google Video • Flickr (both videos and images) • WordPress.tv (currently works for only VideoPress-type videos) YouTube video
  • 48. Navigation Do categories need to be prominently displayed? Are pages more important? Do you need a dropdown menu system? Is there room for you to build your own navigation if needed? Does it support the WordPress 3.0 menu system? Theme Options Some themes come equipped with theme options, literally an extra area of settings in the Admin area for customizing the theme. These options can range from simple, like altering colors, to complex, like integrating social media into your theme. Widget Ready A widget-ready section in your theme enables you to quickly and easily customize its appearance and functionality. A commonly seen widget-ready area is the theme’s sidebar. In a widget-enabled theme, there is a special place in the Admin area where you can configure widgets without messing with any code. For example, you can drop in a mini-calendar, a chat feature, or some administrative links. Source Files Choosing a Theme
  • 50. Header image/ Logo Colors with CSS Editing a Theme
  • 51. Style.css known as a style-sheet, tells the web browser colors, positions, font sizes, padding, etc. Browsers see style-sheet code differently Editing a Theme
  • 53. As you publish your blog posts, WordPress generates a variety of feed formats that contain the latest posts for your site. For typical blogs, most visitors don’t bother with anything less than a site’s full, main-content feed and maybe the complete, all-comments feed. People grab these two main feeds to stay current with just about everything happening at your site. They add your feeds to their feed-reader of choice, and then enjoy all of your site’s feed-delivered content at their convenience. http://domain.tld/feed/ http://domain.tld/comments/feed/ Podcasts are feeds, iTunes looks at your feed to list The Feed
  • 54. Under Settings – Reading you can specify a partial or full feed Partial prevents your content from being stolen and abused Also, you may receive less visitors by offering a full feed http://domain.tld/feed/ - RSS 2.0 format http://domain.tld/feed/rss2/ - RSS 2.0 format http://domain.tld/feed/rss/ - RSS 0.92 format http://domain.tld/feed/rdf/ - RDF/RSS 1.0 format The Feed
  • 55. There are many ways to track your feed statistics. Perhaps the most popular feed-tracking method is the free feed-delivery service provided by FeedBurner Millions of site owners and bloggers redirect their feeds to FeedBurner, which in turn delivers the feeds to subscribers while gathering statistics on visits, click-throughs, and much more. How to setup feedburner: Register with your Google account Enter the URL of the feed that you would like to burn Pick a FeedBurner feed URL for each of your feeds Redirect your original feed URL to its corresponding FeedBurner counterpart (FeedSmith or FD Feedburnerplugin) The Feed: Feedburner
  • 56. You can also aggregate feeds onto your website with various plugins and share feeds on your website as well The Feed
  • 58. Remove the wp-admin/install.php file Make sure files set to 644, folder set to 755 Paste this info in wp-config.phphttps://api.wordpress.org/secret-key/1.1/salt/ Site Security
  • 59. Social Media Tips and Tricks
  • 60. Feed your twitter account, or other twitter accounts in your sidebar Have links to your social media accounts, facebook, twitter, linkedin Facebook Like, Tweet This, Share This Embed YouTube on your site Keep content fresh Google +1 button (coming soon) Target audience and how you will use them Social Media Tips and Tricks
  • 61. Authority is calculated based on a site’s linking behavior, categorization and other associated data over a short, finite period of time. A site’s authority may rapidly rise and fall depending on what the blogosphere is discussing at the moment, and how often a site produces content being referenced by other sites.Read more: http://technorati.com/what-is-technorati-authority/#ixzz1L1G7utcX Topical Authority measures a blog’s influence within its subject category. Technorati
  • 62. SEO Tips and Tricks
  • 63. Headings Permalinks Sitemap SEO Keywords, Descriptions Links and Images: “alt”, “title”, “desc” Research on Technorati other blogs SEO Tips and Tricks
  • 64. Technorati - http://digwp.com/u/273Technorati is a free blog networking service that enables users to favorite your blog and share it with other people in their network. In providing this service, Technorati provides very general, broad statistics concerning your blog’s reach and influence. After registering and “claiming” (verifying) your blog, Technorati begins to measure its success according to the Technorati ranking system, which most likely includes factors related to how people share and favorite your content. Alexa - http://digwp.com/u/274An Amazon.com company, Alexa uses its user-installed toolbar to gather statistical data on various metrics of internet-browsing behavior. Statistical data is collected from Alexa toolbars and transmitted back to the Alexa website. This data is then stored, analyzed, and reported at the company’s website. The amount of statistical data that Alexa provides is impressive, but there is concern over the bias of its opt-in, self-collecting method of gathering data. FeedBurner - http://digwp.com/u/275As discussed earlier, FeedBurner is a feed delivery service that measures many different statistical aspects of your feeds. While there are currently several viable alternatives for monitoring your feed statistics, FeedBurner continues to provide quality statistical data to millions of users around the Web. The service is free, requiring only account registration and proper configuration. Metrics