pages match book order

This commit is contained in:
Prospect
2024-02-21 20:14:55 -05:00
parent 04313d7198
commit 3123504f15
9 changed files with 962 additions and 84 deletions

View File

@@ -8,7 +8,6 @@ include(get_theme_file_path('/includes/front-end/styles_and_scripts.php'));
// include(get_theme_file_path('/includes/back-end/template_content_update.php'));
include(get_theme_file_path('/includes/back-end/editor_styles_and_scripts.php'));
include(get_theme_file_path('/includes/back-end/query_adjustments.php'));
include(get_theme_file_path('/includes/front-end/technical_seo.php'));
include(get_theme_file_path('/includes/front-end/registration_form_message.php'));
include(get_theme_file_path('/includes/front-end/custom_login_screen.php'));
// include(get_theme_file_path('/'));
@@ -33,9 +32,6 @@ add_action('after_setup_theme', 'themeStarter_editor_enqueue');
// Adjust Queries
add_action('pre_get_posts', 'themeStarter_adjust_queries');
// Add Facebook Open Graph and Twitter Card to Head
add_action('wp_head', 'open_graph_twitter_card', 2);
// Change Registration Message
add_action('login_message', 'change_reg_message');