SlideShare a Scribd company logo
1 of 70
How to Add Content to your
basic Drupal Site
Musings of a Drupal Girl
04/16/13 2
Disclaimer
I am only just a beginner in Drupal so I
might not be able to explain everything
right now, but I will try to do so to the very
best of my ability!
I am only just a beginner in Drupal so I
might not be able to explain everything
right now, but I will try to do so to the very
best of my ability!
04/16/13 3
First: Starting up Drupal (re-cap)
04/16/13 4
First: Starting up Drupal (re-cap)
• Click on “Go to my site”
• You will get to your login page
• Sign in and voila, you are in.
04/16/13 5
First: Starting up Drupal (re-cap)
04/16/13 6
How to Add Content 101
04/16/13 7
How to Add Content 101
• When you click on “Add Content”, you will get 2 default
basic content types:
• #1: Article
• The Article content type (formerly known as “story”) is used to
add content such as news or information – content that is
updated/added more frequently.
• Articles can be cross-referenced and categorised, and are
usually sorted with the most recent post at the top; although
this can be customised with contributed modules, e.g. Views,
but we will go into that another time.
04/16/13 8
How to Add Content 101
• When you click on “Add Content”, you will get 2 default
basic content types:
• #2: Basic Page
• The Basic Page content type is typically to create pages that
have static content (meaning you don’t change it often).
• These are usually linked to the main navigation bar but are
certainly not required to.
04/16/13 9
How to Add Content 101
• Other Content Types & Users
• Yes, you can add other content types such as forms or polls
• You can also have multiple users for one website (just like
WordPress).
• Of course, this is more in-depth and we will cover other
content types as well as users in subsequent posts.
• If you would like a little read about users, check out Richard’s
take on it as he builds a website.
04/16/13 10
Creating your Article: Content
04/16/13 11
• The “title” is self-explanatory.
• The “tags” below that is what Drupalists call “taxonomy”.
As our Drupal expert Richard explains in his
post about taxonomy, it is basically classifying your content
with organisational keywords
• It is the same as “tags” in WordPress and allows you to
connect, relate and classify your website content.
• You can also choose to add an image to your Article if you
wish to.
Creating your Article: Content
04/16/13 12
Creating your first Article: Content
04/16/13 13
Creating your Article: Content
• The “body” is where you fill in your main content.
• If you look at the bottom of it, you’ll see 3 different text
formats you can use: “Filtered HTML”, “Full HTML” and
“plain text”.
• There is a guide there that you can use to see which format
is the best for you.
04/16/13 14
Creating your Article: Content
• Personally, I know some HTML so “Full HTML” is what I like
so that I can customise the look of my “body” text.
• Next to the word “Body”, you will find a link that says “Edit
Summary”. When you click on this, a new box for a
Summary will appear.
04/16/13 15
Creating your Article: Content
04/16/13 16
Creating your Article: Content
• What this means is that you can create a Summary of your
Body text in the Summary box.
• This is similar to a meta description.
• If you do not wish to fill this part up, no worries. Drupal will
just take the first paragraph or so from your Body text and
use it as a Summary.
• Now the bottom part before you click “Save” or “Preview”
can get a little tricky, so let me explain it one by one to
help us all out.
04/16/13 17
Creating your Article: Menu Settings
04/16/13 18
Creating your Article: Menu Settings
• For “Menu settings”, the default setting is to not a provide
a “menu link”.
• A “menu link” is for connecting your content type to the
main navigational bar, aka your menu, which makes it more
like a page.
• As you don’t really do this for the Article content type and
leave the “Menu settings” as its default of no menu link, I
will explain more about this when we touch on the Basic
Page content type later in this guide.
04/16/13 19
Creating your Article: Revision Info.
04/16/13 20
Creating your Article: Revision Info.
• This option is of a higher-level and is more complicated,
which I may touch on much later in this series (I gotta learn
it too!). But for now, do just leave it as it is.
04/16/13 21
Creating your Article: URL path settings
04/16/13 22
Creating your Article: URL path settings
• URL path settings basically mean the URL for your Article,
e.g.
“http://www.MyDrupalSite.com/content/MyFirstArticle”.
• The main default as shown above is to “Generate automatic
URL alias” which means Drupal will automatically create a
URL for your Article based on your Article Title.
• In this case, it will be “content/welcome” as my title is
‘Welcome’.
04/16/13 23
Creating your Article: URL path settings
04/16/13 24
Creating your Article: URL path settings
• If you uncheck this, you will be able to create a custom URL
for your Article so it’s entirely up to you.
• With Article content types that have a very long title, it is
certainly helpful to create a custom URL where you shorten
it to what you want if you wish to.
04/16/13 25
Creating your Article: Comment settings
04/16/13 26
Creating your Article: Comment settings
• This is pretty self-explanatory.
• You can choose whether or not you want others to comment
on the posts you make.
• Of course, commenting cannot happen until you finish your
local Drupal site and actually put it online, which may be
covered later on (a Google search has indicated the level
needed to put it online!).
04/16/13 27
Creating your Article: Authoring info.
04/16/13 28
Creating your Article: Authoring info.
• Authoring information lets you customise the name you
want to post under
• Subsequently, as you develop further, you may have more
users on your Drupal site (e.g if you have multiple
contributors/collaborators) and you can choose to post
under their names instead of your own.
• You can also choose a specific date and time that you want
to show as the the date/time you posted this Article.
04/16/13 29
Creating your Article: Publishing options
04/16/13 30
Creating your Article: Publishing options
• There are 3 options here for your ‘Publishing options’:
• Published
• You can choose whether you want to publish your Article right
away or leave it as a draft. Uncheck this box if you want to
leave it as a draft.
• Promoted to front page
• Checking this box basically means that this Article will show up
on your front page, aka your home page.
• Sticky at top of lists
• A “sticky” means that this Article you are about to publish/save
will be on top of all your lists, e.g. forum lists, front page lists.
04/16/13 31
Creating your Article
• And that’s pretty much the basics of how to add the Article
content type to your basic Drupal site!
• Save your awesome first post, and you’ll get something like
mine:
04/16/13 32
Creating your Article
• And that’s pretty much the basics of how to add the Article
content type to your basic Drupal site!
• Save your awesome first post, and you’ll get something like
mine:
04/16/13 33
First Article created!
04/16/13 34
First Article created!
• In case you're wondering, for my Article, I did the following:
• Didn't provide a menu link
• Went with the default for Revision information & URL path
settings
• Allowed comments
• Left the Authoring information as default
• Set my Article to "Published" & "Promoted to front page”.
04/16/13 35
Creating your Basic Page: Content
04/16/13 36
Creating your Basic Page: Content
• Just like the Article content type, you have your
• Title
• Body
• Option to include a Summary about the page.
04/16/13 37
Creating your Basic Page: Content
04/16/13 38
Creating your Basic Page: Content
• You also have the same “Text format” options and the same
options before you publish, as per the Article content type.
• Now let’s go into them one by one to see how different it is
from the Article.
04/16/13 39
Creating your Basic Page: Menu settings
04/16/13 40
Creating your Basic Page: Menu settings
• For “Menu settings”, the default setting is to not a provide
a “menu link”.
• A “menu link” is for connecting your content type to the
main navigational bar, aka your menu, which makes it more
like a page.
04/16/13 41
Creating your Basic Page: Menu settings
• As you now have a Basic Page content type (this can be
called “About”, “Contact”, “News”, whatever you would
like), you want it to be added to the navigational bar so
that it will be like other websites that have “Home”,
“About”, “News”, “Contact”, etc.
• So check the box, and you will get this:
04/16/13 42
Creating your Basic Page: Menu settings
04/16/13 43
Creating your Basic Page: Menu settings
• Menu link title
• This is basically what you want to call your Basic Page in the
navigational bar.
• For example, the title of your Basic Page is “About My
Company”, it is a little too long for your navigational bar so you
would just put “About” for the ‘Menu link title’.
04/16/13 44
Creating your Basic Page: Menu settings
• What happens when you save it later, is that your
navigational bar will show “About” while the title in your
window will show “About My Company”, like this:
04/16/13 45
Creating your Basic Page: Menu settings
04/16/13 46
Creating your Basic Page: Menu settings
• Description
• The description is shown when the cursor (aka your little
mouse arrow) is hovered (aka placed over) the Menu link title,
like this:
04/16/13 47
Creating your Basic Page: Menu settings
04/16/13 48
Creating your Basic Page: Menu settings
• Parent item
There are 2 options under Parent item.
1. Main menu
• This is the default setting. By selecting this, your Basic Page
will appear in your navigational bar.
2. –Home
• As you add more Basic Page content types, there will be more
of these options “–Basic Page”. Selecting this option means
that your Basic Page will be added as a sub-menu item, which
will be explained in subsequent posts.
04/16/13 49
Creating your Basic Page: Menu settings
• For now, as this is a basic guide on how to add content to
your basic Drupal site, we will go with the default setting
of “Main menu”.
04/16/13 50
Creating your Basic Page: Menu settings
• Weight
• ‘Weight’ matters for the organisation of Basic Page content
types in your navigational bar. If you leave it as the default 0,
it means that the Basic Page you just created will be the first
tab in your navigational bar:
04/16/13 51
Creating your Basic Page: Menu settings
04/16/13 52
Creating your Basic Page: Menu settings
• As we all know that “Home” comes before “About”, we
need to change this and we go about it by changing the
‘Weight’.
• By changing the weight to ’1′ (a positive digit 1), this will
let “About” come after “Home”:
04/16/13 53
Creating your Basic Page: Menu settings
04/16/13 54
Creating your Basic Page: Menu settings
• And tadah! “Home” now comes before “About”, showing
you what ‘Weight’ is all about.
04/16/13 55
Creating your Basic Page: Revision info.
04/16/13 56
Creating your Basic Page: Revision info.
• As mentioned above, this is of a higher-level, which I may
touch on much later in this series but for now, do just leave
it as it is.
04/16/13 57
Creating your Basic Page: URL path settings
04/16/13 58
Creating your Basic Page: URL path settings
• Like the Article, URL path settings basically mean the URL
for your Basic Page, e.g.
http://www.MyDrupalSite.com/content/MyFirstBasicPage.
• The main default as shown above is to “Generate automatic
URL alias” which means Drupal will automatically create a
URL for your Basic Page based on your Basic Page Title.
• In this case, it will be “content/about-my-company” as my
title is ‘About My Company’.
04/16/13 59
Creating your Basic Page: URL path settings
04/16/13 60
Creating your Basic Page: URL path settings
• If you uncheck this, you will be able to create a custom URL
for your Basic Page.
• As I find “about-my-company” a little too long for the URL
of an ‘About’ Page, I’ve unchecked the box and created my
own URL:
04/16/13 61
Creating your Basic Page: URL path settings
04/16/13 62
Creating your Basic Page: Comment settings
• For a Basic Page, you certainly don’t want others to
comment as it is mostly static content so it’s best to your
‘Comment settings’ as Closed:
04/16/13 63
Creating your Basic Page: Comment settings
04/16/13 64
Creating your Basic Page: Authoring info.
• Authoring information is also the same as the Article
content type.
• It is up to you to choose whoever you wish to place as the
author (when you have more users) and the time/date you
wish to have others see as your posting time/date.
04/16/13 65
Creating your Basic Page: Authoring info.
04/16/13 66
Creating your Basic Page: Publishing options
• For ‘Publishing options’, all you have to do is choose
whether you want your Basic Page ‘Published’ or not as it
will already be on your navigational bar, so you don’t need
it promoted to the front page or as a sticky.
04/16/13 67
Creating your Basic Page: Publishing options
04/16/13 68
First Basic Page created!
04/16/13 69
How to Add Content 101
04/16/13 70
How to Add Content 101
• I would love to hear from you about my little guide! Was it
easy enough? Was it too hard? Is there anything that I can
do better or faster? What else do you want to find out next?
• Feel free to email me anytime at nicole@olindata.com. Till
next post!
Musings of a Drupal Girl – How to Add Content

