/** * Related Posts Loader for Astra theme. * * @package Astra * @author Brainstorm Force * @copyright Copyright (c) 2021, Brainstorm Force * @link https://www.brainstormforce.com * @since Astra 3.5.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Customizer Initialization * * @since 3.5.0 */ class Astra_Related_Posts_Loader { /** * Constructor * * @since 3.5.0 */ public function __construct() { add_filter( 'astra_theme_defaults', array( $this, 'theme_defaults' ) ); add_action( 'customize_register', array( $this, 'related_posts_customize_register' ), 2 ); // Load Google fonts. add_action( 'astra_get_fonts', array( $this, 'add_fonts' ), 1 ); } /** * Enqueue google fonts. * * @return void */ public function add_fonts() { if ( astra_target_rules_for_related_posts() ) { // Related Posts Section title. $section_title_font_family = astra_get_option( 'related-posts-section-title-font-family' ); $section_title_font_weight = astra_get_option( 'related-posts-section-title-font-weight' ); Astra_Fonts::add_font( $section_title_font_family, $section_title_font_weight ); // Related Posts - Posts title. $post_title_font_family = astra_get_option( 'related-posts-title-font-family' ); $post_title_font_weight = astra_get_option( 'related-posts-title-font-weight' ); Astra_Fonts::add_font( $post_title_font_family, $post_title_font_weight ); // Related Posts - Meta Font. $meta_font_family = astra_get_option( 'related-posts-meta-font-family' ); $meta_font_weight = astra_get_option( 'related-posts-meta-font-weight' ); Astra_Fonts::add_font( $meta_font_family, $meta_font_weight ); // Related Posts - Content Font. $content_font_family = astra_get_option( 'related-posts-content-font-family' ); $content_font_weight = astra_get_option( 'related-posts-content-font-weight' ); Astra_Fonts::add_font( $content_font_family, $content_font_weight ); } } /** * Set Options Default Values * * @param array $defaults Astra options default value array. * @return array */ public function theme_defaults( $defaults ) { // Related Posts. $defaults['enable-related-posts'] = false; $defaults['related-posts-title'] = __( 'Related Posts', 'astra' ); $defaults['releted-posts-title-alignment'] = 'left'; $defaults['related-posts-total-count'] = 2; $defaults['enable-related-posts-excerpt'] = false; $defaults['related-posts-excerpt-count'] = 25; $defaults['related-posts-based-on'] = 'categories'; $defaults['related-posts-order-by'] = 'date'; $defaults['related-posts-order'] = 'asc'; $defaults['related-posts-grid-responsive'] = array( 'desktop' => '2-equal', 'tablet' => '2-equal', 'mobile' => 'full', ); $defaults['related-posts-structure'] = array( 'featured-image', 'title-meta', ); $defaults['related-posts-meta-structure'] = array( 'comments', 'category', 'author', ); // Related Posts - Color styles. $defaults['related-posts-text-color'] = ''; $defaults['related-posts-link-color'] = ''; $defaults['related-posts-title-color'] = ''; $defaults['related-posts-background-color'] = ''; $defaults['related-posts-meta-color'] = ''; $defaults['related-posts-link-hover-color'] = ''; $defaults['related-posts-meta-link-hover-color'] = ''; // Related Posts - Title typo. $defaults['related-posts-section-title-font-family'] = 'inherit'; $defaults['related-posts-section-title-font-weight'] = 'inherit'; $defaults['related-posts-section-title-text-transform'] = ''; $defaults['related-posts-section-title-line-height'] = ''; $defaults['related-posts-section-title-font-size'] = array( 'desktop' => '30', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); // Related Posts - Title typo. $defaults['related-posts-title-font-family'] = 'inherit'; $defaults['related-posts-title-font-weight'] = 'inherit'; $defaults['related-posts-title-text-transform'] = ''; $defaults['related-posts-title-line-height'] = '1'; $defaults['related-posts-title-font-size'] = array( 'desktop' => '20', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); // Related Posts - Meta typo. $defaults['related-posts-meta-font-family'] = 'inherit'; $defaults['related-posts-meta-font-weight'] = 'inherit'; $defaults['related-posts-meta-text-transform'] = ''; $defaults['related-posts-meta-line-height'] = ''; $defaults['related-posts-meta-font-size'] = array( 'desktop' => '14', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); // Related Posts - Content typo. $defaults['related-posts-content-font-family'] = 'inherit'; $defaults['related-posts-content-font-weight'] = 'inherit'; $defaults['related-posts-content-text-transform'] = ''; $defaults['related-posts-content-line-height'] = ''; $defaults['related-posts-content-font-size'] = array( 'desktop' => '', 'tablet' => '', 'mobile' => '', 'desktop-unit' => 'px', 'tablet-unit' => 'px', 'mobile-unit' => 'px', ); return $defaults; } /** * Add postMessage support for site title and description for the Theme Customizer. * * @param WP_Customize_Manager $wp_customize Theme Customizer object. * * @since 3.5.0 */ public function related_posts_customize_register( $wp_customize ) { /** * Register Config control in Related Posts. */ // @codingStandardsIgnoreStart WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound require_once ASTRA_RELATED_POSTS_DIR . 'customizer/class-astra-related-posts-configs.php'; // @codingStandardsIgnoreEnd WPThemeReview.CoreFunctionality.FileInclude.FileIncludeFound } /** * Render the Related Posts title for the selective refresh partial. * * @since 3.5.0 */ public function render_related_posts_title() { return astra_get_option( 'related-posts-title' ); } } /** * Kicking this off by creating NEW instace. */ new Astra_Related_Posts_Loader(); The Eye of Horus: A Timeless Symbol of Cosmic Order and Inner Vision – Quality Formación

The Eye of Horus: A Timeless Symbol of Cosmic Order and Inner Vision

The Eye of Horus stands as one of the most profound symbols of ancient Egyptian thought, encapsulating divine protection, cosmic order, and the sacred journey between life and death. Far more than a mythic relic, it reflects a profound understanding of transformation, balance, and the continuity of consciousness—principles that resonate deeply in both ancient cosmology and modern psychological insight.

The Eye of Horus as a Symbol of Cosmic Order and the Underworld Journey

Rooted in the myth of Horus—son of Osiris and Isis—the Eye represents both restoration and divine intervention. The Eye’s origins trace back to the struggle between Horus and Set, where Horus lost and later regained his eye through magical ritual, symbolizing healing, wholeness, and the restoration of rightful order. This myth mirrors the 12-hour night journey across the underworld, a spiritual odyssey divided into stages of transformation. Each phase—separation, descent, confrontation, and return—echoes stages of psychological and spiritual awakening, where chaos gives way to enlightenment under divine guidance. The Eye thus becomes a map of inner balance, guiding the soul through darkness toward rebirth.

  1. Divine protection through Horus’ triumph
  2. Symbol of restored wholeness after loss
  3. Journey of the soul through the underworld
  4. Transition from chaos to cosmic harmony
Stage Meaning

The 12-hour Night Journey and Spiritual Transformation

Central to Egyptian afterlife belief, the 12-hour journey of the sun god Ra—mirrored in Horus’ nightly passage—represents the soul’s trial through twelve realms, each guarded by a demonic force. These stages include diminishing light, confrontation with chaos, purification, and ultimate renewal. Each hour symbolizes a step in the soul’s evolution: from vulnerability to strength, from confusion to clarity. The Eye of Horus, as a guardian of this journey, embodies the wisdom needed to navigate inner darkness and emerge transformed. This cyclical framework underscores an ancient understanding of time not as linear, but as a spiral of death and rebirth—a principle echoed in modern theories of consciousness and personal growth.

Death as a Sacred Passage: Anubis and the Cult of Transition

Anubis, the jackal-headed god, personifies the sacred role of death in maintaining cosmic balance. Far from being feared, death was revered as a necessary passage governed by divine law. Anubis, as god of mummification and embalmer, presided over grave-digging and the preservation of the body—ensuring the soul’s safe journey. His association with jackals—creatures linked to desert graveyards—was not macabre but symbolic: jackals were seen as protectors who guarded burial sites from tomb robbers and chaos. By taming death through ritual, Anubis exemplified how the Egyptians viewed mortality as a sacred duty, not an end, preserving Ma’at—the fundamental balance of the universe.

  • Jackals as guardians: linked to desert boundaries between life and tomb, symbolizing vigilance over sacred thresholds.
  • Ritual mummification: Anubis’ role ensured transformation, not annihilation.
  • Death as governance: rituals maintained cosmic order, reinforcing divine authority.

The Lethal Weight of Sacred Transgressions: Cats, Cats, and Cosmic Order

Among sacred animals, cats held unrivaled status as embodiments of Bastet, goddess of home, fertility, and cosmic balance. Harming a cat—even accidentally—was considered a grave offense, punishable by death. This strict protection stemmed from cats’ symbolic link to Ma’at: their presence ensured household harmony, fertility, and defense against chaos. The mythic link between Bastet and fierce feline power reflected the Egyptian belief that divine order depended on reverence for sacred life. Transgressions against cats were not mere crimes but disruptions of the natural and spiritual order, risking divine retribution and societal collapse.

“To harm a cat was to defy Ma’at—an act that unraveled the fabric of reality itself.”
— Ancient Egyptian proverb, referenced in modern interpretations of sacred ecology

Cats as Living Symbols of Balance

Cats were not only worshipped but actively embedded in daily life and ritual. Temples dedicated to Bastet, such as the vast complex at Bubastis, drew pilgrims from across Egypt, illustrating how reverence for sacred animals reinforced collective identity and spiritual discipline. Their survival was essential—not merely cultural, but metaphysical—each cat a living symbol of cosmic equilibrium, guarding the boundary between order and entropy. This sacred stewardship teaches a powerful lesson: respect for life sustains the harmony of mind, community, and cosmos.

The Eye of Horus as a Metaphor for Inner and Spiritual Vision

Beyond its physical form, the Eye of Horus functions as a profound metaphor for heightened awareness and inner insight. Psychologically, it represents the integration of fragmented parts of the self—symbolizing psychological wholeness and self-recognition. Carl Jung referenced such ancient symbols as archetypal bridges between conscious perception and deeper, unconscious truth. In modern contexts, the Eye invites introspection, urging individuals to cultivate perceptual clarity and emotional intelligence. It reminds us that true vision arises not just from seeing, but from understanding the hidden forces within and around us.

Modern Applications: From Myth to Mindfulness

Today, the Eye of Horus transcends archaeological curiosity, offering tools for personal development. Therapeutic practices use it in meditation, visualizations, and energy healing to restore inner balance. Its structure—divided into parts representing wholeness—parallels holistic models of consciousness, where mind, body, and spirit are interconnected. Tools like the Eye’s symbolic geometry guide mindfulness exercises, helping individuals navigate emotional turbulence with greater equanimity. By reconnecting with ancient symbols, we access enduring wisdom that supports mental clarity and spiritual resilience.

From Myth to Modernity: The Enduring Influence of the Eye of Horus

The Eye of Horus endures not as a static icon, but as a living emblem of universal human experience—transformation, balance, and the quest for meaning. Its journey through myth, ritual, and modern psychology reveals a timeless truth: that the cosmos speaks through symbols, and ancient wisdom remains a compass for contemporary life. Whether in art, therapy, or daily reflection, the Eye invites us to see ourselves as part of a sacred cycle, where every ending is a beginning, and every shadow holds the seed of light.

  1. Divine protection and restoration
  2. Sacred death as cosmic passage
  3. Sacred life and death balance
  4. Inner vision and psychological wholeness
  5. Timeless symbolism across eras
Legacy Pillars of the Eye of Horus Core Themes

For deeper exploration of how ancient symbols shape modern insight, visit Anubis symbol payouts—where myth meets meaningful transformation.

monopoly casino