/** * 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: From Ancient Wisdom to Enduring Symbolism – Quality Formación

The Eye of Horus: From Ancient Wisdom to Enduring Symbolism

The Eye of Horus stands as a powerful emblem rooted in ancient Egyptian cosmology, embodying divine protection, cosmic balance, and spiritual restoration. More than a mere icon, it reflects a sophisticated worldview where the heavens and earth existed in harmonious order—Ma’at—guided by the god Horus, symbol of kingship and celestial authority.

The Eye of Horus as a Paradigm of Ancient Egyptian Cosmic Order

Originating as a symbol tied to Horus, the god of kingship and the sky, the Eye represented both **divine protection** and the restoration of wholeness. Its myth—spearheaded by Horus’ battle with Set and the eye’s healing after repair—encapsulated the Egyptian belief in resilience and renewal. This balance of Ma’at, the fundamental principle of cosmic order, was mirrored in the Eye’s form: a radiant, complete eye symbolizing unity between the earthly and divine realms.


Gold and the Flesh of Gods: Materializing the Divine

Gold held sacred status in ancient Egypt, revered not merely as metal but as the **eternal, radiant essence of deities**. Its incorruptibility symbolized divine permanence, and its use in Eye of Horus artifacts—gold inlays in amulets, statues, and papyri—elevated the symbol beyond mere representation. This material choice reflected a profound spiritual philosophy: the divine was not abstract, but tangible, embedded in the physical world. In contrast, animal mummies—like jackals, ibises, and falcons—reveal a complementary reverence: these creatures were not only sacrificed but honored as living vessels of divine presence, linking earthly life to eternal sanctuaries.


Hieroglyphic Language and Symbolic Complexity

The Egyptian hieroglyphic system was a sophisticated code encoding religious, political, and cosmological truths. With over 700 distinct signs, it transformed writing into a visual language of power and myth. The Eye of Horus, as a hieroglyphic sign, conveys far more than a simple image—it embodies **protection, restoration, and completeness**. Its geometric precision within texts and artifacts reveals how symbols functioned as active ritual tools, bridging words and belief. For instance, when inscribed on coffins or temple walls, the Eye was not passive decoration—it invoked divine intervention in life and death.


Animal Mummification as Sacred Practice

Over 70 million animal mummies—predominantly jackals, ibises, and falcons—attest to a widespread, deeply held ritual devotion. These creatures were not simply offerings but sacred embodiments of deities: the jackal Anubis, the ibis Thoth, the falcon Horus himself. Mummification was not merely preservation but symbolic rebirth, transforming animal remains into eternal conduits of divine presence. Their countless remains, excavated across Egypt, reveal a culture where the sacred permeated all life forms, blurring the line between nature and the divine.


The Eye of Horus in Ritual and Daily Life

The Eye of Horus permeated both sacred and personal spheres. As an amulet, it was worn or buried to safeguard health and ensure safe passage through death. The Edwin Smith Papyrus, an ancient medical text, invokes the Eye’s restorative power, linking it directly to healing incantations. Temples displayed its image in ritual spaces, while household shrines held small amulets, reflecting its role as a bridge between cosmic order and daily existence. This dual presence—temple and home—made the Eye a constant, accessible guardian in Egyptian life.


Enduring Legacy: From Ancient Symbol to Modern Archetype

The Eye of Horus transcends its ancient origins, evolving into a timeless archetype. Today, it appears in art, jewelry, and psychology—symbolizing insight, wholeness, and protection. Its geometric symmetry and layered meaning continue to inspire across cultures. Modern interpretations echo ancient wisdom, reminding us that symbols like the Eye endure because they capture universal truths about balance, healing, and spiritual unity.


Why does the Eye of Horus remain relevant?
Its power lies in the fusion of sacred meaning and visual clarity—simple yet profound, ancient yet timeless. Like the artifacts and texts that carry its image, the Eye invites us to see order in chaos, healing in suffering, and divinity in the material world.

  • Symbol of divine protection and restoration, linked to Horus, god of kingship and sky
  • Represented wholeness, healing, and the balance of Ma’at (cosmic order)
  • Reflected Egyptian worldview where celestial harmony and earthly life were interconnected
Section The Eye of Horus as a Paradigm of Ancient Egyptian Cosmic Order

Golden Essence of the Divine

  • Gold believed to embody eternal, radiant divine essence
  • Used in Eye of Horus artifacts: gold inlays and depictions elevated spiritual significance
  • Contrasted with animal mummies—sacred vessels of living deities

Hieroglyphic Language and Symbolic Complexity

  • Over 700 hieroglyphs encoded religious, political, and cosmological ideas
  • Eye of Horus conveyed protection, restoration, and completeness
  • Symbols embodied ritual and myth visually, not just textually

Animal Mummification as Sacred Practice

  • Over 70 million animal mummies discovered—jackals, ibises, falcons linked to Horus and gods
  • Animals served as embodiments of divine presence, not mere offerings
  • Mummification symbolized symbolic rebirth, eternal divine presence

Ritual and Daily Life

  • Amulets and funerary use provided protective power in life and after death
  • Healing incantations, such as in the Edwin Smith Papyrus, invoked Eye’s restorative power
  • Symbol present in temples and households alike—sacred and personal

Enduring Legacy

  • Modern use in art, jewelry, and psychology emphasizes insight and wholeness
  • Echoes of ancient wisdom persist in global wellness and mythology
  • Timeless fusion of sacred meaning and visual clarity

For those drawn to the Eye’s depth, consider exploring its symbolic power through interactive modern interpretations—where ancient symbolism meets contemporary insight.

monopoly casino