More Related Content

What's hot

488 Tutorial: Blogging
488 Tutorial: Blogging488 Tutorial: Blogging
488 Tutorial: Bloggingsarafpowell1
 
Noodle tools tutorial
Noodle tools tutorialNoodle tools tutorial
Noodle tools tutorialdknott715
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateSean Burgess
 
HTML5- Create divisions in a web page
HTML5- Create divisions in a web pageHTML5- Create divisions in a web page
HTML5- Create divisions in a web pageGrayzon Gonzales, LPT
 
How to fix error 404 not found on word press
How to fix error 404 not found on word pressHow to fix error 404 not found on word press
How to fix error 404 not found on word pressAnny Rathore
 
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD CombinationLotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD CombinationSean Burgess
 
Windows Vista
Windows VistaWindows Vista
Windows Vistacartsh
 
Customizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSSCustomizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSSLaura Hartwig
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateSean Burgess
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notesbutest
 

What's hot (17)

488 Tutorial: Blogging
488 Tutorial: Blogging488 Tutorial: Blogging
488 Tutorial: Blogging
 
Librarything
LibrarythingLibrarything
Librarything
 
Noodle tools tutorial
Noodle tools tutorialNoodle tools tutorial
Noodle tools tutorial
 
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBlog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
HTML5- Create divisions in a web page
HTML5- Create divisions in a web pageHTML5- Create divisions in a web page
HTML5- Create divisions in a web page
 
