/** * 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: Order from Ancient Symbolism – Quality Formación

The Eye of Horus: Order from Ancient Symbolism

The Eye of Horus stands as a profound synthesis of cosmic order, mathematical precision, and spiritual protection in ancient Egyptian thought. Far more than a symbolic eye, it embodies a structured worldview where wholeness and balance were sacred imperatives. Rooted in cosmology from around 2700 BCE to 300 BCE, this emblem reflects a civilization’s enduring quest to impose meaning on chaos through symbolic form.

The Eye of Horus: A Timeless Symbol of Cosmic Order

In Egyptian cosmology, the Eye of Horus functioned as a powerful metaphor for wholeness, protection, and divine authority. Horus, the sky god associated with kingship and the sun, lent the symbol deep theological weight. The eye itself represented both physical sight and spiritual insight—an instrument of judgment, healing, and restoration. Its presence in royal and funerary contexts underscored a belief that order (ma’at) must be actively maintained against entropy and disorder. Beyond ritual, the Eye became a visual anchor of cultural identity, persisting across millennia as a testament to Egypt’s philosophical consistency.

“The Eye of Horus is not merely an eye—it is a diagram of balance, a sacred geometry encoded in myth.”

Symbolism Encoded in Ancient Proportions

Egyptian art operated within a strict proportional canon, preserving balance and harmony over centuries. The Eye of Horus exemplifies this precision—its form not arbitrary, but deeply intentional. Its visual structure embodies sacred geometry and harmonic ratios, reflecting a worldview where the physical and metaphysical were intertwined. The Eye’s composition reveals a layered numerology, with proportional divisions mirroring sacred fractions that resonate with cosmic cycles.

  • Proportions align with halves, quarters, eighths, sixteenths, thirty-seconds, and sixty-fifths, forming a symbolic series summing to 63/64.
  • This near-complete fraction symbolizes restoration and continuity rather than perfection, illustrating a theological embrace of imperfection as part of the human journey.
  • The missing 1/64 subtly acknowledges incompleteness—a deliberate nod to human vulnerability within a divinely ordered universe.

The Mathematical Fragment of the Eye: Fractions of Wholeness

The Eye’s fractional design reveals a sophisticated encoding of wholeness. When summed, the components yield 63/64—a near-total representation. This deliberate near-completeness symbolizes the restoration of wholeness after loss, a core theme in Egyptian funerary texts. Yet the absence of the final 1/64 introduces a profound theological insight: perfection is unattainable, and incompleteness is inherent in being human.

This mathematical elegance transforms the Eye from mere decoration into a conceptual framework—where fractions communicate spiritual truths about healing, renewal, and divine balance.

Fractional Component Value Symbolic Meaning
1/2 Half Foundation of balance; beginning of restoration
1/4 Quarter Stability through division; continuity of order
1/8 Eighth Growth through incremental completeness
1/16 Sixteenth Depth of division; layered restoration
1/32 Thirty-second Precision in healing; meticulous renewal
1/64 Sixty-fourth The near-missing—reminder of human imperfection and divine grace

Evolution of the Book of the Dead and the Eye’s Role

Over 1500 years, the Book of the Dead evolved from a collection of 192 spells into a dynamic ritual guide. Within this sacred text, the Eye of Horus emerged as a consistent visual anchor, framing spells with symbolic authority. Its presence guided moral judgment, protection, and spiritual judgment—serving not only as iconography but as a mnemonic device reinforcing ethical conduct and divine alignment.

The Eye thus functioned as a bridge across theology, literature, and ritual design, embedding cosmic order into everyday spiritual practice.

Modern Resonance: The Eye of Horus as Order Personified

Today, the Eye of Horus continues to inspire across disciplines—from neuroscience to digital design—where ancient wisdom meets modern understanding. Its structure teaches that complex ideas can be communicated through simple, harmonious parts. This fractional symbolism reminds us that wholeness is not a fixed state but a continuous process of restoration.

Its enduring presence challenges us to reflect: how do symbols shape our perception of order in chaos? The Eye invites us to see balance not as perfection, but as intention—a legacy of Egyptian insight that remains deeply relevant.

Why This Matters: Order Through Ancient Wisdom

The Eye of Horus illustrates how pre-modern cultures harnessed symbols to order chaos, transforming abstract concepts into tangible forms. By encoding sacred fractions and harmonic ratios, it demonstrates that ancient wisdom was never primitive—it was profoundly systematic. Fractional completeness teaches us that wholeness is relational, constructed through stages of healing and alignment.

This legacy invites us to consider how symbols shape meaning across time. In a world of fragmented information, the Eye of Horus stands as a timeless testament to the human desire to find order, balance, and continuity in the ever-changing flow of life.

To explore how this ancient emblem continues to inspire modern design and spiritual practice, discover Eye of Horus.

monopoly casino