/** * 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: Celestial Navigation’s Ancient Wisdom – Quality Formación

The Eye of Horus: Celestial Navigation’s Ancient Wisdom

The Eye of Horus stands as a powerful symbol at the intersection of myth, astronomy, and human intuition—a celestial compass guiding both ancient travelers and modern seekers through the darkness of time and space. This article explores how this sacred emblem reveals profound principles of navigation, perception, and inner alignment, rooted deeply in Egypt’s cosmic worldview.

The Celestial Journey of the Eye of Horus: From Myth to Navigation

The Eye of Horus embodies the nightly passage across the sky, reflecting Egypt’s reverence for cosmic order. As a symbol, it captures the cyclical journey of Horus—divine son of Osiris—whose 12-hour descent through the underworld mirrors the division of night into 12 celestial segments. These segments were not merely symbolic; they formed an early celestial clock, each hour marked by constellations or directional markers aligned with key points in the soul’s nightly voyage.

  • The Eye’s mythic journey parallels the stars’ movement, anchoring timekeeping in mythology.
  • Each hour of the night corresponded to a part of the Eye, translating abstract myth into tangible celestial navigation.
  • This division enabled priests and travelers to orient themselves under the stars, using the Eye as both sacred seal and practical guide.

Like an ancient star map, the Eye’s 12 segments mirror the precision required in celestial navigation—where time, direction, and spiritual intent converge. This celestial blueprint, encoded in myth, reveals how ancient cultures wove cosmic order into daily life.

Anubis and the Sacred Duty of Embalming: Grave Dug and Guardian of the Night

Anubis, the jackal-headed god, embodies the sacred role of guardian in both the physical and metaphysical realms. His connection to graves and embalming rituals links directly to the Eye’s duty as protector. Jackals, symbols of watchfulness and grave desecration, are not mere threats—they represent the vigil over thresholds between life and death, order and chaos.

«Anubis guides souls through the dark, mirroring the Eye’s light that pierces night’s veil.»

Anubis, as divine navigator, leads departed spirits safely through the underworld’s labyrinth—much like the Eye guides travelers across the celestial and emotional terrain. This sacred duty echoes the Eye’s enduring role as protector across temporal boundaries, ensuring passage and transformation remain under watchful, wise care.

The Sixfold Wisdom: Senses and Structure of the Eye of Horus

The Eye of Horus is structured around sixfold awareness—sight, hearing, touch, taste, speech, and thought—each representing a dimension of perception. These six parts transform the Eye from a physical artifact into a model of holistic awareness, bridging the material and spiritual senses.

  • Sight: alignment with celestial bodies.
  • Hearing: resonance with sacred chants and cosmic rhythms.
  • Touch: grounding presence amidst ethereal passage.
  • Taste, speech, thought: inner instruments of judgment and transformation.

This structured awareness mirrors the precision of ancient star-based navigation, where each sense became a tool for mapping both outer space and inner states. The Eye thus becomes a bridge between physical observation and profound insight.

The Eye of Horus in Celestial Navigation: Ancient Guidance by the Stars

The division of night into 12 segments was more than myth—it was a celestial clock and compass. Each hour aligned with constellations or directional markers, allowing priests and travelers to orient themselves under starlight. For example, the first hour might correspond to Sirius rising, the second to Orion’s belt, guiding both ritual timing and geographic direction.

Night Segment Celestial Marker Symbolic Meaning
1st Hour Sirius (Sothis) Rising herald of order and renewal
2nd Hour Orion’s Belt Guardian of souls and cosmic alignment
3rd Hour Artemis (Dendera star clock) Measure of time and spiritual discipline
4th Hour Libra’s scales Balance between light and shadow
5th Hour Scorpius Transformation and hidden power
6th Hour Sagittarius Pursuit of truth and vision
7th–12th Hour Night’s full arc Cyclical journey from death to rebirth

This system transformed the Eye into a living mnemonic, encoding celestial navigation within myth and ritual. Each segment served as both astronomical reference and spiritual milestone, guiding souls and travelers alike through darkness.

Beyond Symbol: The Eye as a Tool for Spatial Awareness and Intuition

The Eye of Horus transcends mere iconography—it functions as a framework for holistic orientation. Just as ancient navigators used stars to map physical space, the Eye’s structure invites reflection on inner navigation: aligning thought, emotion, and action within time’s flow.

In modern terms, the Eye’s sixfold model encourages balanced awareness—seeing with clarity, hearing with presence, touching with grounding, speaking with intention, and thinking with wisdom. These are not abstract virtues, but practical tools for navigating life’s complexities.

How Ancient Wisdom Informs Modern Orientation

Reflecting on the 12 stages of the Eye invites personal journeying as a celestial map. Each segment becomes a checkpoint: from waking intention (1st hour) to inner transformation (12th hour), guiding the soul through emotional and mental landscapes.

  • Use the 12 segments as inner compass points for self-reflection.
  • Let each part inspire mindful attention—sight, hearing, touch, speech, thought—deepening presence.
  • Embrace the Eye’s symbolism to cultivate balance between inner stillness and outer action.

Just as Anubis watched over graves, the Eye watches over our inner passage—reminding us that navigation is not only through space, but through time, meaning, and spirit.

Integrating Eye of Horus Knowledge: Bridging Ancient Insight with Contemporary Meaning

The Eye of Horus remains a living framework, not a relic. Its structure invites layered navigation—celestial, emotional, and conceptual—each layer reinforcing the others. By embracing this ancient wisdom, we gain tools for both external direction and inner harmony.

Consider this: the Eye’s division into 12 parts mirrors modern mindfulness practices, neurocognitive awareness, and even astrophysical timekeeping. It teaches that true navigation requires harmony between mind, body, and cosmos.

«The Eye sees beyond sight—it reveals the rhythm of life’s journey.»

To integrate the Eye of Horus into daily life is to adopt a timeless compass—aligning action with awareness, and journey with purpose.

Discover the Eye of Horus Free Demo

Explore the ancient wisdom of celestial navigation through interactive simulations at eye of horus free demo—where myth meets modern understanding in immersive learning.

monopoly casino