From e3aae91ef4ab268ba311ae8f13d7bc3a303338b1 Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Mon, 16 Jun 2025 00:24:13 +0300 Subject: [PATCH] add styles rfo --- category-rfo.php | 24 +++ footer-rfo.php | 10 +- frontend/Dockerfile | 5 +- frontend/docker-compose.yml | 29 +++- frontend/src/global.css | 1 + frontend/src/main.js | 9 ++ frontend/src/styles/components/featured.css | 59 +++++++ frontend/src/styles/rfo/featured.css | 62 ++++++++ frontend/src/styles/rfo/rfo.css | 126 +++++++++++++++ frontend/src/styles/rfo/search-rfo.css | 42 +++++ frontend/src/styles/rfo/social.css | 13 ++ frontend/vite.config.js | 75 +++------ functions.php | 15 +- header-rfo.php | 168 +++++++++++++------- inc/special.php | 5 +- partials/menu-rfo.php | 18 +++ 16 files changed, 520 insertions(+), 141 deletions(-) create mode 100644 category-rfo.php create mode 100644 frontend/src/styles/components/featured.css create mode 100644 frontend/src/styles/rfo/featured.css create mode 100644 frontend/src/styles/rfo/rfo.css create mode 100644 frontend/src/styles/rfo/search-rfo.css create mode 100644 frontend/src/styles/rfo/social.css create mode 100644 partials/menu-rfo.php diff --git a/category-rfo.php b/category-rfo.php new file mode 100644 index 0000000..c6dd363 --- /dev/null +++ b/category-rfo.php @@ -0,0 +1,24 @@ + +
+ +
+ +

name ?>

+ +
+
+ 'post', + 'posts_per_page' => 13, + 'paged' => $paged, + 'category__in' => get_queried_object_id() + ); + $query = new WP_Query($args); + ?> + $query]); ?> +
+ +
+ \ No newline at end of file diff --git a/footer-rfo.php b/footer-rfo.php index 89f8631..efc2cde 100644 --- a/footer-rfo.php +++ b/footer-rfo.php @@ -1,12 +1,4 @@ - - -
- -
- - - - +