Posting Become Informed Documents

1. Before uploading the file, name the new pdf file without spaces.
2. Click on PebbleCreek Democratic Club > Dashboard in the upper left corner to expose the Admin menu.
3. Go to Media > Add New Media on the Admin menu.
4. Click on Select Files button.
5. Locate and click on pdf filename.
6. Click on Upload or Open.
7. Click on PebbleCreek Democratic Club > Visit Site in the upper left corner of the page.
8. Go to Resources > Become Informed.
9. Click Edit Page on the top black toolbar.
10. Make sure you are in “Text” mode (upper right corner of text field).
11. Copy any one of the lines.
12. Paste the line in the list, alphabetically by title.
13. Edit the filename.
14. Edit title.
15. Click Update.
16. Click View Page in the black menu at the top of the page.
17. Test the link.*

*In case of error and another file by the same name must be uploaded to the Media Library, the old file must first be deleted from the Media Library (see below). Otherwise, the system will see that there is a file by the same name and will attach a digit to the new file’s name: e.g., DEI.pdf is renamed DEI-1.pdf and each subsequent file by that name will increase the digit, e.g., DEI-2.pdf. But the code will still be looking for the original filename.

How to Delete a Media File

1. Go to Media > Library.
2. Make sure you are in List mode (icon far left of Filter.)
2. Locate file to be deleted.
3. Hover over filename and select Delete Permanently.

Understanding the HTML Code

HTML is an acronym for HyperText Markup Language, which is embedded code in text describing how the text should display and behave.

<h3><a href=”https://pcdemclub.org/wp-content/uploads/filename.pdf”>text to display</a></h3>

<h3></h3>: Font size of embedded text.

<a href=”Address of file to link to“>text of link to display</a>

https://pcdemclub.org = pcdemclub.org (this is set in a different part of the system and will be substituted in at run time.)

pcdemclub.org/wp-content/uploads: Location of the pcdemclub.org media library where the file is located.