-
Notifications
You must be signed in to change notification settings - Fork 5
WordPress Content
** NOTE: DAILP is currently migrating away from WordPress. A new updated page will be coming soon about our new site formatting process. **
Some elements of WordPress content may not display the same way on the final web page.
- Images
- Tables
You can reference one or many words in a document from a WordPress page. This will show the word exactly as it is presented on the document page. You'll need to know the shorthand ID for the document and what number of words you want from the document.
Use this special syntax in a separate paragraph to reference the 5th word in DD6:
[DD6:5]
and this to reference the 6th and 7th words in EFN1 (the range 6-7 is inclusive on both ends):
[EFN1:6-7]
To format Wordpress pages for printing, several classes were defined that should be used to style the Wordpress pages for proper print formatting. These classes can be used to style any elements needed in the Wordpress page HTML.
-
section: Used for content that should be kept together and not broken up between pages. -
short-answer: Used for content where there is a question and an input field, and styles them to stay on the same line.
<div class="short-answer">
1. Who is the letter from?
<input type="text" />
2. Where is the person who is sending the letter writing from?
<input type="text" />
3. What relationship is Dollie Duncan to the person writing the letter?
<input type="text" />
</div>
Will appear like so:

-
syllabary-input: For content where the input field is a large box.
<p class="syllabary-input">
<span><span class="show-on-print" style="display: none;">1.</span><input type="text" /></span>
<span><span class="show-on-print" style="display: none;">2.</span><input type="text" /></span>
<span><span class="show-on-print" style="display: none;">3.</span><input type="text" /></span>
</p>
Will appear like so:

-
show-on-print: Styles element to show up only on print, but element must also be given adisplay: nonestyle.
<span class="show-on-print" style="display: none;">1.</span>
- Q: How are document set descriptions connected?
- CARE Principles
- Collective Decision-Making Process
- Data Resilience
- Culturally-Sensitive Information
- UX Design
- Metadata
- User Contributed Audio
- Audio Data Process
- Manuscript Annotation and Analysis
- Language Specific Limitations
- Annotation and Analysis (Before 2024)
- Code Standards
- AWS Diagnostics and Triage Guide
- Cloud Architecture
- Development Environments
- Data Representation
- Data Migration
- User Groups and Roles
- Wordpress Content
- Web Design & Accessibility