Theme Documentation
Search…
Welcome
Getting Started
Liquid
Theme Types
Initial Setup
Core Concepts
Settings
KJB Settings ID's
Objects
Page Objects
Elements
Presets
Ownership
Building Blocks
Structure
Layouts
Sections
Section Types
Blocks
Theme Requirements
Required Pages
Theme Info
Powered By Branding
Theme Styling
Cornerstone CSS
CSS Variables
Custom Site Styles
Powered By
GitBook
Powered By Branding
All Kajabi themes are required to include a powered by branding link that is not accessible to the user in the theme settings.
This link is auto populated with the users referral link so that they get credit for any click thru signups.
1
{% if current_site.display_powered_by_link? %}
2
<
div
class
=
"
powered-by
"
>
3
<
div
class
=
"
container
"
>
4
{{ powered_by_link }}
5
</
div
>
6
</
div
>
7
{% endif %}
Copied!
The Powered By Link can be turned off by users at specific plan levels via their site settings.
Theme Requirements - Previous
Theme Info
Next - Theme Styling
Cornerstone CSS
Last modified
2yr ago
Copy link