/home/desid573/public_html/magicride.ng/wp-admin
NameSizeModeActions
css/-0755rm
images/-0755rm
includes/-0755rm
js/-0755rm
maint/-0755rm
network/-0755rm
user/-0755rm
about.php212750644editdlrm
admin-ajax.php46270644editdlrm
admin-footer.php26260644editdlrm
admin-functions.php4090644editdlrm
admin-header.php79050644editdlrm
admin-post.php16920644editdlrm
admin.php114190644editdlrm
async-upload.php36720644editdlrm
comment.php109020644editdlrm
credits.php56110644editdlrm
custom-background.php206030644editdlrm
custom-header.php474800644editdlrm
customize.php95670644editdlrm
edit-comments.php141370644editdlrm
edit-form-advanced.php281770644editdlrm
edit-form-blocks.php132000644editdlrm
edit-form-comment.php75180644editdlrm
edit-link-form.php61400644editdlrm
edit-tag-form.php95130644editdlrm
edit-tags.php209940644editdlrm
edit.php171630644editdlrm
error_log45780644editdlrm
export.php109270644editdlrm
freedoms.php60490644editdlrm
import.php74300644editdlrm
index.php58890644editdlrm
install-helper.php59070644editdlrm
install.php168180644editdlrm
link-add.php7270644editdlrm
link-manager.php40050644editdlrm
link-parse-opml.php24390644editdlrm
link.php27370644editdlrm
load-scripts.php16550644editdlrm
load-styles.php22620644editdlrm
media-new.php32090644editdlrm
media-upload.php33760644editdlrm
media.php56180644editdlrm
menu-header.php96930644editdlrm
menu.php141900644editdlrm
moderation.php3220644editdlrm
ms-admin.php2110644editdlrm
ms-delete-site.php40310644editdlrm
ms-edit.php2310644editdlrm
ms-options.php2380644editdlrm
ms-sites.php2300644editdlrm
ms-themes.php2320644editdlrm
ms-upgrade-network.php2340644editdlrm
ms-users.php2300644editdlrm
my-sites.php46570644editdlrm
nav-menus.php435850644editdlrm
network.php53620644editdlrm
options-discussion.php151190644editdlrm
options-general.php151210644editdlrm
options-head.php4920644editdlrm
options-media.php62360644editdlrm
options-permalink.php186540644editdlrm
options-reading.php86010644editdlrm
options-writing.php86100644editdlrm
options.php119180644editdlrm
plugin-editor.php132480644editdlrm
plugin-install.php63200644editdlrm
plugins.php242770644editdlrm
post-new.php26800644editdlrm
post.php95870644editdlrm
press-this.php23830644editdlrm
privacy.php80680644editdlrm
profile.php2980644editdlrm
revision.php51680644editdlrm
setup-config.php158080644editdlrm
site-health-info.php56320644editdlrm
site-health.php52960644editdlrm
term.php21140644editdlrm
theme-editor.php148150644editdlrm
theme-install.php151420644editdlrm
themes.php233050644editdlrm
tools.php26120644editdlrm
update-core.php325520644editdlrm
update.php107120644editdlrm
upgrade-functions.php3440644editdlrm
upgrade.php56540644editdlrm
upload.php136680644editdlrm
user-edit.php289210644editdlrm
user-new.php222800644editdlrm
users.php197160644editdlrm
widgets.php196020644editdlrm
Edit: /home/desid573/public_html/magicride.ng/wp-admin/options-permalink.php (18654B)
add_help_tab( array( 'id' => 'overview', 'title' => __( 'Overview' ), 'content' => '

' . __( 'Permalinks are the permanent URLs to your individual pages and blog posts, as well as your category and tag archives. A permalink is the web address used to link to your content. The URL to each post should be permanent, and never change — hence the name permalink.' ) . '

' . '

' . __( 'This screen allows you to choose your permalink structure. You can choose from common settings or create custom URL structures.' ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', ) ); get_current_screen()->add_help_tab( array( 'id' => 'permalink-settings', 'title' => __( 'Permalink Settings' ), 'content' => '

' . __( 'Permalinks can contain useful information, such as the post date, title, or other elements. You can choose from any of the suggested permalink formats, or you can craft your own if you select Custom Structure.' ) . '

' . '

' . __( 'If you pick an option other than Plain, your general URL path with structure tags (terms surrounded by %) will also appear in the custom structure field and your path can be further modified there.' ) . '

' . '

' . __( 'When you assign multiple categories or tags to a post, only one can show up in the permalink: the lowest numbered category. This applies if your custom structure includes %category% or %tag%.' ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', ) ); get_current_screen()->add_help_tab( array( 'id' => 'custom-structures', 'title' => __( 'Custom Structures' ), 'content' => '

' . __( 'The Optional fields let you customize the “category” and “tag” base names that will appear in archive URLs. For example, the page listing all posts in the “Uncategorized” category could be /topics/uncategorized instead of /category/uncategorized.' ) . '

' . '

' . __( 'You must click the Save Changes button at the bottom of the screen for new settings to take effect.' ) . '

', ) ); get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Permalinks Settings' ) . '

' . '

' . __( 'Documentation on Using Permalinks' ) . '

' . '

' . __( 'Support' ) . '

' ); $home_path = get_home_path(); $iis7_permalinks = iis7_supports_permalinks(); $permalink_structure = get_option( 'permalink_structure' ); $prefix = $blog_prefix = ''; if ( ! got_url_rewrite() ) { $prefix = '/index.php'; } /** * In a subdirectory configuration of multisite, the `/blog` prefix is used by * default on the main site to avoid collisions with other sites created on that * network. If the `permalink_structure` option has been changed to remove this * base prefix, WordPress core can no longer account for the possible collision. */ if ( is_multisite() && ! is_subdomain_install() && is_main_site() && 0 === strpos( $permalink_structure, '/blog/' ) ) { $blog_prefix = '/blog'; } $category_base = get_option( 'category_base' ); $tag_base = get_option( 'tag_base' ); $update_required = false; if ( $iis7_permalinks ) { if ( ( ! file_exists( $home_path . 'web.config' ) && win_is_writable( $home_path ) ) || win_is_writable( $home_path . 'web.config' ) ) { $writable = true; } else { $writable = false; } } elseif ( $is_nginx ) { $writable = false; } else { if ( ( ! file_exists( $home_path . '.htaccess' ) && is_writable( $home_path ) ) || is_writable( $home_path . '.htaccess' ) ) { $writable = true; } else { $writable = false; $existing_rules = array_filter( extract_from_markers( $home_path . '.htaccess', 'WordPress' ) ); $new_rules = array_filter( explode( "\n", $wp_rewrite->mod_rewrite_rules() ) ); $update_required = ( $new_rules !== $existing_rules ); } } $using_index_permalinks = $wp_rewrite->using_index_permalinks(); if ( isset( $_POST['permalink_structure'] ) || isset( $_POST['category_base'] ) ) { check_admin_referer( 'update-permalink' ); if ( isset( $_POST['permalink_structure'] ) ) { if ( isset( $_POST['selection'] ) && 'custom' != $_POST['selection'] ) { $permalink_structure = $_POST['selection']; } else { $permalink_structure = $_POST['permalink_structure']; } if ( ! empty( $permalink_structure ) ) { $permalink_structure = preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $permalink_structure ) ); if ( $prefix && $blog_prefix ) { $permalink_structure = $prefix . preg_replace( '#^/?index\.php#', '', $permalink_structure ); } else { $permalink_structure = $blog_prefix . $permalink_structure; } } $permalink_structure = sanitize_option( 'permalink_structure', $permalink_structure ); $wp_rewrite->set_permalink_structure( $permalink_structure ); } if ( isset( $_POST['category_base'] ) ) { $category_base = $_POST['category_base']; if ( ! empty( $category_base ) ) { $category_base = $blog_prefix . preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $category_base ) ); } $wp_rewrite->set_category_base( $category_base ); } if ( isset( $_POST['tag_base'] ) ) { $tag_base = $_POST['tag_base']; if ( ! empty( $tag_base ) ) { $tag_base = $blog_prefix . preg_replace( '#/+#', '/', '/' . str_replace( '#', '', $tag_base ) ); } $wp_rewrite->set_tag_base( $tag_base ); } $message = __( 'Permalink structure updated.' ); if ( $iis7_permalinks ) { if ( $permalink_structure && ! $using_index_permalinks && ! $writable ) { $message = __( 'You should update your web.config now.' ); } elseif ( $permalink_structure && ! $using_index_permalinks && $writable ) { $message = __( 'Permalink structure updated. Remove write access on web.config file now!' ); } } elseif ( ! $is_nginx && $permalink_structure && ! $using_index_permalinks && ! $writable && $update_required ) { $message = __( 'You should update your .htaccess now.' ); } if ( ! get_settings_errors() ) { add_settings_error( 'general', 'settings_updated', $message, 'updated' ); } set_transient( 'settings_errors', get_settings_errors(), 30 ); wp_redirect( admin_url( 'options-permalink.php?settings-updated=true' ) ); exit; } flush_rewrite_rules(); require( ABSPATH . 'wp-admin/admin-header.php' ); ?>

number of tags are available, and here are some examples to get you started.' ), __( 'https://codex.wordpress.org/Using_Permalinks' ) ); ?>

'', 1 => $prefix . '/%year%/%monthnum%/%day%/%postname%/', 2 => $prefix . '/%year%/%monthnum%/%postname%/', 3 => $prefix . '/' . _x( 'archives', 'sample permalink base' ) . '/%post_id%', 4 => $prefix . '/%postname%/', ); ?>

topics as your category base would make your category links like %s/topics/uncategorized/. If you leave these blank the defaults will be used.' ), get_option( 'home' ) . $blog_prefix . $prefix ); ?>

writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %1$s file. Click in the field and press %3$s to select all. Then insert this rule inside of the %4$s element in %1$s file.' ), 'web.config', __( 'https://codex.wordpress.org/Changing_File_Permissions' ), 'CTRL + a', '/<configuration>/<system.webServer>/<rewrite>/<rules>' ); ?>

web.config' ); ?>

writable, we could do this automatically, but it isn’t so this is the url rewrite rule you should have in your %2$s file. Create a new file, called %2$s in the root directory of your site. Click in the field and press %3$s to select all. Then insert this code into the %2$s file.' ), __( 'https://codex.wordpress.org/Changing_File_Permissions' ), 'web.config', 'CTRL + a' ); ?>

web.config' ); ?>

Documentation on Nginx configuration.' ); ?>

writable, we could do this automatically, but it isn’t so these are the mod_rewrite rules you should have in your %1$s file. Click in the field and press %3$s to select all.' ), '.htaccess', __( 'https://codex.wordpress.org/Changing_File_Permissions' ), 'CTRL + a' ); ?>