RX Theme is a personal WordPress theme project designed for a serious medical and health-information website like rxharun.com. It is not only a normal blog theme. It is a complete health publishing system, built with the dream of sharing reliable medical knowledge, helping patients understand disease conditions, and supporting a larger mission: a global war against illness. The main purpose of RX Theme is to create a fast, clean, SEO-friendly, evidence-based, and user-friendly medical website where visitors can easily read, search, learn, and trust the information.
The foundation of RX Theme should be strong, simple, and professional. A medical website needs more discipline than a general blog. Every page should load fast, look clean, and guide the reader clearly. Patients, students, doctors, and general visitors may come to the site with different levels of knowledge. Some may search for symptoms, some may search for disease causes, some may look for diagnostic tests, and others may want treatment options. RX Theme should organize all these topics in a structured way, so the reader does not feel lost.
The design of RX Theme should follow a medical style: calm colors, readable fonts, enough white space, clear headings, and trustworthy layout. The theme should avoid unnecessary decoration. Instead, it should focus on readability, accessibility, and content clarity. A good medical article page should have a strong title, short introduction, table of contents, author information, medical reviewer box, evidence or citation section, related articles, FAQs, and a clear medical disclaimer. This helps users understand that the content is educational and not a replacement for direct medical consultation.
Performance is one of the most important goals of RX Theme. A medical website may have thousands of long articles, many images, tables, references, and structured data. If the theme is heavy, visitors will leave quickly. That is why RX Theme should use optimized CSS, lightweight JavaScript, lazy loading, critical CSS, defer scripts, preconnect, preload, clean HTML, and proper caching support. The folder structure should separate CSS, JS, dynamic files, chunks, modules, images, fonts, and build files. This makes the theme easier to manage and improves long-term development.
The JavaScript system of RX Theme can be advanced but controlled. Main files like main.js, app.js, theme.js, frontend.js, init.js, config.js, utilities.js, and performance.js can handle the global behavior. Modules like sticky header, mobile menu, search overlay, dark mode, back-to-top button, reading progress, table of contents, accordion, tabs, copy-code, share buttons, lazy images, and forms can work separately. This modular system is useful because every feature has its own file. If one feature has an error, the full theme does not break easily.
RX Theme should also have a strong CSS architecture. Files like reset, variables, base, layout, header, footer, components, blog, single, archive, search, medical, citation, table, forms, widgets, dark mode, responsive, and print CSS can create a complete styling system. CSS variables should be used for colors, spacing, typography, border radius, shadows, container width, and theme modes. This allows easy customization from one place. For example, changing the primary color or font size should not require editing hundreds of lines.
For SEO, RX Theme should be built very carefully. Medical websites need clean heading structure, schema markup, fast loading, mobile friendliness, internal linking, breadcrumbs, related posts, author pages, review board pages, and proper meta output. RX Theme can include article schema, medical webpage schema, FAQ schema, breadcrumb schema, author schema, and organization schema. It should also support canonical URLs, sitemap helpers, robots settings, and IndexNow or search engine ping support if needed. Good SEO is not only about keywords; it is about structure, speed, trust, and helpful content.
Because rxharun.com is a health website, trust is very important. RX Theme should include special medical components such as evidence boxes, citation boxes, review board cards, doctor author boxes, disease summary cards, diagnostic test sections, drug information cards, prevention boxes, warning notes, and “when to see a doctor” sections. These components can make long medical articles easier to read. Instead of plain text only, the theme can visually separate important health information, warnings, and practical guidance.
RX Theme can also support a medical library system. Custom post types like medical library, disease, drug, diagnostic test, glossary, FAQ, and review board can help organize content professionally. Taxonomies like medical category, disease type, article level, symptom category, body system, and treatment type can create a strong A-to-Z health database. This structure can help users browse topics such as bones, joints, blood, heart, eyes, brain, skin, infection, immune disease, and surgery.
Accessibility should be included from the beginning. Many visitors may be elderly, visually impaired, or using mobile devices. RX Theme should support keyboard navigation, skip links, readable font sizes, proper color contrast, focus states, ARIA labels, accessible menus, and screen-reader-friendly elements. A medical website has a responsibility to be easy for everyone to use. Accessibility also improves SEO and user experience.
Security is also important. RX Theme should follow WordPress coding standards, escape output, sanitize input, use nonces for forms and AJAX, avoid unsafe inline scripts, and protect admin features. The theme should not try to do everything like a security plugin, but it should avoid weak coding practices. Clean code, safe AJAX, proper permissions, and careful customizer settings are necessary.
The admin side of RX Theme can include theme options, customizer settings, dashboard widgets, system status, and helpful notices. However, the admin panel should remain simple. Too many options can create confusion. The best approach is to provide useful settings for logo, colors, typography, layout, header style, footer style, article design, medical disclaimer, citation style, and performance options.
In the future, RX Theme can become more than a theme. It can become a full medical publishing framework. It can support live search, medical glossary, calculators, review board profiles, article quality scores, citation management, content update reminders, and advanced schema. It can also support app-like features using JavaScript, WebAssembly, or separate medical tools. But the first version should focus on stability, speed, clean design, and strong content presentation.
RX Theme is special because it represents both technology and service. It is a developer project, but also a medical mission. It combines WordPress development, frontend performance, SEO structure, medical education, and public health vision. The goal is not only to build a beautiful website, but to build a trusted platform where people can learn about illness, prevention, diagnosis, treatment, and better health decisions.
In simple words, RX Theme should be fast like a lightweight theme, powerful like a medical portal, clean like a professional journal, and friendly like a patient education website. If built step by step with proper folder structure, modular code, optimized assets, and evidence-based content design, RX Theme can become a strong foundation for rxharun.com and a long-term dream project with real-world value.
RX Theme folder structure and then build each file one by one.
Recommended RX Theme Structure
Version 5.0.0
rx-theme/
├── style.css
├── functions.php
├── index.php
├── header.php
├── footer.php
├── sidebar.php
├── single.php
├── page.php
├── archive.php
├── search.php
├── 404.php
├── comments.php
├── screenshot.png
├── README.md
│
├── assets/
│ │
│ ├── css/
│ │ ├── 01-rx-reset.css
│ │ ├── 02-rx-variables.css
│ │ ├── 03-rx-base.css
│ │ ├── 04-rx-layout.css
│ │ ├── 05-rx-header.css
│ │ ├── 06-rx-footer.css
│ │ ├── 07-rx-components.css
│ │ ├── 08-rx-blog.css
│ │ ├── 09-rx-single.css
│ │ ├── 10-rx-page.css
│ │ ├── 11-rx-archive.css
│ │ ├── 12-rx-search.css
│ │ ├── 13-rx-medical.css
│ │ ├── 14-rx-citation.css
│ │ ├── 15-rx-wiki.css
│ │ ├── 16-rx-table.css
│ │ ├── 17-rx-forms.css
│ │ ├── 18-rx-widgets.css
│ │ ├── 19-rx-woocommerce.css
│ │ ├── 20-rx-dark-mode.css
│ │ ├── 21-rx-responsive.css
│ │ ├── 22-rx-print.css
│ │ ├── rx-main.css
│ │ │
│ │ ├── base/
│ │ │ ├── reset.css
│ │ │ ├── variables.css
│ │ │ ├── typography.css
│ │ │ └── global.css
│ │ │
│ │ ├── layout/
│ │ │ ├── header.css
│ │ │ ├── footer.css
│ │ │ ├── sidebar.css
│ │ │ ├── grid.css
│ │ │ └── container.css
│ │ │
│ │ ├── components/
│ │ │ ├── buttons.css
│ │ │ ├── cards.css
│ │ │ ├── forms.css
│ │ │ ├── navigation.css
│ │ │ ├── breadcrumbs.css
│ │ │ ├── pagination.css
│ │ │ ├── search.css
│ │ │ ├── tables.css
│ │ │ └── citation.css
│ │ │
│ │ ├── pages/
│ │ │ ├── home.css
│ │ │ ├── single.css
│ │ │ ├── archive.css
│ │ │ ├── page.css
│ │ │ ├── search-page.css
│ │ │ └── 404.css
│ │ │
│ │ ├── utilities/
│ │ │ ├── spacing.css
│ │ │ ├── display.css
│ │ │ ├── accessibility.css
│ │ │ ├── animations.css
│ │ │ └── print.css
│ │ │
│ │ └── critical/
│ │ ├── critical-home.css
│ │ ├── critical-single.css
│ │ └── critical-page.css
│ │
│ ├── js/
│ │ ├── main.js
│ │ ├── app.js
│ │ ├── theme.js
│ │ ├── frontend.js
│ │ ├── global.js
│ │ ├── init.js
│ │ ├── config.js
│ │ ├── constants.js
│ │ ├── utilities.js
│ │ ├── helpers.js
│ │ ├── events.js
│ │ ├── dom.js
│ │ ├── browser.js
│ │ ├── performance.js
│ │ ├── accessibility.js
│ │ ├── security.js
│ │ ├── analytics.js
│ │ ├── compatibility.js
│ │ ├── wordpress.js
│ │ ├── public-api.js
│ │ │
│ │ ├── core/
│ │ │ ├── rx-core.js
│ │ │ ├── rx-init.js
│ │ │ ├── rx-config.js
│ │ │ ├── rx-hooks.js
│ │ │ ├── rx-events.js
│ │ │ ├── rx-dom-ready.js
│ │ │ ├── rx-window-load.js
│ │ │ ├── rx-resize.js
│ │ │ ├── rx-scroll.js
│ │ │ └── rx-observer.js
│ │ │
│ │ ├── modules/
│ │ │ ├── sticky-header.js
│ │ │ ├── mobile-menu.js
│ │ │ ├── dropdown-menu.js
│ │ │ ├── search-overlay.js
│ │ │ ├── dark-mode-toggle.js
│ │ │ ├── back-to-top.js
│ │ │ ├── reading-progress.js
│ │ │ ├── table-of-contents.js
│ │ │ ├── accordion.js
│ │ │ ├── tabs.js
│ │ │ ├── modal.js
│ │ │ ├── offcanvas.js
│ │ │ ├── notification.js
│ │ │ ├── toast.js
│ │ │ ├── copy-code.js
│ │ │ ├── share-buttons.js
│ │ │ ├── print-button.js
│ │ │ ├── lazy-images.js
│ │ │ ├── lazy-embeds.js
│ │ │ ├── reveal-on-scroll.js
│ │ │ ├── smooth-scroll.js
│ │ │ ├── active-menu.js
│ │ │ ├── external-links.js
│ │ │ ├── responsive-tables.js
│ │ │ ├── form-enhancer.js
│ │ │ ├── password-toggle.js
│ │ │ ├── comment-form.js
│ │ │ ├── ajax-load-more.js
│ │ │ ├── infinite-scroll.js
│ │ │ ├── client-search-filter.js
│ │ │ ├── image-lightbox.js
│ │ │ ├── quantity-buttons.js
│ │ │ └── cookie-consent.js
│ │ │
│ │ ├── components/
│ │ │ ├── header.js
│ │ │ ├── footer.js
│ │ │ ├── sidebar.js
│ │ │ ├── navigation.js
│ │ │ ├── breadcrumb.js
│ │ │ ├── pagination.js
│ │ │ ├── post-card.js
│ │ │ ├── article-card.js
│ │ │ ├── related-posts.js
│ │ │ ├── author-box.js
│ │ │ ├── hero-section.js
│ │ │ ├── slider.js
│ │ │ ├── carousel.js
│ │ │ ├── faq.js
│ │ │ ├── schema-faq-toggle.js
│ │ │ ├── medical-disclaimer.js
│ │ │ └── newsletter-form.js
│ │ │
│ │ ├── pages/
│ │ │ ├── home.js
│ │ │ ├── single-post.js
│ │ │ ├── single-page.js
│ │ │ ├── archive.js
│ │ │ ├── category.js
│ │ │ ├── tag.js
│ │ │ ├── author.js
│ │ │ ├── search.js
│ │ │ ├── error-404.js
│ │ │ ├── contact.js
│ │ │ ├── medical-article.js
│ │ │ ├── disease-page.js
│ │ │ ├── drug-page.js
│ │ │ ├── diagnostic-test-page.js
│ │ │ └── health-topic-page.js
│ │ │
│ │ ├── ajax/
│ │ │ ├── ajax-core.js
│ │ │ ├── ajax-search.js
│ │ │ ├── ajax-load-posts.js
│ │ │ ├── ajax-comments.js
│ │ │ ├── ajax-newsletter.js
│ │ │ ├── ajax-bookmark.js
│ │ │ ├── ajax-rating.js
│ │ │ └── ajax-view-count.js
│ │ │
│ │ ├── vendor/
│ │ │ ├── swiper-init.js
│ │ │ ├── splide-init.js
│ │ │ ├── chart-init.js
│ │ │ ├── prism-init.js
│ │ │ ├── highlight-init.js
│ │ │ ├── lazysizes-init.js
│ │ │ └── lightbox-init.js
│ │ │
│ │ └── admin/
│ │ ├── admin.js
│ │ ├── customizer.js
│ │ ├── block-editor.js
│ │ ├── classic-editor.js
│ │ ├── media-uploader.js
│ │ ├── meta-boxes.js
│ │ ├── theme-options.js
│ │ └── dashboard-widgets.js
│ │
│ ├── app/
│ │ ├── rx-app.js
│ │ ├── rx-medical-library-app.js
│ │ ├── rx-live-search-app.js
│ │ ├── rx-dashboard-app.js
│ │ └── rx-review-board-app.js
│ │
│ ├── chunks/
│ │ ├── chunk-001-core.js
│ │ ├── chunk-002-header.js
│ │ ├── chunk-003-mobile-menu.js
│ │ ├── chunk-004-search.js
│ │ ├── chunk-005-dark-mode.js
│ │ ├── chunk-006-back-to-top.js
│ │ ├── chunk-007-reading-progress.js
│ │ ├── chunk-008-lazyload.js
│ │ ├── chunk-009-toc.js
│ │ ├── chunk-010-accordion.js
│ │ ├── chunk-011-tabs.js
│ │ ├── chunk-012-copy-code.js
│ │ ├── chunk-013-lightbox.js
│ │ ├── chunk-014-share.js
│ │ ├── chunk-015-comments.js
│ │ ├── chunk-016-forms.js
│ │ ├── chunk-017-table.js
│ │ ├── chunk-018-video.js
│ │ ├── chunk-019-scroll-animation.js
│ │ ├── chunk-020-print.js
│ │ ├── chunk-021-accessibility.js
│ │ ├── chunk-022-breadcrumb.js
│ │ ├── chunk-023-sticky-sidebar.js
│ │ ├── chunk-024-newsletter.js
│ │ ├── chunk-025-cookie-notice.js
│ │ ├── chunk-026-popup.js
│ │ ├── chunk-027-load-more.js
│ │ ├── chunk-028-filter-posts.js
│ │ ├── chunk-029-pagination.js
│ │ ├── chunk-030-related-posts.js
│ │ ├── chunk-031-schema-helper.js
│ │ ├── chunk-032-font-size.js
│ │ ├── chunk-033-theme-mode.js
│ │ ├── chunk-034-reading-time.js
│ │ ├── chunk-035-progress-circle.js
│ │ ├── chunk-036-notification.js
│ │ ├── chunk-037-marquee.js
│ │ ├── chunk-038-slider.js
│ │ ├── chunk-039-carousel.js
│ │ ├── chunk-040-gallery.js
│ │ ├── chunk-041-medical-card.js
│ │ ├── chunk-042-faq.js
│ │ ├── chunk-043-author-box.js
│ │ ├── chunk-044-scrollspy.js
│ │ ├── chunk-045-ajax-search.js
│ │ ├── chunk-046-pwa.js
│ │ ├── chunk-047-performance.js
│ │ ├── chunk-048-security-ui.js
│ │ ├── chunk-049-seo-ui.js
│ │ └── chunk-050-final.js
│ │
│ ├── dynamic/
│ │ ├── css/
│ │ │ ├── dynamic-global.css
│ │ │ ├── dynamic-colors.css
│ │ │ ├── dynamic-typography.css
│ │ │ ├── dynamic-layout.css
│ │ │ ├── dynamic-header.css
│ │ │ ├── dynamic-footer.css
│ │ │ ├── dynamic-medical.css
│ │ │ ├── dynamic-dark-mode.css
│ │ │ ├── dynamic-customizer.css
│ │ │ └── dynamic-critical.css
│ │ │
│ │ ├── js/
│ │ │ ├── dynamic-global.js
│ │ │ ├── dynamic-customizer.js
│ │ │ ├── dynamic-header.js
│ │ │ ├── dynamic-footer.js
│ │ │ ├── dynamic-layout.js
│ │ │ ├── dynamic-live-search.js
│ │ │ ├── dynamic-filter-posts.js
│ │ │ ├── dynamic-medical-tools.js
│ │ │ ├── dynamic-dark-mode.js
│ │ │ └── dynamic-performance.js
│ │ │
│ │ ├── apps/
│ │ │ ├── dynamic-medical-library-app.js
│ │ │ ├── dynamic-live-search-app.js
│ │ │ ├── dynamic-review-board-app.js
│ │ │ ├── dynamic-dashboard-app.js
│ │ │ ├── dynamic-glossary-app.js
│ │ │ ├── dynamic-faq-app.js
│ │ │ ├── dynamic-calculator-app.js
│ │ │ ├── dynamic-citation-app.js
│ │ │ ├── dynamic-author-app.js
│ │ │ └── dynamic-admin-panel-app.js
│ │ │
│ │ └── chunks/
│ │ ├── dynamic-search.chunk.js
│ │ ├── dynamic-filter.chunk.js
│ │ ├── dynamic-table.chunk.js
│ │ ├── dynamic-chart.chunk.js
│ │ ├── dynamic-medical-card.chunk.js
│ │ ├── dynamic-faq.chunk.js
│ │ ├── dynamic-toc.chunk.js
│ │ ├── dynamic-citation.chunk.js
│ │ ├── dynamic-load-more.chunk.js
│ │ └── dynamic-review-board.chunk.js
│ │
│ ├── images/
│ │ ├── rx-logo.svg
│ │ ├── rx-logo-dark.svg
│ │ ├── rx-favicon.png
│ │ ├── rx-placeholder.webp
│ │ ├── rx-doctor-avatar.webp
│ │ └── rx-medical-hero.webp
│ │
│ ├── icons/
│ │ └── rx-icons.svg
│ │
│ ├── vendor/
│ │ ├── vendor.css
│ │ └── vendor.js
│ │
│ ├── generated/
│ │ ├── python/
│ │ ├── go/
│ │ └── rust/
│ │
│ ├── wasm/
│ │ ├── rust-app.js
│ │ ├── rust-app_bg.wasm
│ │ ├── wasm_exec.js
│ │ └── go-app.js
│ │
│ ├── modules/
│ │ ├── lazy-images.js
│ │ ├── back-to-top.js
│ │ ├── reading-progress.js
│ │ ├── table-of-contents.js
│ │ ├── citation-copy.js
│ │ └── rx-theme.js
│ │
│ ├── fonts/
│ │ ├── local/
│ │ └── preload/
│ │
│ └── build/
│ ├── css/
│ │ ├── rx-main.min.css
│ │ ├── rx-critical.min.css
│ │ └── rx-print.min.css
│ │
│ ├── js/
│ │ ├── rx-theme.min.js
│ │ ├── rx-navigation.min.js
│ │ └── rx-modules.min.js
│ │
│ └── manifest.json
│
│
├── inc/
│ ├── core/
│ │ ├── theme-setup.php
│ │ ├── enqueue.php
│ │ ├── menus.php
│ │ ├── sidebars.php
│ │ ├── image-sizes.php
│ │ └── cleanup.php
│ │
│ ├── helpers/
│ │ ├── template-functions.php
│ │ ├── sanitization.php
│ │ ├── breadcrumbs.php
│ │ ├── reading-time.php
│ │ ├── related-posts.php
│ │ ├── pagination.php
│ │ └── schema.php
│ │
│ ├── seo/
│ │ ├── meta-tags.php
│ │ ├── canonical.php
│ │ ├── sitemap.php
│ │ ├── robots.php
│ │ ├── schema-article.php
│ │ └── indexnow.php
│ │
│ ├── performance/
│ │ ├── preload.php
│ │ ├── preconnect.php
│ │ ├── defer-async.php
│ │ ├── critical-css.php
│ │ ├── lazy-loading.php
│ │ ├── resource-hints.php
│ │ ├── remove-bloat.php
│ │ ├── emoji-disable.php
│ │ ├── embeds-disable.php
│ │ ├── heartbeat-control.php
│ │ └── web-vitals.php
│ │ ├── font-optimization.php
│ │ ├── cache-headers.php
│ │ ├── lazy-loading.php
│ │ ├── defer-scripts.php
│ │ ├── idle-loader.js
│ │ ├── defer-third-party.js
│ │ └── web-vitals-monitor.js
│ │
│ ├── css/
│ │ ├── dynamic-css.php
│ │ ├── colors-css.php
│ │ ├── typography-css.php
│ │ ├── layout-css.php
│ │ ├── customizer-css.php
│ │ └── critical-css.php
│ │
│ ├── security/
│ │ ├── hardening.php
│ │ ├── uploads.php
│ │ ├── rest-api.php
│ │ └── login-security.php
│ │
│ ├── options/
│ │ ├── customizer.php
│ │ ├── theme-options.php
│ │ ├── color-options.php
│ │ ├── typography-options.php
│ │ └── layout-options.php
│ │
│ ├── admin/
│ │ ├── admin-page.php
│ │ ├── dashboard-widgets.php
│ │ ├── system-status.php
│ │ └── notice.php
│ │
│ ├── builders/
│ │ ├── header-builder.php
│ │ ├── footer-builder.php
│ │ ├── layout-builder.php
│ │ ├── sidebar-builder.php
│ │ └── hook-builder.php
│ │
│ ├── post-types/
│ │ ├── portfolio.php
│ │ ├── medical-library.php
│ │ ├── review-board.php
│ │ ├── glossary.php
│ │ └── faq.php
│ │
│ ├── taxonomies/
│ │ ├── medical-category.php
│ │ ├── disease-type.php
│ │ └── article-level.php
│ │
│ ├── shortcodes/
│ │ ├── buttons.php
│ │ ├── alerts.php
│ │ ├── medical-boxes.php
│ │ ├── faq.php
│ │ └── table-of-contents.php
│ │
│ ├── widgets/
│ │ ├── recent-posts-widget.php
│ │ ├── related-posts-widget.php
│ │ ├── medical-toc-widget.php
│ │ └── author-box-widget.php
│ │
│ ├── ajax/
│ │ ├── load-more.php
│ │ ├── live-search.php
│ │ ├── filter-posts.php
│ │ └── newsletter.php
│ │
│ ├── woocommerce/
│ │ ├── woocommerce-setup.php
│ │ ├── product-layout.php
│ │ ├── cart.php
│ │ └── checkout.php
│ │
│ └── integrations/
│ ├── rank-math.php
│ ├── yoast.php
│ ├── elementor.php
│ ├── gutenberg.php
│ └── cloudflare.php
│
├── template-parts/
│ ├── header/
│ │ ├── site-branding.php
│ │ ├── primary-menu.php
│ │ ├── mobile-menu.php
│ │ └── search-toggle.php
│ │
│ ├── footer/
│ │ ├── footer-widgets.php
│ │ ├── footer-menu.php
│ │ └── footer-bottom.php
│ │
│ ├── content/
│ │ ├── content.php
│ │ ├── content-single.php
│ │ ├── content-page.php
│ │ ├── content-archive.php
│ │ ├── content-search.php
│ │ └── content-none.php
│ │
│ ├── post/
│ │ ├── post-meta.php
│ │ ├── author-box.php
│ │ ├── related-posts.php
│ │ └── post-navigation.php
│ │
│ ├── sidebar/
│ │ ├── sidebar-primary.php
│ │ ├── sidebar-single.php
│ │ └── sidebar-medical.php
│ │
│ ├── medical/
│ │ ├── medical-card.php
│ │ ├── disease-summary.php
│ │ ├── evidence-box.php
│ │ ├── citation-box.php
│ │ └── review-board-box.php
│ │
│ ├── blocks/
│ │ ├── block-alert.php
│ │ ├── block-faq.php
│ │ ├── block-table.php
│ │ ├── block-medical-note.php
│ │ └── block-reference.php
│ │
│ └── components/
│ ├── breadcrumbs.php
│ ├── pagination.php
│ ├── social-share.php
│ ├── table-of-contents.php
│ └── scroll-top.php
│
│
├── templates/
│ ├── template-full-width.php
│ ├── template-left-sidebar.php
│ ├── template-right-sidebar.php
│ ├── template-medical-library.php
│ ├── template-review-board.php
│ └── template-contact.php
│ ├── layout/
│ │ ├── site-wrapper-start.php
│ │ ├── site-wrapper-end.php
│ │ ├── main-start.php
│ │ ├── main-end.php
│ │ ├── content-area-start.php
│ │ ├── content-area-end.php
│ │ ├── container-start.php
│ │ ├── container-end.php
│ │ ├── section-start.php
│ │ ├── section-end.php
│ │ ├── grid-start.php
│ │ ├── grid-end.php
│ │ ├── two-column-layout.php
│ │ ├── three-column-layout.php
│ │ ├── full-width-layout.php
│ │ ├── boxed-layout.php
│ │ ├── sidebar-left-layout.php
│ │ ├── sidebar-right-layout.php
│ │ ├── no-sidebar-layout.php
│ │ └── landing-page-layout.php
│ │
│ ├── header/
│ │ ├── header-default.php
│ │ ├── header-medical.php
│ │ ├── header-minimal.php
│ │ ├── header-transparent.php
│ │ ├── header-sticky.php
│ │ ├── header-mobile.php
│ │ ├── header-offcanvas.php
│ │ ├── header-topbar.php
│ │ ├── header-branding.php
│ │ ├── header-logo.php
│ │ ├── header-search.php
│ │ ├── header-navigation.php
│ │ ├── header-actions.php
│ │ ├── header-social-links.php
│ │ ├── header-appointment-button.php
│ │ └── header-schema.php
│ │
│ ├── footer/
│ │ ├── footer-default.php
│ │ ├── footer-medical.php
│ │ ├── footer-minimal.php
│ │ ├── footer-widgets.php
│ │ ├── footer-columns.php
│ │ ├── footer-bottom.php
│ │ ├── footer-copyright.php
│ │ ├── footer-social-links.php
│ │ ├── footer-newsletter.php
│ │ ├── footer-back-to-top.php
│ │ ├── footer-medical-disclaimer.php
│ │ ├── footer-emergency-note.php
│ │ └── footer-schema.php
│ │
│ ├── navigation/
│ │ ├── nav-primary.php
│ │ ├── nav-secondary.php
│ │ ├── nav-mobile.php
│ │ ├── nav-footer.php
│ │ ├── nav-social.php
│ │ ├── nav-breadcrumb.php
│ │ ├── nav-pagination.php
│ │ ├── nav-post-pagination.php
│ │ ├── nav-archive-pagination.php
│ │ ├── nav-table-of-contents.php
│ │ ├── nav-alphabetical-index.php
│ │ └── nav-medical-condition-index.php
│ │
│ ├── content/
│ │ ├── content.php
│ │ ├── content-none.php
│ │ ├── content-page.php
│ │ ├── content-single.php
│ │ ├── content-archive.php
│ │ ├── content-search.php
│ │ ├── content-card.php
│ │ ├── content-card-horizontal.php
│ │ ├── content-card-medical.php
│ │ ├── content-card-featured.php
│ │ ├── content-list-item.php
│ │ ├── content-grid-item.php
│ │ ├── content-excerpt.php
│ │ ├── content-summary.php
│ │ ├── content-protected.php
│ │ ├── content-password.php
│ │ ├── content-author-box.php
│ │ ├── content-updated-date.php
│ │ └── content-reading-time.php
│ │
│ ├── single/
│ │ ├── single-default.php
│ │ ├── single-medical-article.php
│ │ ├── single-condition.php
│ │ ├── single-disease.php
│ │ ├── single-drug.php
│ │ ├── single-test.php
│ │ ├── single-treatment.php
│ │ ├── single-news.php
│ │ ├── single-review.php
│ │ ├── single-case-study.php
│ │ ├── single-header.php
│ │ ├── single-title.php
│ │ ├── single-meta.php
│ │ ├── single-featured-image.php
│ │ ├── single-content.php
│ │ ├── single-footer.php
│ │ ├── single-tags.php
│ │ ├── single-categories.php
│ │ ├── single-share.php
│ │ ├── single-author-bio.php
│ │ ├── single-related-posts.php
│ │ ├── single-next-prev.php
│ │ ├── single-medical-disclaimer.php
│ │ ├── single-reviewed-by.php
│ │ ├── single-fact-checked.php
│ │ ├── single-last-updated.php
│ │ └── single-references.php
│ │
│ ├── page/
│ │ ├── page-default.php
│ │ ├── page-full-width.php
│ │ ├── page-no-sidebar.php
│ │ ├── page-sidebar-left.php
│ │ ├── page-sidebar-right.php
│ │ ├── page-landing.php
│ │ ├── page-home.php
│ │ ├── page-about.php
│ │ ├── page-contact.php
│ │ ├── page-doctors.php
│ │ ├── page-services.php
│ │ ├── page-medical-library.php
│ │ ├── page-condition-index.php
│ │ ├── page-drug-index.php
│ │ ├── page-test-index.php
│ │ ├── page-treatment-index.php
│ │ ├── page-privacy-policy.php
│ │ ├── page-terms.php
│ │ └── page-disclaimer.php
│ │
│ ├── archive/
│ │ ├── archive-default.php
│ │ ├── archive-category.php
│ │ ├── archive-tag.php
│ │ ├── archive-author.php
│ │ ├── archive-date.php
│ │ ├── archive-search.php
│ │ ├── archive-medical.php
│ │ ├── archive-condition.php
│ │ ├── archive-disease.php
│ │ ├── archive-drug.php
│ │ ├── archive-test.php
│ │ ├── archive-treatment.php
│ │ ├── archive-grid.php
│ │ ├── archive-list.php
│ │ ├── archive-header.php
│ │ ├── archive-description.php
│ │ ├── archive-filters.php
│ │ ├── archive-sort.php
│ │ ├── archive-loop.php
│ │ └── archive-empty.php
│ │
│ ├── search/
│ │ ├── search-form.php
│ │ ├── search-form-header.php
│ │ ├── search-form-mobile.php
│ │ ├── search-form-advanced.php
│ │ ├── search-results.php
│ │ ├── search-result-item.php
│ │ ├── search-filters.php
│ │ ├── search-suggestions.php
│ │ ├── search-popular-keywords.php
│ │ ├── search-no-results.php
│ │ └── search-medical-warning.php
│ │
│ ├── sidebar/
│ │ ├── sidebar-default.php
│ │ ├── sidebar-blog.php
│ │ ├── sidebar-page.php
│ │ ├── sidebar-medical.php
│ │ ├── sidebar-condition.php
│ │ ├── sidebar-drug.php
│ │ ├── sidebar-sticky.php
│ │ ├── sidebar-toc.php
│ │ ├── sidebar-author.php
│ │ ├── sidebar-related.php
│ │ ├── sidebar-ad.php
│ │ ├── sidebar-newsletter.php
│ │ └── sidebar-disclaimer.php
│ │
│ ├── loop/
│ │ ├── loop.php
│ │ ├── loop-posts.php
│ │ ├── loop-pages.php
│ │ ├── loop-search.php
│ │ ├── loop-related.php
│ │ ├── loop-featured.php
│ │ ├── loop-latest.php
│ │ ├── loop-popular.php
│ │ ├── loop-medical-library.php
│ │ ├── loop-condition-index.php
│ │ ├── loop-drug-index.php
│ │ ├── loop-test-index.php
│ │ ├── loop-treatment-index.php
│ │ └── loop-empty.php
│ │
│ ├── components/
│ │ ├── button.php
│ │ ├── button-appointment.php
│ │ ├── button-read-more.php
│ │ ├── badge.php
│ │ ├── label.php
│ │ ├── icon.php
│ │ ├── card.php
│ │ ├── card-post.php
│ │ ├── card-doctor.php
│ │ ├── card-service.php
│ │ ├── card-condition.php
│ │ ├── card-drug.php
│ │ ├── card-test.php
│ │ ├── alert.php
│ │ ├── notice.php
│ │ ├── medical-alert.php
│ │ ├── medical-disclaimer.php
│ │ ├── emergency-box.php
│ │ ├── callout-box.php
│ │ ├── info-box.php
│ │ ├── warning-box.php
│ │ ├── reference-box.php
│ │ ├── author-card.php
│ │ ├── reviewer-card.php
│ │ ├── table-wrapper.php
│ │ ├── responsive-video.php
│ │ ├── lazy-image.php
│ │ ├── avatar.php
│ │ ├── rating.php
│ │ ├── progress-bar.php
│ │ ├── skeleton-loader.php
│ │ └── modal.php
│ │
│ ├── medical/
│ │ ├── disease-summary-box.php
│ │ ├── condition-overview-box.php
│ │ ├── symptoms-box.php
│ │ ├── causes-box.php
│ │ ├── diagnosis-box.php
│ │ ├── treatment-box.php
│ │ ├── prevention-box.php
│ │ ├── when-to-see-doctor.php
│ │ ├── emergency-warning.php
│ │ ├── drug-dosage-box.php
│ │ ├── side-effects-box.php
│ │ ├── lab-test-box.php
│ │ ├── imaging-test-box.php
│ │ ├── physical-exam-box.php
│ │ ├── differential-diagnosis-box.php
│ │ ├── risk-factor-box.php
│ │ ├── complication-box.php
│ │ ├── prognosis-box.php
│ │ ├── lifestyle-advice-box.php
│ │ ├── diet-advice-box.php
│ │ ├── faq-medical.php
│ │ ├── reference-list.php
│ │ ├── evidence-level.php
│ │ ├── reviewed-by-doctor.php
│ │ ├── fact-checked-by.php
│ │ └── medical-schema-block.php
│ │
│ ├── hero/
│ │ ├── hero-default.php
│ │ ├── hero-home.php
│ │ ├── hero-page.php
│ │ ├── hero-single.php
│ │ ├── hero-archive.php
│ │ ├── hero-search.php
│ │ ├── hero-medical.php
│ │ ├── hero-condition.php
│ │ ├── hero-service.php
│ │ ├── hero-doctor.php
│ │ ├── hero-minimal.php
│ │ ├── hero-centered.php
│ │ ├── hero-with-image.php
│ │ ├── hero-with-search.php
│ │ └── hero-breadcrumb.php
│ │
│ ├── meta/
│ │ ├── post-meta.php
│ │ ├── post-date.php
│ │ ├── post-author.php
│ │ ├── post-categories.php
│ │ ├── post-tags.php
│ │ ├── post-comments-count.php
│ │ ├── post-reading-time.php
│ │ ├── post-updated-date.php
│ │ ├── post-reviewed-date.php
│ │ ├── medical-reviewer.php
│ │ ├── fact-checker.php
│ │ └── source-citation-meta.php
│ │
│ ├── comments/
│ │ ├── comments.php
│ │ ├── comments-list.php
│ │ ├── comments-form.php
│ │ ├── comments-navigation.php
│ │ ├── comments-empty.php
│ │ └── comments-closed.php
│ │
│ ├── forms/
│ │ ├── form-search.php
│ │ ├── form-contact.php
│ │ ├── form-newsletter.php
│ │ ├── form-appointment.php
│ │ ├── form-feedback.php
│ │ ├── form-filter.php
│ │ ├── form-author-search.php
│ │ ├── form-medical-library-search.php
│ │ └── form-accessibility-search.php
│ │
│ ├── widgets/
│ │ ├── widget-recent-posts.php
│ │ ├── widget-popular-posts.php
│ │ ├── widget-related-posts.php
│ │ ├── widget-categories.php
│ │ ├── widget-tags.php
│ │ ├── widget-author.php
│ │ ├── widget-newsletter.php
│ │ ├── widget-social.php
│ │ ├── widget-medical-disclaimer.php
│ │ ├── widget-emergency.php
│ │ ├── widget-table-of-contents.php
│ │ ├── widget-condition-index.php
│ │ └── widget-drug-index.php
│ │
│ ├── seo/
│ │ ├── schema-article.php
│ │ ├── schema-medical-webpage.php
│ │ ├── schema-medical-condition.php
│ │ ├── schema-drug.php
│ │ ├── schema-faq.php
│ │ ├── schema-breadcrumb.php
│ │ ├── schema-organization.php
│ │ ├── schema-person.php
│ │ ├── schema-website.php
│ │ ├── schema-search-action.php
│ │ ├── open-graph.php
│ │ ├── twitter-card.php
│ │ ├── canonical.php
│ │ └── meta-robots.php
│ │
│ ├── accessibility/
│ │ ├── skip-links.php
│ │ ├── screen-reader-text.php
│ │ ├── aria-live-region.php
│ │ ├── keyboard-navigation.php
│ │ ├── contrast-toggle.php
│ │ ├── font-size-toggle.php
│ │ ├── reduced-motion-toggle.php
│ │ └── accessibility-toolbar.php
│ │
│ ├── performance/
│ │ ├── critical-css-inline.php
│ │ ├── preload-fonts.php
│ │ ├── preload-images.php
│ │ ├── resource-hints.php
│ │ ├── lazyload-placeholder.php
│ │ ├── noscript-fallback.php
│ │ ├── image-srcset.php
│ │ ├── responsive-picture.php
│ │ └── core-web-vitals-helper.php
│ │
│ ├── ads/
│ │ ├── ad-before-content.php
│ │ ├── ad-after-content.php
│ │ ├── ad-inside-content.php
│ │ ├── ad-sidebar.php
│ │ ├── ad-footer.php
│ │ ├── ad-mobile.php
│ │ └── ad-placeholder.php
│ │
│ ├── ecommerce/
│ │ ├── product-card.php
│ │ ├── product-grid.php
│ │ ├── product-list.php
│ │ ├── product-price.php
│ │ ├── product-rating.php
│ │ ├── product-badge.php
│ │ ├── product-related.php
│ │ └── product-empty.php
│ │
│ ├── user/
│ │ ├── login-link.php
│ │ ├── account-menu.php
│ │ ├── author-profile.php
│ │ ├── author-posts.php
│ │ ├── user-avatar.php
│ │ ├── user-bookmarks.php
│ │ └── user-dashboard-link.php
│ │
│ ├── states/
│ │ ├── loading.php
│ │ ├── empty.php
│ │ ├── error.php
│ │ ├── offline.php
│ │ ├── maintenance.php
│ │ ├── restricted.php
│ │ └── coming-soon.php
│ │
│ ├── errors/
│ │ ├── 404-content.php
│ │ ├── 404-search.php
│ │ ├── 404-suggestions.php
│ │ ├── 403-content.php
│ │ ├── 500-content.php
│ │ └── maintenance-content.php
│ │
│ ├── email/
│ │ ├── email-header.php
│ │ ├── email-footer.php
│ │ ├── email-newsletter.php
│ │ ├── email-notification.php
│ │ └── email-template.php
│ │
│ ├── print/
│ │ ├── print-header.php
│ │ ├── print-footer.php
│ │ ├── print-article.php
│ │ ├── print-medical-disclaimer.php
│ │ └── print-references.php
│ │
│ └── debug/
│ ├── debug-template-info.php
│ ├── debug-query-info.php
│ ├── debug-hooks.php
│ ├── debug-performance.php
│ └── debug-theme-vars.php
└── languages/
└── rx-theme.pot
Version 4.0.0
rx-theme/
├── style.css
├── functions.php
├── index.php
├── header.php
├── footer.php
├── sidebar.php
├── single.php
├── page.php
├── archive.php
├── search.php
├── 404.php
├── comments.php
├── screenshot.png
│
├── inc/
│ ├── core/
│ │ ├── theme-setup.php
│ │ ├── enqueue.php
│ │ ├── menus.php
│ │ ├── sidebars.php
│ │ ├── image-sizes.php
│ │ └── cleanup.php
│ │
│ ├── helpers/
│ │ ├── template-functions.php
│ │ ├── sanitization.php
│ │ ├── breadcrumbs.php
│ │ ├── reading-time.php
│ │ ├── related-posts.php
│ │ ├── pagination.php
│ │ └── schema.php
│ │
│ ├── seo/
│ │ ├── meta-tags.php
│ │ ├── canonical.php
│ │ ├── sitemap.php
│ │ ├── robots.php
│ │ ├── schema-article.php
│ │ └── indexnow.php
│ │
│ ├── performance/
│ │ ├── preload.php
│ │ ├── preconnect.php
│ │ ├── cache-headers.php
│ │ ├── lazy-loading.php
│ │ ├── defer-scripts.php
│ │ └── critical-css.php
│ │
│ ├── security/
│ │ ├── hardening.php
│ │ ├── uploads.php
│ │ ├── rest-api.php
│ │ └── login-security.php
│ │
│ ├── options/
│ │ ├── customizer.php
│ │ ├── theme-options.php
│ │ ├── color-options.php
│ │ ├── typography-options.php
│ │ └── layout-options.php
│ │
│ ├── admin/
│ │ ├── admin-page.php
│ │ ├── dashboard-widgets.php
│ │ ├── system-status.php
│ │ └── notice.php
│ │
│ ├── builders/
│ │ ├── header-builder.php
│ │ ├── footer-builder.php
│ │ ├── layout-builder.php
│ │ ├── sidebar-builder.php
│ │ └── hook-builder.php
│ │
│ ├── post-types/
│ │ ├── portfolio.php
│ │ ├── medical-library.php
│ │ ├── review-board.php
│ │ ├── glossary.php
│ │ └── faq.php
│ │
│ ├── taxonomies/
│ │ ├── medical-category.php
│ │ ├── disease-type.php
│ │ └── article-level.php
│ │
│ ├── shortcodes/
│ │ ├── buttons.php
│ │ ├── alerts.php
│ │ ├── medical-boxes.php
│ │ ├── faq.php
│ │ └── table-of-contents.php
│ │
│ ├── widgets/
│ │ ├── recent-posts-widget.php
│ │ ├── related-posts-widget.php
│ │ ├── medical-toc-widget.php
│ │ └── author-box-widget.php
│ │
│ ├── ajax/
│ │ ├── load-more.php
│ │ ├── live-search.php
│ │ ├── filter-posts.php
│ │ └── newsletter.php
│ │
│ ├── woocommerce/
│ │ ├── woocommerce-setup.php
│ │ ├── product-layout.php
│ │ ├── cart.php
│ │ └── checkout.php
│ │
│ └── integrations/
│ ├── rank-math.php
│ ├── yoast.php
│ ├── elementor.php
│ ├── gutenberg.php
│ └── cloudflare.php
│
├── template-parts/
│ ├── header/
│ │ ├── site-branding.php
│ │ ├── primary-menu.php
│ │ ├── mobile-menu.php
│ │ └── search-toggle.php
│ │
│ ├── footer/
│ │ ├── footer-widgets.php
│ │ ├── footer-menu.php
│ │ └── footer-bottom.php
│ │
│ ├── content/
│ │ ├── content.php
│ │ ├── content-single.php
│ │ ├── content-page.php
│ │ ├── content-archive.php
│ │ ├── content-search.php
│ │ └── content-none.php
│ │
│ ├── post/
│ │ ├── post-meta.php
│ │ ├── author-box.php
│ │ ├── related-posts.php
│ │ └── post-navigation.php
│ │
│ └── components/
│ ├── breadcrumbs.php
│ ├── pagination.php
│ ├── social-share.php
│ ├── table-of-contents.php
│ └── scroll-top.php
│
├── assets/
│ ├── css/
│ │ ├── app.css
│ │ ├── header.css
│ │ ├── footer.css
│ │ ├── layout.css
│ │ ├── blog.css
│ │ ├── single.css
│ │ ├── page.css
│ │ ├── archive.css
│ │ ├── search.css
│ │ ├── medical.css
│ │ ├── citation.css
│ │ ├── wiki.css
│ │ ├── table.css
│ │ ├── forms.css
│ │ ├── widgets.css
│ │ ├── woocommerce.css
│ │ ├── dark-mode.css
│ │ ├── responsive.css
│ │ └── print.css
│ │
│ ├── js/
│ │ ├── app.js
│ │ ├── mobile-menu.js
│ │ ├── dark-mode.js
│ │ ├── search.js
│ │ ├── modal.js
│ │ ├── tabs.js
│ │ ├── accordion.js
│ │ ├── ajax-load-more.js
│ │ ├── single-post.js
│ │ └── woocommerce.js
│ │
│ ├── chunks/
│ │ ├── chunk-001-core.js
│ │ ├── chunk-002-header.js
│ │ ├── chunk-003-mobile-menu.js
│ │ ├── chunk-004-search.js
│ │ ├── chunk-005-dark-mode.js
│ │ ├── chunk-006-back-to-top.js
│ │ ├── chunk-007-reading-progress.js
│ │ ├── chunk-008-lazyload.js
│ │ ├── chunk-009-toc.js
│ │ ├── chunk-010-accordion.js
│ │ ├── chunk-011-tabs.js
│ │ ├── chunk-012-copy-code.js
│ │ ├── chunk-013-lightbox.js
│ │ ├── chunk-014-share.js
│ │ ├── chunk-015-comments.js
│ │ ├── chunk-016-forms.js
│ │ ├── chunk-017-table.js
│ │ ├── chunk-018-video.js
│ │ ├── chunk-019-scroll-animation.js
│ │ ├── chunk-020-print.js
│ │ ├── chunk-021-accessibility.js
│ │ ├── chunk-022-breadcrumb.js
│ │ ├── chunk-023-sticky-sidebar.js
│ │ ├── chunk-024-newsletter.js
│ │ ├── chunk-025-cookie-notice.js
│ │ ├── chunk-026-popup.js
│ │ ├── chunk-027-load-more.js
│ │ ├── chunk-028-filter-posts.js
│ │ ├── chunk-029-pagination.js
│ │ ├── chunk-030-related-posts.js
│ │ ├── chunk-031-schema-helper.js
│ │ ├── chunk-032-font-size.js
│ │ ├── chunk-033-theme-mode.js
│ │ ├── chunk-034-reading-time.js
│ │ ├── chunk-035-progress-circle.js
│ │ ├── chunk-036-notification.js
│ │ ├── chunk-037-marquee.js
│ │ ├── chunk-038-slider.js
│ │ ├── chunk-039-carousel.js
│ │ ├── chunk-040-gallery.js
│ │ ├── chunk-041-medical-card.js
│ │ ├── chunk-042-faq.js
│ │ ├── chunk-043-author-box.js
│ │ ├── chunk-044-scrollspy.js
│ │ ├── chunk-045-ajax-search.js
│ │ ├── chunk-046-pwa.js
│ │ ├── chunk-047-performance.js
│ │ ├── chunk-048-security-ui.js
│ │ ├── chunk-049-seo-ui.js
│ │ └── chunk-050-final.js
│ │
│ ├── dynamic/
│ │ ├── css/
│ │ │ ├── style-001.css
│ │ │ ├── style-002.css
│ │ │ └── style-003.css
│ │ │
│ │ ├── js/
│ │ │ ├── script-001.js
│ │ │ ├── script-002.js
│ │ │ └── script-003.js
│ │ │
│ │ ├── apps/
│ │ │ ├── app-001.js
│ │ │ ├── app-002.js
│ │ │ └── app-003.js
│ │ │
│ │ └── chunks/
│ │ ├── chunk-001.js
│ │ ├── chunk-002.js
│ │ └── chunk-003.js
│ │
│ ├── fonts/
│ │ ├── rx-regular.woff2
│ │ └── rx-bold.woff2
│ │
│ ├── images/
│ │ ├── logo.png
│ │ └── placeholder.png
│ │
│ ├── icons/
│ │ └── rx-icons.svg
│ │
│ ├── vendor/
│ │ ├── vendor.css
│ │ └── vendor.js
│ │
│ ├── generated/
│ │ ├── python/
│ │ ├── go/
│ │ └── rust/
│ │
│ ├── wasm/
│ │ ├── rust-app.js
│ │ ├── rust-app_bg.wasm
│ │ ├── wasm_exec.js
│ │ └── go-app.js
│ │
│ └── critical/
│ ├── critical.css
│ └── critical-inline.css
│
└── languages/
└── rx-theme.pot
Theme version 2.0.0
rx-theme/
├── style.css
├── functions.php
├── index.php
├── header.php
├── footer.php
├── sidebar.php
├── single.php
├── page.php
├── archive.php
├── search.php
├── 404.php
├── comments.php
├── screenshot.png
│
├── inc/
│ ├── core/
│ │ ├── theme-setup.php
│ │ ├── enqueue.php
│ │ ├── menus.php
│ │ ├── sidebars.php
│ │ ├── image-sizes.php
│ │ └── cleanup.php
│ │
│ ├── helpers/
│ │ ├── template-functions.php
│ │ ├── sanitization.php
│ │ ├── breadcrumbs.php
│ │ ├── reading-time.php
│ │ ├── related-posts.php
│ │ ├── pagination.php
│ │ └── schema.php
│ │
│ ├── seo/
│ │ ├── meta-tags.php
│ │ ├── canonical.php
│ │ ├── sitemap.php
│ │ ├── robots.php
│ │ ├── schema-article.php
│ │ └── indexnow.php
│ │
│ ├── performance/
│ │ ├── preload.php
│ │ ├── preconnect.php
│ │ ├── cache-headers.php
│ │ ├── lazy-loading.php
│ │ ├── defer-scripts.php
│ │ └── critical-css.php
│ │
│ ├── security/
│ │ ├── hardening.php
│ │ ├── uploads.php
│ │ ├── rest-api.php
│ │ └── login-security.php
│ │
│ ├── options/
│ │ ├── customizer.php
│ │ ├── theme-options.php
│ │ ├── color-options.php
│ │ ├── typography-options.php
│ │ └── layout-options.php
│ │
│ ├── admin/
│ │ ├── admin-page.php
│ │ ├── dashboard-widgets.php
│ │ ├── system-status.php
│ │ └── notice.php
│ │
│ ├── builders/
│ │ ├── header-builder.php
│ │ ├── footer-builder.php
│ │ ├── layout-builder.php
│ │ ├── sidebar-builder.php
│ │ └── hook-builder.php
│ │
│ ├── post-types/
│ │ ├── portfolio.php
│ │ ├── medical-library.php
│ │ ├── review-board.php
│ │ ├── glossary.php
│ │ └── faq.php
│ │
│ ├── taxonomies/
│ │ ├── medical-category.php
│ │ ├── disease-type.php
│ │ └── article-level.php
│ │
│ ├── shortcodes/
│ │ ├── buttons.php
│ │ ├── alerts.php
│ │ ├── medical-boxes.php
│ │ ├── faq.php
│ │ └── table-of-contents.php
│ │
│ ├── widgets/
│ │ ├── recent-posts-widget.php
│ │ ├── related-posts-widget.php
│ │ ├── medical-toc-widget.php
│ │ └── author-box-widget.php
│ │
│ ├── ajax/
│ │ ├── load-more.php
│ │ ├── live-search.php
│ │ ├── filter-posts.php
│ │ └── newsletter.php
│ │
│ ├── woocommerce/
│ │ ├── woocommerce-setup.php
│ │ ├── product-layout.php
│ │ ├── cart.php
│ │ └── checkout.php
│ │
│ └── integrations/
│ ├── rank-math.php
│ ├── yoast.php
│ ├── elementor.php
│ ├── gutenberg.php
│ └── cloudflare.php
│
├── template-parts/
│ ├── header/
│ │ ├── site-branding.php
│ │ ├── primary-menu.php
│ │ ├── mobile-menu.php
│ │ └── search-toggle.php
│ │
│ ├── footer/
│ │ ├── footer-widgets.php
│ │ ├── footer-menu.php
│ │ └── footer-bottom.php
│ │
│ ├── content/
│ │ ├── content.php
│ │ ├── content-single.php
│ │ ├── content-page.php
│ │ ├── content-archive.php
│ │ ├── content-search.php
│ │ └── content-none.php
│ │
│ ├── post/
│ │ ├── post-meta.php
│ │ ├── author-box.php
│ │ ├── related-posts.php
│ │ └── post-navigation.php
│ │
│ └── components/
│ ├── breadcrumbs.php
│ ├── pagination.php
│ ├── social-share.php
│ ├── table-of-contents.php
│ └── scroll-top.php
│
├── assets/
│ ├── css/
│ │ ├── app.css
│ │ ├── header.css
│ │ ├── footer.css
│ │ ├── layout.css
│ │ ├── blog.css
│ │ ├── single.css
│ │ ├── page.css
│ │ ├── medical.css
│ │ ├── citation.css
│ │ ├── wiki.css
│ │ ├── table.css
│ │ ├── forms.css
│ │ ├── widgets.css
│ │ ├── woocommerce.css
│ │ ├── dark-mode.css
│ │ ├── responsive.css
│ │ └── print.css
│ │
│ ├── js/
│ │ ├── app.js
│ │ ├── mobile-menu.js
│ │ ├── dark-mode.js
│ │ ├── search.js
│ │ ├── modal.js
│ │ ├── tabs.js
│ │ ├── accordion.js
│ │ ├── ajax-load-more.js
│ │ ├── single-post.js
│ │ └── woocommerce.js
│ │
│ ├── chunks/
│ │ ├── chunk-001.js
│ │ ├── chunk-002.js
│ │ └── chunk-003.js
│ │
│ ├── dynamic/
│ │ ├── css/
│ │ │ └── style-001.css
│ │ ├── js/
│ │ │ └── script-001.js
│ │ ├── apps/
│ │ │ └── app-001.js
│ │ └── chunks/
│ │ └── chunk-001.js
│ │
│ ├── fonts/
│ │ ├── rx-regular.woff2
│ │ └── rx-bold.woff2
│ │
│ ├── images/
│ │ ├── logo.png
│ │ └── placeholder.png
│ │
│ ├── icons/
│ │ └── rx-icons.svg
│ │
│ ├── vendor/
│ │ ├── vendor.css
│ │ └── vendor.js
│ │
│ ├── generated/
│ │ ├── python/
│ │ ├── go/
│ │ └── rust/
│ │
│ ├── wasm/
│ │ ├── rust-app.js
│ │ ├── rust-app_bg.wasm
│ │ ├── wasm_exec.js
│ │ └── go-app.js
│ │
│ └── critical/
│ ├── critical.css
│ └── critical-inline.css
│
└── languages/
└── rx-theme.pot
Theme version 2.0.0
rx-theme/
├── functions.php
├── style.css
├── index.php
├── header.php
├── footer.php
│
├── inc/
│ ├── core/
│ │ ├── theme-setup.php
│ │ ├── enqueue.php
│ │ ├── menus.php
│ │ ├── sidebars.php
│ │ ├── image-sizes.php
│ │ └── cleanup.php
│ │
│ ├── helpers/
│ │ ├── template-functions.php
│ │ ├── sanitization.php
│ │ ├── breadcrumbs.php
│ │ ├── reading-time.php
│ │ ├── related-posts.php
│ │ ├── pagination.php
│ │ └── schema.php
│ │
│ ├── seo/
│ │ ├── meta-tags.php
│ │ ├── canonical.php
│ │ ├── sitemap.php
│ │ ├── robots.php
│ │ ├── schema-article.php
│ │ └── indexnow.php
│ │
│ ├── performance/
│ │ ├── preload.php
│ │ ├── preconnect.php
│ │ ├── cache-headers.php
│ │ ├── lazy-loading.php
│ │ ├── defer-scripts.php
│ │ └── critical-css.php
│ │
│ ├── security/
│ │ ├── hardening.php
│ │ ├── uploads.php
│ │ ├── rest-api.php
│ │ └── login-security.php
│ │
│ ├── options/
│ │ ├── customizer.php
│ │ ├── theme-options.php
│ │ ├── color-options.php
│ │ ├── typography-options.php
│ │ └── layout-options.php
│ │
│ ├── admin/
│ │ ├── admin-page.php
│ │ ├── dashboard-widgets.php
│ │ ├── system-status.php
│ │ └── notice.php
│ │
│ ├── builders/
│ │ ├── header-builder.php
│ │ ├── footer-builder.php
│ │ ├── layout-builder.php
│ │ ├── sidebar-builder.php
│ │ └── hook-builder.php
│ │
│ ├── post-types/
│ │ ├── portfolio.php
│ │ ├── medical-library.php
│ │ ├── review-board.php
│ │ ├── glossary.php
│ │ └── faq.php
│ │
│ ├── taxonomies/
│ │ ├── medical-category.php
│ │ ├── disease-type.php
│ │ └── article-level.php
│ │
│ ├── shortcodes/
│ │ ├── buttons.php
│ │ ├── alerts.php
│ │ ├── medical-boxes.php
│ │ ├── faq.php
│ │ └── table-of-contents.php
│ │
│ ├── widgets/
│ │ ├── recent-posts-widget.php
│ │ ├── related-posts-widget.php
│ │ ├── medical-toc-widget.php
│ │ └── author-box-widget.php
│ │
│ ├── ajax/
│ │ ├── load-more.php
│ │ ├── live-search.php
│ │ ├── filter-posts.php
│ │ └── newsletter.php
│ │
│ ├── woocommerce/
│ │ ├── woocommerce-setup.php
│ │ ├── product-layout.php
│ │ ├── cart.php
│ │ └── checkout.php
│ │
│ └── integrations/
│ ├── rank-math.php
│ ├── yoast.php
│ ├── elementor.php
│ ├── gutenberg.php
│ └── cloudflare.php
Theme version 3.0.0
rx-theme/
├── style.css
├── functions.php
├── index.php
├── header.php
├── footer.php
├── sidebar.php
├── single.php
├── page.php
├── archive.php
├── search.php
├── 404.php
├── comments.php
├── screenshot.png
│
├── inc/
│ ├── setup.php
│ ├── enqueue.php
│ ├── helpers.php
│ ├── template-functions.php
│ ├── template-tags.php
│ ├── security.php
│ ├── performance.php
│ ├── seo.php
│ ├── schema.php
│ ├── breadcrumbs.php
│ ├── pagination.php
│ ├── related-posts.php
│ ├── customizer.php
│ ├── widgets.php
│ ├── menus.php
│ ├── shortcodes.php
│ ├── rest-api.php
│ ├── ajax.php
│ ├── admin.php
│ ├── dashboard.php
│ │
│ ├── integrations/
│ │ ├── cloudflare.php
│ │ ├── google-fonts.php
│ │ ├── analytics.php
│ │ ├── adsense.php
│ │ ├── amp.php
│ │ └── woocommerce.php
│ │
│ ├── compatibility/
│ │ ├── elementor.php
│ │ ├── rank-math.php
│ │ ├── yoast.php
│ │ ├── gutenberg.php
│ │ └── classic-editor.php
│ │
│ └── classes/
│ ├── class-rx-theme.php
│ ├── class-rx-assets.php
│ ├── class-rx-seo.php
│ ├── class-rx-schema.php
│ ├── class-rx-security.php
│ └── class-rx-performance.php
│
├── assets/
│ ├── css/
│ │ ├── main.css
│ │ ├── editor.css
│ │ ├── admin.css
│ │ └── critical.css
│ │
│ ├── js/
│ │ ├── main.js
│ │ ├── navigation.js
│ │ ├── lazyload.js
│ │ └── admin.js
│ │
│ ├── images/
│ └── fonts/
│
├── template-parts/
│ ├── content.php
│ ├── content-single.php
│ ├── content-page.php
│ ├── content-none.php
│ ├── content-search.php
│ ├── header/
│ │ ├── site-branding.php
│ │ ├── navigation.php
│ │ └── mobile-menu.php
│ ├── footer/
│ │ ├── footer-widgets.php
│ │ └── footer-info.php
│ └── post/
│ ├── post-meta.php
│ ├── post-thumbnail.php
│ ├── author-box.php
│ └── related-posts.php
│
└── languages/
└── rx-theme.pot