/** * 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 Symbolic Language of Ancient Design: From Scarabs to Columns – Quality Formación

The Symbolic Language of Ancient Design: From Scarabs to Columns

Long before the modern language of symbols, ancient civilizations wove meaning into every line, shape, and motif. In Egypt, sacred forms like the scarab and the Eye of Horus transcended artistry to embody spiritual truths, cosmic order, and the delicate balance between life and the afterlife. These symbols were not mere decoration—they were visual metaphors, encoding deep beliefs about perception, protection, and divine knowledge. By exploring how plant-inspired motifs and celestial symbols shaped design, we uncover a timeless dialogue between human experience and the sacred.

The Symbolic Language of Plants and Objects in Early Civilizations

In ancient Egypt, natural forms carried profound symbolic weight. Plants like the lotus and papyrus were not only botanical realities but metaphors for rebirth and stability. The scarab beetle, associated with the dung beetle rolling the sun across the sky, became a powerful emblem of transformation and eternal renewal. These motifs were embedded in temples, tombs, and daily life, serving as visual anchors for complex worldviews. Just as the heart scarab safeguarded moral integrity in the afterlife, so did sacred geometry and flora-inspired designs reinforce cultural values through repeated, meaningful forms.

The Spiritual Weight of the Heart Scarab

Central to Egyptian funerary practice was the heart scarab, placed directly over the mummified heart—a physical shield guarding the soul’s judgment. Unlike a mere organ, the heart symbolized conscience, memory, and moral choice. The scarab’s placement underscored a belief that truth must be preserved and weighed against divine law. This integration of physical object and metaphysical protection reveals how design bridged the material and spiritual realms—a principle echoed in later architectural symbolism.

The Eye of Horus: Perception and Power Interwoven

The Eye of Horus stands as one of antiquity’s most multifaceted symbols, blending sensory awareness with cosmic authority. Composed of six distinct parts—each representing a human sense and celestial alignment—the eye mapped a holistic vision far beyond physical sight. It guarded against chaos, restored vitality in healing rituals, and symbolized divine insight. Its evolution from amulet to temple motif reflects a culture deeply invested in aligning human perception with universal order.

From Six Senses to Sacred Geometry

The Eye of Horus links the six human senses—sight, hearing, touch, taste, smell, and intuition—to its six parts, each mirroring the six parts of the celestial eye. This structure mirrors the Egyptian worldview: human experience is a microcosm of cosmic harmony. “To see with the heart,” they believed, “is to perceive truth.” This integration of inner awareness and outer reality laid groundwork for architectural elements that harmonized human movement with sacred space.

The 36 Constellations and Timekeeping Beyond the Sky

Egyptian priests identified 36 constellations, dividing the sky into manageable segments for precise timekeeping and ritual scheduling. These celestial markers guided agricultural cycles, religious festivals, and funerary rites, embedding cosmic rhythms into daily life. The Eye of Horus, often aligned with key stars, symbolized divine oversight over these cycles, reinforcing the idea that earthly order flowed from celestial harmony.

Celestial Mapping in Earthly Design

Temples and tombs were not merely built—they were inscribed with cosmic intent. Columns, lintels, and floor plans echoed star constellations, transforming architecture into a living calendar and spiritual guide. This sacred geometry ensured that every visitor, from pilgrim to pharaoh, experienced design as a conduit between human and divine realms. The Eye of Horus, carved into column capitals, served dual roles: structural support and symbolic reinforcement of divine order.

The Eye of Horus in Architectural Columns: Where Art Meets Function

Column design in Egyptian temples exemplifies the fusion of strength and symbolism. Adorned with Eye of Horus motifs, these columns bore weight while projecting sacred authority. Their placement anchored sacred spaces, visually directing movement and thought in alignment with cosmic principles. Case studies reveal how specific column arrays mirrored constellations or sacred geometry, transforming functional supports into spiritual beacons.

Deeper Insight: Symbols as Bridges Across Time

The evolution of heart scarabs, constellations, and column motifs reveals a unified belief system—where personal morality, cosmic order, and divine protection converged. The Eye of Horus, now a modern icon, continues to inspire designs that honor this legacy. Just as ancient Egyptians used symbols to navigate life’s mysteries, contemporary creators can draw from these timeless principles, embedding meaning into form with intention and depth.

Explore the Eye of Horus in interactive design

Symbol & Meaning Heart scarab – moral compass and soul guardian in afterlife Eye of Horus – perception, protection, divine sight Columns with Eye motifs – structural support and cosmic alignment
Lotus – rebirth and solar renewal Constellations – celestial timekeeping and ritual guidance Temple columns – sacred geometry bridging earth and sky

The Eye of Horus, in its many forms, remains a powerful testament to how symbolism unites art, science, and spirit—a legacy modern design can honor by embedding meaning into every line and space.

monopoly casino