Week 5 Lecture
Week 5 LectureWeek 5 Lecture
Week 5 Lecture
 
How to fix error 404 not found on word press
How to fix error 404 not found on word pressHow to fix error 404 not found on word press
How to fix error 404 not found on word press
 
Web development basics
Web development basicsWeb development basics
Web development basics
 
Fabulous Freebies
Fabulous FreebiesFabulous Freebies
Fabulous Freebies
 
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD CombinationLotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
Lotusphere 2012 Speedgeeking - jQuery & Domino, a RAD Combination
 
Windows Vista
Windows VistaWindows Vista
Windows Vista
 
WordPress Complete Tutorial
WordPress Complete TutorialWordPress Complete Tutorial
WordPress Complete Tutorial
 
Basic of web design
Basic of web designBasic of web design
Basic of web design
 
Customizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSSCustomizing Your WordPress Theme Using Firebug and Basic CSS
Customizing Your WordPress Theme Using Firebug and Basic CSS
 
Artistic Web Applications - Week3 - Part 3
Artistic Web Applications - Week3 - Part 3Artistic Web Applications - Week3 - Part 3
Artistic Web Applications - Week3 - Part 3
 
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog TemplateBP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
BP304 - Blog It Up, Baby! Extending the new IBM Lotus Domino Blog Template
 
Web Design Notes
Web Design NotesWeb Design Notes
Web Design Notes
 

Viewers also liked

Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...
Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...
Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...Joseph Nodin
 
Integrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web siteIntegrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web siteHock Leng PUAH
 
Global Top 15 News Sites
Global Top 15 News Sites Global Top 15 News Sites
Global Top 15 News Sites Simplify360
 
How to Use Website Strategy to Rise to New Heights
How to Use Website Strategy to Rise to New HeightsHow to Use Website Strategy to Rise to New Heights
How to Use Website Strategy to Rise to New HeightsDesignHammer
 
concrete5 harvest festival 2016
concrete5  harvest festival 2016concrete5  harvest festival 2016
concrete5 harvest festival 2016武彦 大山
 
Tessel: The End of Web Development (as we know it)
Tessel: The End of Web Development (as we know it)Tessel: The End of Web Development (as we know it)
Tessel: The End of Web Development (as we know it)TechnicalMachine
 
Nginx Internals
Nginx InternalsNginx Internals
Nginx InternalsJoshua Zhu
 
PHP Summer Training Presentation
PHP Summer Training PresentationPHP Summer Training Presentation
PHP Summer Training PresentationNitesh Sharma
 
CBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL PresentationCBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL PresentationGuru Ji
 
What Is a Cloud-first Headless CMS
What Is a Cloud-first Headless CMSWhat Is a Cloud-first Headless CMS
What Is a Cloud-first Headless CMSKentico Software
 
Customer Relationship Management (CRM)
Customer Relationship Management (CRM)Customer Relationship Management (CRM)
Customer Relationship Management (CRM)Jaiser Abbas
 

