| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/homepage.php.tar |
namtation/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php0000644 00000003206 15111676631 0033130 0 ustar 00 home/xbodynamge <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views\General
*
* @uses Yoast_Form $yform Form object.
*/
if ( get_option( 'show_on_front' ) === 'posts' ) {
echo '<div class="yoast-settings-section">';
echo esc_html__( 'This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.', 'wordpress-seo' );
$editor = new WPSEO_Replacevar_Editor(
$yform,
[
'title' => 'title-home-wpseo',
'description' => 'metadesc-home-wpseo',
'page_type_recommended' => 'homepage',
'page_type_specific' => 'page',
'paper_style' => false,
]
);
$editor->render();
echo '</div>';
require __DIR__ . '/../front-page-content.php';
}
else {
$wpseo_page_on_front = get_option( 'page_on_front' );
$wpseo_page_for_posts = get_option( 'page_for_posts' );
if ( empty( $wpseo_page_on_front ) ) {
$wpseo_page_on_front = $wpseo_page_for_posts;
}
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'You can determine the title and description for the homepage by %1$sediting the homepage itself%2$s.', 'wordpress-seo' ),
'<a href="' . esc_url( get_edit_post_link( $wpseo_page_on_front ) ) . '">',
'</a>'
);
if ( $wpseo_page_for_posts > 0 ) {
echo '<p>';
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'You can determine the title and description for the posts page by %1$sediting the posts page itself%2$s.', 'wordpress-seo' ),
'<a href="' . esc_url( get_edit_post_link( $wpseo_page_for_posts ) ) . '">',
'</a>'
);
echo '</p>';
}
}
www/wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php 0000644 00000003206 15113670024 0031752 0 ustar 00 home/xbodynamge <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views\General
*
* @uses Yoast_Form $yform Form object.
*/
if ( get_option( 'show_on_front' ) === 'posts' ) {
echo '<div class="yoast-settings-section">';
echo esc_html__( 'This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.', 'wordpress-seo' );
$editor = new WPSEO_Replacevar_Editor(
$yform,
[
'title' => 'title-home-wpseo',
'description' => 'metadesc-home-wpseo',
'page_type_recommended' => 'homepage',
'page_type_specific' => 'page',
'paper_style' => false,
]
);
$editor->render();
echo '</div>';
require __DIR__ . '/../front-page-content.php';
}
else {
$wpseo_page_on_front = get_option( 'page_on_front' );
$wpseo_page_for_posts = get_option( 'page_for_posts' );
if ( empty( $wpseo_page_on_front ) ) {
$wpseo_page_on_front = $wpseo_page_for_posts;
}
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'You can determine the title and description for the homepage by %1$sediting the homepage itself%2$s.', 'wordpress-seo' ),
'<a href="' . esc_url( get_edit_post_link( $wpseo_page_on_front ) ) . '">',
'</a>'
);
if ( $wpseo_page_for_posts > 0 ) {
echo '<p>';
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'You can determine the title and description for the posts page by %1$sediting the posts page itself%2$s.', 'wordpress-seo' ),
'<a href="' . esc_url( get_edit_post_link( $wpseo_page_for_posts ) ) . '">',
'</a>'
);
echo '</p>';
}
}
wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php 0000644 00000003206 15114415633 0033612 0 ustar 00 home/xbodynamge/lebauwcentre <?php
/**
* WPSEO plugin file.
*
* @package WPSEO\Admin\Views\General
*
* @uses Yoast_Form $yform Form object.
*/
if ( get_option( 'show_on_front' ) === 'posts' ) {
echo '<div class="yoast-settings-section">';
echo esc_html__( 'This is what shows in the search results when people find your homepage. This means this is probably what they see when they search for your brand name.', 'wordpress-seo' );
$editor = new WPSEO_Replacevar_Editor(
$yform,
[
'title' => 'title-home-wpseo',
'description' => 'metadesc-home-wpseo',
'page_type_recommended' => 'homepage',
'page_type_specific' => 'page',
'paper_style' => false,
]
);
$editor->render();
echo '</div>';
require __DIR__ . '/../front-page-content.php';
}
else {
$wpseo_page_on_front = get_option( 'page_on_front' );
$wpseo_page_for_posts = get_option( 'page_for_posts' );
if ( empty( $wpseo_page_on_front ) ) {
$wpseo_page_on_front = $wpseo_page_for_posts;
}
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'You can determine the title and description for the homepage by %1$sediting the homepage itself%2$s.', 'wordpress-seo' ),
'<a href="' . esc_url( get_edit_post_link( $wpseo_page_on_front ) ) . '">',
'</a>'
);
if ( $wpseo_page_for_posts > 0 ) {
echo '<p>';
printf(
/* translators: 1: link open tag; 2: link close tag. */
esc_html__( 'You can determine the title and description for the posts page by %1$sediting the posts page itself%2$s.', 'wordpress-seo' ),
'<a href="' . esc_url( get_edit_post_link( $wpseo_page_for_posts ) ) . '">',
'</a>'
);
echo '</p>';
}
}