/*
Theme Name: Qora Articles
Theme URI: https://qoraapi.com/
Author: Qora API
Author URI: https://qoraapi.com/
Description: A minimal child theme of Twenty Twenty-Five that adds a dynamic "Qora Articles List (Dynamic)" page template. The template auto-displays every new post via the WordPress REST API, shows categories, adds a prominent qoraapi.com link, and removes the default theme footer (Blog / About / FAQs / Authors / Events / Shop / Patterns / Themes / Twenty Twenty-Five / Designed with WordPress).
Template: twentytwentyfive
Version: 1.1.0
Requires at least: 6.5
Tested up to: 6.6
*/

/* Hide the default Twenty Twenty-Five footer (the one containing
   "Blog About FAQs Authors Events Shop Patterns Themes Twenty Twenty-Five
    Designed with WordPress") on ALL pages that use a normal theme layout.
   The custom page template above renders its own minimal footer instead. */
footer.wp-block-template-part {
    display: none !important;
}

/* Also hide any default "Designed with WordPress" credit line globally */
.wp-block-powered-by,
.wp-block-site-generator,
.site-credit {
    display: none !important;
}
