Cryptoflex Club · Site Owner Guide

How to add and edit content on cryptoflex.club

A short, practical walkthrough of the admin. Aimed at site owners and editors. No code involved.

1. Logging in

The admin lives at one URL — bookmark it:

https://cryptoflex.club/_emdash/admin

You'll see a sign-in screen offering two options:

First time? Whoever set up your account sent you an invite. Click the invite link, register a passkey on the device you'll use most, and you're done — no passwords to remember or rotate.

2. The dashboard

Once you're in, this is the home screen.

EmDash admin dashboard with sidebar navigation and quick-create chips
The dashboard — sidebar on the left, quick-create chips along the top right

Two important regions:

Top-right corner has View Site (opens cryptoflex.club in a new tab so you can compare what's live) and your account avatar.

3. Editing an existing post

The blog is called Liquidity Brief in the sidebar. Click it. You'll see a list of every post.

Liquidity Brief list view showing all posts with status, date, and per-row actions
Post list — sortable columns, search, per-row actions

Each row shows the title, status (draft, published, etc.), date, and four icon actions on the right: view live, edit, duplicate, move to trash.

Click a title (or the pencil icon) to open the editor.

Editing a Brief Entry — title, featured image, excerpt, body, and right-rail panels for Publish, Ownership, Bylines, Taxonomies, SEO
The editor — main fields on the left, settings rail on the right

Main fields, top to bottom:

The right rail has settings:

Publish

Status, schedule for later, move to trash.

Ownership

Which user owns this post (used for permissions).

Bylines

Author credit shown on the public post — can differ from owner.

Taxonomies

Categories and tags. Pick or type new ones.

SEO

Custom meta title, description, canonical URL, and noindex switch.

Outline / Revisions

Jump between headings; see version history and roll back.

Autosave is on. Once a post exists, edits save automatically every few seconds. The button in the top-right shows Saving... then Saved. You don't need to click anything to keep your changes.

4. Creating a new post

  1. From the dashboard, click + Brief Entry in the top right (or in the sidebar: Liquidity Brief → Add New).
  2. Fill in the Title. The URL slug auto-generates as you type — you can override it in the right rail.
  3. Add an Excerpt (one or two sentences).
  4. Write the Body. Use the toolbar for formatting.
  5. Click Save in the top-right. You're now in normal edit mode (autosave on).
A new Brief Entry partially filled with title and excerpt; Save button at top right
New post form — title and excerpt filled, ready to Save

After Save, the URL changes from /posts/new to /posts/<id>. The post is now a draft — saved but not visible on the live site yet. Continue writing; everything autosaves.

Smart typography happens automatically. Type a quick double-hyphen -- and it becomes a real em-dash . ... becomes . "straight quotes" become "curly quotes". You don't have to think about it.

5. Publishing & unpublishing

Drafts are invisible to the public. To make a post visible:

  1. Open the post in the editor.
  2. In the right rail, find the Publish panel.
  3. Click Publish (it appears where Save was). The status changes from draft to published and the post goes live at cryptoflex.club/posts/<your-slug> within a minute or two.

To take a post offline again, click Unpublish in the same place. Status returns to draft and the live URL stops working until you publish again.

You can also Schedule a post — pick a future date and time. It stays a draft until that moment, then publishes itself.

To delete a post, click Move to Trash. Trashed posts can be restored from the Trash tab on the list view, or permanently deleted from there.

6. Adding images

Click Media in the sidebar to see every image on the site.

Media Library — grid of uploaded images with an Upload to Library button
Media Library — every image in one place

Two ways to add an image to a post:

Image specs that work well. Featured / OG images: 1600 × 900 (16:9) or larger, JPEG or WebP, under ~500 KB. Don't worry about dimensions for inline images — the system resizes for you. Always add an alt text when prompted; it's read by screen readers and improves SEO.

7. The other content types

Everything works the same way — list view, click to edit, fill fields, Save, Publish. The fields just match what each thing is.

Members

Member profiles. Name, role, photo, bio, contact links.

Events

Date, time, location, description, RSVP details.

Pages

Static pages like About, Join, Contact. Same editor as posts.

FAQs

Question + answer pairs. Grouped on the FAQ page.

Gallery

Image + caption. Shows on the gallery page.

Membership Tiers

The Bronze / Silver / Gold tiers shown on the Join page.

Categories & Tags

Used to group posts. Add new ones from the post editor's Taxonomies panel.

Bylines

Author profiles for the byline shown on each post.

Members list view in the admin
Members list — same shape as the posts list
Editing a single member — name, photo, bio fields
Editing a member — fields fit the content type

8. Tips & gotchas

Autosave vs Save

The first time you create something, you have to click Save. After that, every change autosaves. Look at the top-right indicator — Saved means you're up to date.

Slug = URL

The slug is the part of the URL after the section name. A post titled "Five Stages of an Airdrop" becomes /posts/five-stages-of-an-airdrop. Edit it in the right rail if you want a shorter or different URL. If a post is already published, changing the slug breaks the old URL — set up a redirect under Manage → Redirects first.

Preview before publishing

While editing a draft, click Live View in the top-right. It opens the post on the live site so you can read it as a visitor would. (Drafts get a preview link only you can see.)

Revisions = undo, even after Save

Every save creates a revision. Open the Revisions panel in the right rail to see the history and restore an older version. Good safety net for "I accidentally deleted three paragraphs."

Images take a moment to appear on the live site

Cloudflare caches the site aggressively for speed. New posts and image swaps usually show up within a minute or two of publishing, but if something looks stale, do a hard reload (Ctrl+Shift+R or Cmd+Shift+R).

Help, I broke something

Three things, in order:

  1. Revisions in the right rail — restore the last good version of the post you were editing.
  2. Trash tab on any list view — restore deleted entries.
  3. Ask the developer who set up the site. They have access to the database backups and can roll back further if needed.