Viewers also liked (19)

Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...
Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...
Communiqué presse douane ocrtis 404 kg cannabis antilles (communication anti...
 
Integrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web siteIntegrate jQuery PHP MySQL project to JOOMLA web site
Integrate jQuery PHP MySQL project to JOOMLA web site
 
Global Top 15 News Sites
Global Top 15 News Sites Global Top 15 News Sites
Global Top 15 News Sites
 
How to Use Website Strategy to Rise to New Heights
How to Use Website Strategy to Rise to New HeightsHow to Use Website Strategy to Rise to New Heights
How to Use Website Strategy to Rise to New Heights
 
concrete5 harvest festival 2016
concrete5  harvest festival 2016concrete5  harvest festival 2016
concrete5 harvest festival 2016
 
Tessel: The End of Web Development (as we know it)
Tessel: The End of Web Development (as we know it)Tessel: The End of Web Development (as we know it)
Tessel: The End of Web Development (as we know it)
 
Nginx Internals
Nginx InternalsNginx Internals
Nginx Internals
 
PHP Summer Training Presentation
PHP Summer Training PresentationPHP Summer Training Presentation
PHP Summer Training Presentation
 
MYSQL.ppt
MYSQL.pptMYSQL.ppt
MYSQL.ppt
 
Introduction to Mysql
Introduction to MysqlIntroduction to Mysql
Introduction to Mysql
 
Introduction to MySQL
Introduction to MySQLIntroduction to MySQL
Introduction to MySQL
 
MySql slides (ppt)
MySql slides (ppt)MySql slides (ppt)
MySql slides (ppt)
 
CBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL PresentationCBSE XII Database Concepts And MySQL Presentation
CBSE XII Database Concepts And MySQL Presentation
 
What Is a Cloud-first Headless CMS
What Is a Cloud-first Headless CMSWhat Is a Cloud-first Headless CMS
What Is a Cloud-first Headless CMS
 
PHP Project PPT
PHP Project PPTPHP Project PPT
PHP Project PPT
 
Php mysql ppt
Php mysql pptPhp mysql ppt
Php mysql ppt
 
Php Presentation
Php PresentationPhp Presentation
Php Presentation
 
Customer Relationship Management (CRM)
Customer Relationship Management (CRM)Customer Relationship Management (CRM)
Customer Relationship Management (CRM)
 
Crm final ppt
Crm final pptCrm final ppt
Crm final ppt
 

Similar to How to Add Content to your basic Drupal site - Musings of a Drupal Girl

Blogging Basics
Blogging BasicsBlogging Basics
Blogging BasicsRino Landa
 
Workshop I: Intro to Using Drupal
Workshop I: Intro to Using DrupalWorkshop I: Intro to Using Drupal
Workshop I: Intro to Using Drupalkdmarks
 
[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用Drupal Taiwan
 
Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014Stephanie Eckles
 
Make hyperlink
Make hyperlinkMake hyperlink
Make hyperlinkalvin567
 
MEA 2014 - Intro to weebly
MEA 2014 - Intro to weeblyMEA 2014 - Intro to weebly
MEA 2014 - Intro to weeblyDesiree Caskey
 
Wordpress Pages introduction to wordpress and many other fages of wordpress.pptx
Wordpress Pages introduction to wordpress and many other fages of wordpress.pptxWordpress Pages introduction to wordpress and many other fages of wordpress.pptx
Wordpress Pages introduction to wordpress and many other fages of wordpress.pptxhello1506hello
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training PresentationMayeCreate Design
 
Castro Chapter 3
Castro Chapter 3Castro Chapter 3
Castro Chapter 3Jeff Byrnes
 
Getting Started with Drupal
Getting Started with DrupalGetting Started with Drupal
Getting Started with DrupalNina McHale
 
Getting Started with Drupal
Getting Started with DrupalGetting Started with Drupal
Getting Started with DrupalRachel Vacek
 
Getting Started with Drupal
Getting Started with DrupalGetting Started with Drupal
Getting Started with DrupalRachel Vacek
 
Blogger
BloggerBlogger
Bloggerhcanup
 

Similar to How to Add Content to your basic Drupal site - Musings of a Drupal Girl (20)

Blogging Basics
Blogging BasicsBlogging Basics
Blogging Basics
 
Workshop I: Intro to Using Drupal
Workshop I: Intro to Using DrupalWorkshop I: Intro to Using Drupal
Workshop I: Intro to Using Drupal
 
Word press training
Word press trainingWord press training
Word press training
 
BiblioBoard
BiblioBoardBiblioBoard
BiblioBoard
 
[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用[DCTPE2011] Drupal 7 的Fields/Views 運用
[DCTPE2011] Drupal 7 的Fields/Views 運用
 
Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014Content-Driven WordPress Development - WordCamp Omaha 2014
Content-Driven WordPress Development - WordCamp Omaha 2014
 
Blogging basics 101.pptx
Blogging basics 101.pptxBlogging basics 101.pptx
Blogging basics 101.pptx
 
Graziadio Word Press Getting Started Show
Graziadio Word Press Getting Started ShowGraziadio Word Press Getting Started Show
Graziadio Word Press Getting Started Show
 
Make hyperlink
Make hyperlinkMake hyperlink
Make hyperlink
 
MEA 2014 - Intro to weebly
MEA 2014 - Intro to weeblyMEA 2014 - Intro to weebly
MEA 2014 - Intro to weebly
 
10 Hacks To Design The Perfect Homepage!
10 Hacks To Design The Perfect Homepage!10 Hacks To Design The Perfect Homepage!
10 Hacks To Design The Perfect Homepage!
 
Wordpress Pages introduction to wordpress and many other fages of wordpress.pptx
Wordpress Pages introduction to wordpress and many other fages of wordpress.pptxWordpress Pages introduction to wordpress and many other fages of wordpress.pptx
Wordpress Pages introduction to wordpress and many other fages of wordpress.pptx
 
WordPress Webinar Training Presentation
WordPress Webinar Training PresentationWordPress Webinar Training Presentation
WordPress Webinar Training Presentation
 
Castro Chapter 3
Castro Chapter 3Castro Chapter 3
Castro Chapter 3
 
WordPress
WordPressWordPress
WordPress
 
Getting Started with Drupal
Getting Started with DrupalGetting Started with Drupal
Getting Started with Drupal
 
Getting Started with Drupal
Getting Started with DrupalGetting Started with Drupal
Getting Started with Drupal
 
Getting Started with Drupal
Getting Started with DrupalGetting Started with Drupal
Getting Started with Drupal
 
Blog Post Checklist for WordPress Authors
Blog Post Checklist for WordPress AuthorsBlog Post Checklist for WordPress Authors
Blog Post Checklist for WordPress Authors
 
Blogger
BloggerBlogger
Blogger
 

More from OlinData

AWS Cost Control: Cloud Custodian
AWS Cost Control: Cloud CustodianAWS Cost Control: Cloud Custodian
AWS Cost Control: Cloud CustodianOlinData
 
Introduction to 2FA on AWS
Introduction to 2FA on AWSIntroduction to 2FA on AWS
Introduction to 2FA on AWSOlinData
 
AWS Data Migration case study: from tapes to Glacier
AWS Data Migration case study: from tapes to GlacierAWS Data Migration case study: from tapes to Glacier
AWS Data Migration case study: from tapes to GlacierOlinData
 
Issuing temporary credentials for my sql using hashicorp vault
Issuing temporary credentials for my sql using hashicorp vaultIssuing temporary credentials for my sql using hashicorp vault
Issuing temporary credentials for my sql using hashicorp vaultOlinData
 
Log monitoring with Logstash and Icinga
Log monitoring with Logstash and IcingaLog monitoring with Logstash and Icinga
Log monitoring with Logstash and IcingaOlinData
 
FOSDEM 2017: GitLab CI
FOSDEM 2017:  GitLab CIFOSDEM 2017:  GitLab CI
FOSDEM 2017: GitLab CIOlinData
 
Cfgmgmtcamp 2017 docker is the new tarball
Cfgmgmtcamp 2017  docker is the new tarballCfgmgmtcamp 2017  docker is the new tarball
Cfgmgmtcamp 2017 docker is the new tarballOlinData
 
Icinga 2 and Puppet - Automate Monitoring
Icinga 2 and Puppet - Automate MonitoringIcinga 2 and Puppet - Automate Monitoring
Icinga 2 and Puppet - Automate MonitoringOlinData
 
Webinar - Auto-deploy Puppet Enterprise: Vagrant and Oscar
Webinar - Auto-deploy Puppet Enterprise: Vagrant and OscarWebinar - Auto-deploy Puppet Enterprise: Vagrant and Oscar
Webinar - Auto-deploy Puppet Enterprise: Vagrant and OscarOlinData
 
Webinar - High Availability and Distributed Monitoring with Icinga2
Webinar - High Availability and Distributed Monitoring with Icinga2Webinar - High Availability and Distributed Monitoring with Icinga2
Webinar - High Availability and Distributed Monitoring with Icinga2OlinData
 
Webinar - Windows Application Management with Puppet
Webinar - Windows Application Management with PuppetWebinar - Windows Application Management with Puppet
Webinar - Windows Application Management with PuppetOlinData
 
Webinar - Continuous Integration with GitLab
Webinar - Continuous Integration with GitLabWebinar - Continuous Integration with GitLab
Webinar - Continuous Integration with GitLabOlinData
 
Webinar - Centralising syslogs with the new beats, logstash and elasticsearch
Webinar - Centralising syslogs with the new beats, logstash and elasticsearchWebinar - Centralising syslogs with the new beats, logstash and elasticsearch
Webinar - Centralising syslogs with the new beats, logstash and elasticsearchOlinData
 
Icinga 2 and puppet: automate monitoring
Icinga 2 and puppet: automate monitoringIcinga 2 and puppet: automate monitoring
Icinga 2 and puppet: automate monitoringOlinData
 
Webinar - Project Management for DevOps
Webinar - Project Management for DevOpsWebinar - Project Management for DevOps
Webinar - Project Management for DevOpsOlinData
 
Using puppet in a traditional enterprise
Using puppet in a traditional enterpriseUsing puppet in a traditional enterprise
Using puppet in a traditional enterpriseOlinData
 
Webinar - PuppetDB
Webinar - PuppetDBWebinar - PuppetDB
Webinar - PuppetDBOlinData
 
Webinar - Scaling your Puppet infrastructure
Webinar - Scaling your Puppet infrastructureWebinar - Scaling your Puppet infrastructure
Webinar - Scaling your Puppet infrastructureOlinData
 
Webinar - Managing your Docker containers and AWS cloud with Puppet
Webinar - Managing your Docker containers and AWS cloud with PuppetWebinar - Managing your Docker containers and AWS cloud with Puppet
Webinar - Managing your Docker containers and AWS cloud with PuppetOlinData
 
Webinar - Manage user, groups, packages in windows using puppet
Webinar - Manage user, groups, packages in windows using puppetWebinar - Manage user, groups, packages in windows using puppet
Webinar - Manage user, groups, packages in windows using puppetOlinData
 

More from OlinData (20)

AWS Cost Control: Cloud Custodian
AWS Cost Control: Cloud CustodianAWS Cost Control: Cloud Custodian
AWS Cost Control: Cloud Custodian
 
Introduction to 2FA on AWS
Introduction to 2FA on AWSIntroduction to 2FA on AWS
Introduction to 2FA on AWS
 
AWS Data Migration case study: from tapes to Glacier
AWS Data Migration case study: from tapes to GlacierAWS Data Migration case study: from tapes to Glacier
AWS Data Migration case study: from tapes to Glacier
 
Issuing temporary credentials for my sql using hashicorp vault
Issuing temporary credentials for my sql using hashicorp vaultIssuing temporary credentials for my sql using hashicorp vault
Issuing temporary credentials for my sql using hashicorp vault
 
Log monitoring with Logstash and Icinga
Log monitoring with Logstash and IcingaLog monitoring with Logstash and Icinga
Log monitoring with Logstash and Icinga
 
FOSDEM 2017: GitLab CI
FOSDEM 2017:  GitLab CIFOSDEM 2017:  GitLab CI
FOSDEM 2017: GitLab CI
 
Cfgmgmtcamp 2017 docker is the new tarball
Cfgmgmtcamp 2017  docker is the new tarballCfgmgmtcamp 2017  docker is the new tarball
Cfgmgmtcamp 2017 docker is the new tarball
 
Icinga 2 and Puppet - Automate Monitoring
Icinga 2 and Puppet - Automate MonitoringIcinga 2 and Puppet - Automate Monitoring
Icinga 2 and Puppet - Automate Monitoring
 
Webinar - Auto-deploy Puppet Enterprise: Vagrant and Oscar
Webinar - Auto-deploy Puppet Enterprise: Vagrant and OscarWebinar - Auto-deploy Puppet Enterprise: Vagrant and Oscar
Webinar - Auto-deploy Puppet Enterprise: Vagrant and Oscar
 
Webinar - High Availability and Distributed Monitoring with Icinga2
Webinar - High Availability and Distributed Monitoring with Icinga2Webinar - High Availability and Distributed Monitoring with Icinga2
Webinar - High Availability and Distributed Monitoring with Icinga2
 
Webinar - Windows Application Management with Puppet
Webinar - Windows Application Management with PuppetWebinar - Windows Application Management with Puppet
Webinar - Windows Application Management with Puppet
 
Webinar - Continuous Integration with GitLab
Webinar - Continuous Integration with GitLabWebinar - Continuous Integration with GitLab
Webinar - Continuous Integration with GitLab
 
Webinar - Centralising syslogs with the new beats, logstash and elasticsearch
Webinar - Centralising syslogs with the new beats, logstash and elasticsearchWebinar - Centralising syslogs with the new beats, logstash and elasticsearch
Webinar - Centralising syslogs with the new beats, logstash and elasticsearch
 
Icinga 2 and puppet: automate monitoring
Icinga 2 and puppet: automate monitoringIcinga 2 and puppet: automate monitoring
Icinga 2 and puppet: automate monitoring
 
Webinar - Project Management for DevOps
Webinar - Project Management for DevOpsWebinar - Project Management for DevOps
Webinar - Project Management for DevOps
 
Using puppet in a traditional enterprise
Using puppet in a traditional enterpriseUsing puppet in a traditional enterprise
Using puppet in a traditional enterprise
 
Webinar - PuppetDB
Webinar - PuppetDBWebinar - PuppetDB
Webinar - PuppetDB
 
Webinar - Scaling your Puppet infrastructure
Webinar - Scaling your Puppet infrastructureWebinar - Scaling your Puppet infrastructure
Webinar - Scaling your Puppet infrastructure
 
Webinar - Managing your Docker containers and AWS cloud with Puppet
Webinar - Managing your Docker containers and AWS cloud with PuppetWebinar - Managing your Docker containers and AWS cloud with Puppet
Webinar - Managing your Docker containers and AWS cloud with Puppet
 
Webinar - Manage user, groups, packages in windows using puppet
Webinar - Manage user, groups, packages in windows using puppetWebinar - Manage user, groups, packages in windows using puppet
Webinar - Manage user, groups, packages in windows using puppet
 

Recently uploaded

H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DaySri Ambati
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfPrecisely
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Recently uploaded (20)

H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo DayH2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
H2O.ai CEO/Founder: Sri Ambati Keynote at Wells Fargo Day
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdfHyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
Hyperautomation and AI/ML: A Strategy for Digital Transformation Success.pdf
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

How to Add Content to your basic Drupal site - Musings of a Drupal Girl

  • 1. How to Add Content to your basic Drupal Site Musings of a Drupal Girl
  • 2. 04/16/13 2 Disclaimer I am only just a beginner in Drupal so I might not be able to explain everything right now, but I will try to do so to the very best of my ability! I am only just a beginner in Drupal so I might not be able to explain everything right now, but I will try to do so to the very best of my ability!
  • 3. 04/16/13 3 First: Starting up Drupal (re-cap)
  • 4. 04/16/13 4 First: Starting up Drupal (re-cap) • Click on “Go to my site” • You will get to your login page • Sign in and voila, you are in.
  • 5. 04/16/13 5 First: Starting up Drupal (re-cap)
  • 6. 04/16/13 6 How to Add Content 101
  • 7. 04/16/13 7 How to Add Content 101 • When you click on “Add Content”, you will get 2 default basic content types: • #1: Article • The Article content type (formerly known as “story”) is used to add content such as news or information – content that is updated/added more frequently. • Articles can be cross-referenced and categorised, and are usually sorted with the most recent post at the top; although this can be customised with contributed modules, e.g. Views, but we will go into that another time.
  • 8. 04/16/13 8 How to Add Content 101 • When you click on “Add Content”, you will get 2 default basic content types: • #2: Basic Page • The Basic Page content type is typically to create pages that have static content (meaning you don’t change it often). • These are usually linked to the main navigation bar but are certainly not required to.
  • 9. 04/16/13 9 How to Add Content 101 • Other Content Types & Users • Yes, you can add other content types such as forms or polls • You can also have multiple users for one website (just like WordPress). • Of course, this is more in-depth and we will cover other content types as well as users in subsequent posts. • If you would like a little read about users, check out Richard’s take on it as he builds a website.
  • 10. 04/16/13 10 Creating your Article: Content
  • 11. 04/16/13 11 • The “title” is self-explanatory. • The “tags” below that is what Drupalists call “taxonomy”. As our Drupal expert Richard explains in his post about taxonomy, it is basically classifying your content with organisational keywords • It is the same as “tags” in WordPress and allows you to connect, relate and classify your website content. • You can also choose to add an image to your Article if you wish to. Creating your Article: Content
  • 12. 04/16/13 12 Creating your first Article: Content
  • 13. 04/16/13 13 Creating your Article: Content • The “body” is where you fill in your main content. • If you look at the bottom of it, you’ll see 3 different text formats you can use: “Filtered HTML”, “Full HTML” and “plain text”. • There is a guide there that you can use to see which format is the best for you.
  • 14. 04/16/13 14 Creating your Article: Content • Personally, I know some HTML so “Full HTML” is what I like so that I can customise the look of my “body” text. • Next to the word “Body”, you will find a link that says “Edit Summary”. When you click on this, a new box for a Summary will appear.
  • 15. 04/16/13 15 Creating your Article: Content
  • 16. 04/16/13 16 Creating your Article: Content • What this means is that you can create a Summary of your Body text in the Summary box. • This is similar to a meta description. • If you do not wish to fill this part up, no worries. Drupal will just take the first paragraph or so from your Body text and use it as a Summary. • Now the bottom part before you click “Save” or “Preview” can get a little tricky, so let me explain it one by one to help us all out.
  • 17. 04/16/13 17 Creating your Article: Menu Settings
  • 18. 04/16/13 18 Creating your Article: Menu Settings • For “Menu settings”, the default setting is to not a provide a “menu link”. • A “menu link” is for connecting your content type to the main navigational bar, aka your menu, which makes it more like a page. • As you don’t really do this for the Article content type and leave the “Menu settings” as its default of no menu link, I will explain more about this when we touch on the Basic Page content type later in this guide.
  • 19. 04/16/13 19 Creating your Article: Revision Info.
  • 20. 04/16/13 20 Creating your Article: Revision Info. • This option is of a higher-level and is more complicated, which I may touch on much later in this series (I gotta learn it too!). But for now, do just leave it as it is.
  • 21. 04/16/13 21 Creating your Article: URL path settings
  • 22. 04/16/13 22 Creating your Article: URL path settings • URL path settings basically mean the URL for your Article, e.g. “http://www.MyDrupalSite.com/content/MyFirstArticle”. • The main default as shown above is to “Generate automatic URL alias” which means Drupal will automatically create a URL for your Article based on your Article Title. • In this case, it will be “content/welcome” as my title is ‘Welcome’.
  • 23. 04/16/13 23 Creating your Article: URL path settings
  • 24. 04/16/13 24 Creating your Article: URL path settings • If you uncheck this, you will be able to create a custom URL for your Article so it’s entirely up to you. • With Article content types that have a very long title, it is certainly helpful to create a custom URL where you shorten it to what you want if you wish to.
  • 25. 04/16/13 25 Creating your Article: Comment settings
  • 26. 04/16/13 26 Creating your Article: Comment settings • This is pretty self-explanatory. • You can choose whether or not you want others to comment on the posts you make. • Of course, commenting cannot happen until you finish your local Drupal site and actually put it online, which may be covered later on (a Google search has indicated the level needed to put it online!).
  • 27. 04/16/13 27 Creating your Article: Authoring info.
  • 28. 04/16/13 28 Creating your Article: Authoring info. • Authoring information lets you customise the name you want to post under • Subsequently, as you develop further, you may have more users on your Drupal site (e.g if you have multiple contributors/collaborators) and you can choose to post under their names instead of your own. • You can also choose a specific date and time that you want to show as the the date/time you posted this Article.
  • 29. 04/16/13 29 Creating your Article: Publishing options
  • 30. 04/16/13 30 Creating your Article: Publishing options • There are 3 options here for your ‘Publishing options’: • Published • You can choose whether you want to publish your Article right away or leave it as a draft. Uncheck this box if you want to leave it as a draft. • Promoted to front page • Checking this box basically means that this Article will show up on your front page, aka your home page. • Sticky at top of lists • A “sticky” means that this Article you are about to publish/save will be on top of all your lists, e.g. forum lists, front page lists.
  • 31. 04/16/13 31 Creating your Article • And that’s pretty much the basics of how to add the Article content type to your basic Drupal site! • Save your awesome first post, and you’ll get something like mine:
  • 32. 04/16/13 32 Creating your Article • And that’s pretty much the basics of how to add the Article content type to your basic Drupal site! • Save your awesome first post, and you’ll get something like mine:
  • 34. 04/16/13 34 First Article created! • In case you're wondering, for my Article, I did the following: • Didn't provide a menu link • Went with the default for Revision information & URL path settings • Allowed comments • Left the Authoring information as default • Set my Article to "Published" & "Promoted to front page”.
  • 35. 04/16/13 35 Creating your Basic Page: Content
  • 36. 04/16/13 36 Creating your Basic Page: Content • Just like the Article content type, you have your • Title • Body • Option to include a Summary about the page.
  • 37. 04/16/13 37 Creating your Basic Page: Content
  • 38. 04/16/13 38 Creating your Basic Page: Content • You also have the same “Text format” options and the same options before you publish, as per the Article content type. • Now let’s go into them one by one to see how different it is from the Article.
  • 39. 04/16/13 39 Creating your Basic Page: Menu settings
  • 40. 04/16/13 40 Creating your Basic Page: Menu settings • For “Menu settings”, the default setting is to not a provide a “menu link”. • A “menu link” is for connecting your content type to the main navigational bar, aka your menu, which makes it more like a page.
  • 41. 04/16/13 41 Creating your Basic Page: Menu settings • As you now have a Basic Page content type (this can be called “About”, “Contact”, “News”, whatever you would like), you want it to be added to the navigational bar so that it will be like other websites that have “Home”, “About”, “News”, “Contact”, etc. • So check the box, and you will get this:
  • 42. 04/16/13 42 Creating your Basic Page: Menu settings
  • 43. 04/16/13 43 Creating your Basic Page: Menu settings • Menu link title • This is basically what you want to call your Basic Page in the navigational bar. • For example, the title of your Basic Page is “About My Company”, it is a little too long for your navigational bar so you would just put “About” for the ‘Menu link title’.
  • 44. 04/16/13 44 Creating your Basic Page: Menu settings • What happens when you save it later, is that your navigational bar will show “About” while the title in your window will show “About My Company”, like this:
  • 45. 04/16/13 45 Creating your Basic Page: Menu settings
  • 46. 04/16/13 46 Creating your Basic Page: Menu settings • Description • The description is shown when the cursor (aka your little mouse arrow) is hovered (aka placed over) the Menu link title, like this:
  • 47. 04/16/13 47 Creating your Basic Page: Menu settings
  • 48. 04/16/13 48 Creating your Basic Page: Menu settings • Parent item There are 2 options under Parent item. 1. Main menu • This is the default setting. By selecting this, your Basic Page will appear in your navigational bar. 2. –Home • As you add more Basic Page content types, there will be more of these options “–Basic Page”. Selecting this option means that your Basic Page will be added as a sub-menu item, which will be explained in subsequent posts.
  • 49. 04/16/13 49 Creating your Basic Page: Menu settings • For now, as this is a basic guide on how to add content to your basic Drupal site, we will go with the default setting of “Main menu”.
  • 50. 04/16/13 50 Creating your Basic Page: Menu settings • Weight • ‘Weight’ matters for the organisation of Basic Page content types in your navigational bar. If you leave it as the default 0, it means that the Basic Page you just created will be the first tab in your navigational bar:
  • 51. 04/16/13 51 Creating your Basic Page: Menu settings
  • 52. 04/16/13 52 Creating your Basic Page: Menu settings • As we all know that “Home” comes before “About”, we need to change this and we go about it by changing the ‘Weight’. • By changing the weight to ’1′ (a positive digit 1), this will let “About” come after “Home”:
  • 53. 04/16/13 53 Creating your Basic Page: Menu settings
  • 54. 04/16/13 54 Creating your Basic Page: Menu settings • And tadah! “Home” now comes before “About”, showing you what ‘Weight’ is all about.
  • 55. 04/16/13 55 Creating your Basic Page: Revision info.
  • 56. 04/16/13 56 Creating your Basic Page: Revision info. • As mentioned above, this is of a higher-level, which I may touch on much later in this series but for now, do just leave it as it is.
  • 57. 04/16/13 57 Creating your Basic Page: URL path settings
  • 58. 04/16/13 58 Creating your Basic Page: URL path settings • Like the Article, URL path settings basically mean the URL for your Basic Page, e.g. http://www.MyDrupalSite.com/content/MyFirstBasicPage. • The main default as shown above is to “Generate automatic URL alias” which means Drupal will automatically create a URL for your Basic Page based on your Basic Page Title. • In this case, it will be “content/about-my-company” as my title is ‘About My Company’.
  • 59. 04/16/13 59 Creating your Basic Page: URL path settings
  • 60. 04/16/13 60 Creating your Basic Page: URL path settings • If you uncheck this, you will be able to create a custom URL for your Basic Page. • As I find “about-my-company” a little too long for the URL of an ‘About’ Page, I’ve unchecked the box and created my own URL:
  • 61. 04/16/13 61 Creating your Basic Page: URL path settings
  • 62. 04/16/13 62 Creating your Basic Page: Comment settings • For a Basic Page, you certainly don’t want others to comment as it is mostly static content so it’s best to your ‘Comment settings’ as Closed:
  • 63. 04/16/13 63 Creating your Basic Page: Comment settings
  • 64. 04/16/13 64 Creating your Basic Page: Authoring info. • Authoring information is also the same as the Article content type. • It is up to you to choose whoever you wish to place as the author (when you have more users) and the time/date you wish to have others see as your posting time/date.
  • 65. 04/16/13 65 Creating your Basic Page: Authoring info.
  • 66. 04/16/13 66 Creating your Basic Page: Publishing options • For ‘Publishing options’, all you have to do is choose whether you want your Basic Page ‘Published’ or not as it will already be on your navigational bar, so you don’t need it promoted to the front page or as a sticky.
  • 67. 04/16/13 67 Creating your Basic Page: Publishing options
  • 68. 04/16/13 68 First Basic Page created!
  • 69. 04/16/13 69 How to Add Content 101
  • 70. 04/16/13 70 How to Add Content 101 • I would love to hear from you about my little guide! Was it easy enough? Was it too hard? Is there anything that I can do better or faster? What else do you want to find out next? • Feel free to email me anytime at nicole@olindata.com. Till next post! Musings of a Drupal Girl – How to Add Content