Webflow to ghost
General
General elements that can be used anywhere in your theme
Conditional Elements
Conditional Elements can be used to hide or show elements based on conditions
Description | Element | Name | Value |
---|---|---|---|
Show if User is Logged In | Link | show-if | member |
Show if User is a Paid Member | Text | show-if | paid-member |
Show if User has Access | Text | show-if | has-access |
Hide if User is Logged In | Link | hide-if | member |
Hide if User is a Paid Member | Text | hide-if | paid-member |
Hide if User has Access | Text | hide-if | has-access |
Static Pages
Static pages in Webflow must have the same slug as the corresponding page in Ghost. Inside them, you can insert all the items below
Description | Element | Name | Value |
---|---|---|---|
Page Title | Text | item | title |
Page Date | Text | item | date |
Page Published At Date | Text | item | published-at |
Page Updated At Date | Text | item | updated-at |
Page Created At Date | Text | item | created-at |
Page Url | Link | item | url |
Page Featured Image | Image Or Div | item | featured-image |
Page Excerpt | Text | item | excerpt |
Page Tags | Link | item | tags |
Page Authors | Link | item | authors |
Page ID | Any | item | id |
Page Content | RichText | item | content |
Page Meta Title | Text | item | meta-title |
Page Meta Description | Text | item | meta-description |