g('Page description') ?>
description() : '') ?>
get('this-field-can-help-describe-the-content') ?>
g('Publish Date') ?>
g('date-format-format') ?>
g('Position') ?>
g('Page position') ?>
g('Page URL') ?>
g('Generate from page title') ?>
https://www.varlogdiego.com/my-page-about-k8s
g('Page type') ?>
draft()) || !$pageKey) ? 'checked' : '') ?>>
g('Draft') ?>
g('Page as draft, is not visible for visitors.') ?>
published()) ? 'checked' : '') ?>>
g('Publish') ?>
g('Publish the page, everyone can see it.') ?>
sticky()) ? 'checked' : '') ?>>
g('Publish as sticky.') ?>
g('The page can be seen by everyone at the top of the main page.') ?>
isStatic()) ? 'checked' : '') ?>>
g('Publish as static.') ?>
g('The page can be seen by everyone as static page.') ?>
unlisted()) ? 'checked' : '') ?>>
g('Publish as unlisted.') ?>
g('The page can be seen and shared by anyone with the link.') ?>
g('SEO features') ?>
noindex()) ? 'checked' : '') ?>>
g('apply-code-noindex-code-to-this-page') ?>
g('This tells search engines not to show this page in their search results.') ?>
nofollow()) ? 'checked' : '') ?>>
g('apply-code-nofollow-code-to-this-page') ?>
g('This tells search engines not to follow links on this page.') ?>
noarchive()) ? 'checked' : '') ?>>
g('apply-code-noarchive-code-to-this-page') ?>
g('This tells search engines not to save a cached copy of this page.') ?>
p('Saved') ?>
p('Preview') ?>
draft()) { echo '
' . $L->g('Draft') . '
'; } elseif ($page->published()) { echo '
' . $L->g('Published') . '
'; } elseif ($page->sticky()) { echo '
' . $L->g('Sticky') . '
'; } elseif ($page->isStatic()) { echo '
' . $L->g('Static') . '
'; } elseif ($page->unlisted()) { echo '
' . $L->g('Unlisted') . '
'; } } else { echo '
' . $L->g('Draft') . '
'; } ?>
contentRaw() : '') ?>
p('Cover Image') ?>
p('Category') ?>
'category', 'name' => 'category', 'selected' => ($pageKey ? $page->categoryKey() : ''), 'options' => array_merge(array('' => $L->g('Uncategorized')), $categories->getKeyNameArray()) )); ?>
p('Tags') ?>
db as $key => $fields) { echo '
tags(true)) ? 'selected' : '') . '>' . $fields['name'] . '
'; } ?>
p('More options') ?>
p('Files & images') ?>
p('Description') ?>
p('Publish date') ?>
g('Change URL') ?>
p('Type') ?>
p('SEO features') ?>
p('Parent page') ?>
p('Position') ?>