/** * 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: The Ancient Code of Time and Truth – Quality Formación

The Eye of Horus: The Ancient Code of Time and Truth

Long before digital clocks and atomic seconds, the Eye of Horus stood as a profound symbol of time’s precision and truth’s steadfastness. Rooted in Egyptian cosmology, this ancient emblem transcended myth to become a holistic code—weaving mathematics, celestial observation, and moral order into a single, enduring concept.

Origins and the Dual Role of the Eye of Horus

In ancient Egypt, the Eye of Horus emerged not merely as a deity’s eye, but as a divine key to cosmic understanding. Horus, god of kingship and the sky, symbolized divine protection and the cyclical renewal of order. The Eye, often depicted as a falcon’s eye with intricate mathematical proportions, embodied both sacred authority and measurable truth. Its dual function—as a spiritual guardian and a symbol of cosmic balance—mirrored the Egyptian belief that time and morality were inseparable forces, each regulating the other.

Foundations of Ancient Egyptian Time Measurement

The Egyptians mastered timekeeping with remarkable accuracy, relying on base-10 mathematics that permeated daily life and astronomy. Clepsydras—water clocks—measured hours to within five minutes, enabling precise scheduling of temple rites, agricultural cycles, and civic duties. These devices reflected a deeper worldview: time was not chaotic, but a rhythm to be honored and measured. Clepsdras were calibrated using lunar phases, aligning human activity with celestial order—a principle encoded in both ritual and ratio.

Measurement Type Precision Cultural Context
Water clocks (clepsydras) ±5 minutes Temple rituals, daily life
Lunar calendar cycles Synchronized with ritual periods Agricultural and judicial planning
Solar observations Yearly seasonal shifts Festival cycles, royal ceremonies

The Ankh: Unity as the Woven Thread of Time and Truth

Before the Eye of Horus, the ankh symbolized life’s continuity and divine unity—forged from cross and circle, it represented male and female energies in harmonious balance. This fusion echoes the Eye’s role: truth is not singular but a convergence of dualities. Just as the ankh sustains life across time, the Eye preserves moral order through ritual and measurement, ensuring balance between chaos and harmony.

The Eye of Horus as an Ancient “Code” for Time and Truth

The Eye encoded cosmic wisdom in geometric proportions tied to lunar cycles and ritual periods. The fractional divisions—1/2, 1/4, 1/8—mirrored phases of the moon, reflecting 29.5-day cycles sacred to Egyptian timekeeping. These ratios were not arbitrary; they structured temple ceremonies, agricultural planning, and the soul’s journey through judgment. In funerary texts like the Book of the Dead, the Eye guided the deceased through a timeline of trials, ensuring truth and justice prevailed in the afterlife.

From Symbol to System: Measuring Cosmic Order

Egyptian priests and mathematicians transformed abstract ideals into practical tools. The Eye’s design encoded sacred fractions—proportions doubled in symmetry—mirroring the universe’s balance. Temples aligned with celestial events, their architecture reflecting the Eye’s ratios, reinforcing the belief that earthly time mirrored divine rhythm. This integration of math, ritual, and morality reveals an early conceptual system where measurement ensured truth and time remained sacred.

Practical Applications: Clepsydras and Lunar Rituals

Water clocks in temples were calibrated to lunar phases, dividing night into 12-hour segments—each honoring a phase of Horus’s journey across the sky. Priests used these clocks to time offerings and hymns, ensuring every ritual unfolded in divine proportion. The Eye’s principle—accuracy, fairness, and alignment with natural cycles—was mirrored in these devices, embodying the Eye’s truth as both a moral compass and a temporal guardian.

Enduring Legacy: The Eye of Horius in Modern Thought

The Eye of Horus transcends antiquity, influencing modern science and culture. Its geometric precision inspires digital encoding, where data is structured with exact ratios—much like ancient fractions. In cryptography, the Eye’s symbolism reflects the need for secure, balanced systems; in psychology, it represents wholeness—integrating conscious and unconscious truths. Its presence in digital design and design thinking underscores a timeless truth: order in time and truth demands both precision and integrity.

“The Eye sees all, measures all, and judges all—time is not merely measured, but made meaningful.”

Table: Key Features of the Eye of Horus and Ancient Time Systems

Feature Eye of Horus Ancient Egyptian Timekeeping
Symbolic Fractions 1/2, 1/4, 1/8—linked to lunar cycles Clepsydras measured time in precise 5-minute cycles
Dualistic Unity Fusion of male/female, earth/divine Lunar calendar structuring ritual and civic life
Ritual Precision Guided soul’s journey through judgment Aligned temple ceremonies with celestial time
Cosmic Order Reflects balance and rhythm Base-10 math infused daily life and astronomy

Conclusion: The Timeless Code of Order

The Eye of Horus stands as a profound ancient code—where mathematics, time, and moral truth converge. It teaches that accurate measurement is not merely technical, but ethical: time must be measured with fairness, and truth with clarity. From Egyptian temples to digital clocks, the Eye’s legacy endures as a symbol of holistic knowledge—where precision serves purpose, and order sustains meaning.

Explore the Eye of Horus Bonus Buy Demo

monopoly casino