ˆú3AúGA¨™IA“.Aˆú3Aˆú3Aâ3AúGAˆ2)Aˆ2)A˜IA˜IAh4AИIAúGAЙIA˜IA˜IAhœ array( 'computers', 'objects', ), ), array( 'icon' €Ñ»4ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ|™»4ÿÿÿÿ.W˜|€à{™»4ˆèÛ»4ÿÿÿÿcîèæ€˜š»4gory' => array( 'clothing', 'halloween', 'gaming-tabletop', 'objects', ), ), array( 'icon' => 'hat-cowboy-side', 'category' => array( 'clothing', ), )ÀÑ»4@|™»4 , 'category' => array( 'clothing', ), ), array( 'icon' => 'hashtag', 'category' => array( 'social', 'interfaces', ), ), array( 'icon' => 'hard-hat', 'category' => array( 'logistics', 'construction', ), ), array( 'Ñ»4ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿèš»4ÿÿÿÿ.W˜|€ |™»4øèÛ»4ÿÿÿÿcîèæ€š»4 => array( 'charity', 'political', 'hands', 'payments-shopping', ), ), array( 'icon' => 'hands-helping', 'category' => array( 'charity', 'hands', ),@Ñ»4 |™»4con' 'category' => array( 'hands', ), ), array( 'icon' => 'hand-spock', 'category' => array( 'hands', ), ), array( 'icon' => 'hand-scissors', 'category' => array( 'hands', ), ), array( 'icon' => 'hand-rock', 'category'€Ñ»4ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ€|™»4ÿÿÿÿ.W˜|€`|™»4héÛ»4ÿÿÿÿcîèæ€8š»4 ), ), array( 'icon' => 'hand-point-up', 'category' => array( 'arrows', 'hands', ), ), array( 'icon' => 'hand-point-right', 'category' => array( 'aÀÑ»4à|™»4 'icon' => 'hand-point-left', 'category' => array( 'arrows', 'hands', ), ), array( 'icon' => 'hand-point-down', 'category' => array( 'arrows', 'hands', ), ), array( 'icon' => 'hand-peace', 'category' => array( 'handsÑ»4ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ`š»4ÿÿÿÿ.W˜|€À|™»4ØéÛ»4ÿÿÿÿcîèæ€ˆš»4'hand-middle-finger', 'category' => array( 'hands', ), ), array( 'icon' => 'hand-lizard', 'category' => array( 'hands', ), ), array( 'icon' => 'hand-h@Ñ»4 }™»4egor 'finance', 'charity', 'hands', ), ), array( 'icon' => 'hand-holding-heart', 'category' => array( 'charity', 'hands', ), ), array( 'icon' => 'hand-holding', 'category' => array( 'hands', ), ), array( 'icon' => 'h€Ñ»4ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ°š»4ÿÿÿÿ.W˜|€}™»4HêÛ»4ÿÿÿÿcîèæ€Øš»4ruction', ), ), array( 'icon' => 'hamburger', 'category' => array( 'food', ), ), array( 'icon' => 'h-square', 'category' => array( 'health', 'mapsttr( get_the_date( 'c', $post ) ), get_the_date( '', $post ) ); } if ( isset( $attributes['displayPostContent'] ) && $attributes['displayPostContent'] && isset( $attributes['displayPostContentRadio'] ) && 'excerpt' === $attributes['displayPostContentRadio'] ) { $trimmed_excerpt = get_the_excerpt( $post ); if ( post_password_required( $post ) ) { $trimmed_excerpt = __( 'This content is password protected.' ); } $list_items_markup .= sprintf( '
%1$s
', $trimmed_excerpt ); } if ( isset( $attributes['displayPostContent'] ) && $attributes['displayPostContent'] && isset( $attributes['displayPostContentRadio'] ) && 'full_post' === $attributes['displayPostContentRadio'] ) { $post_content = html_entity_decode( $post->post_content, ENT_QUOTES, get_option( 'blog_charset' ) ); if ( post_password_required( $post ) ) { $post_content = __( 'This content is password protected.' ); } $list_items_markup .= sprintf( '
%1$s
', wp_kses_post( $post_content ) ); } $list_items_markup .= "\n"; } remove_filter( 'excerpt_length', 'block_core_latest_posts_get_excerpt_length', 20 ); $class = 'wp-block-latest-posts__list'; if ( isset( $attributes['postLayout'] ) && 'grid' === $attributes['postLayout'] ) { $class .= ' is-grid'; } if ( isset( $attributes['columns'] ) && 'grid' === $attributes['postLayout'] ) { $class .= ' columns-' . $attributes['columns']; } if ( isset( $attributes['displayPostDate'] ) && $attributes['displayPostDate'] ) { $class .= ' has-dates'; } if ( isset( $attributes['displayAuthor'] ) && $attributes['displayAuthor'] ) { $class .= ' has-author'; } $wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $class ) ); return sprintf( '
    %2$s
', $wrapper_attributes, $list_items_markup ); } /** * Registers the `core/latest-posts` block on server. */ function register_block_core_latest_posts() { register_block_type_from_metadata( __DIR__ . '/latest-posts', array( 'render_callback' => 'render_block_core_latest_posts', ) ); } add_action( 'init', 'register_block_core_latest_posts' ); /** * Handles outdated versions of the `core/latest-posts` block by converting * attribute `categories` from a numeric string to an array with key `id`. * * This is done to accommodate the changes introduced in #20781 that sought to * add support for multiple categories to the block. However, given that this * block is dynamic, the usual provisions for block migration are insufficient, * as they only act when a block is loaded in the editor. * * TODO: Remove when and if the bottom client-side deprecation for this block * is removed. * * @param array $block A single parsed block object. * * @return array The migrated block object. */ function block_core_latest_posts_migrate_categories( $block ) { if ( 'core/latest-posts' === $block['blockName'] && ! empty( $block['attrs']['categories'] ) && is_string( $block['attrs']['categories'] ) ) { $block['attrs']['categories'] = array( array( 'id' => absint( $block['attrs']['categories'] ) ), ); } return $block; } add_filter( 'render_block_data', 'block_core_latest_posts_migrate_categories' ); Calendar - Liebfrauenmünster St. Moritz
  • Die Pfarrei
    • Pfarrbüro
    • Pastoralteam
    • Gottesdienste
  • Kirchen & Kapellen
    • Münster
    • St. Moritz
    • Maria de Victoria
  • Kirchenmusik
    • Miniband
    • Münstermusik
  • Gruppen
    • Pfarrgemeinderat
    • Frauenbund KDFB
  • Aktuelles
    • Pfarrbriefe & Berichterstattung
    • Gottesdienstordnung & Information
Skip to content
Liebfrauenmünster St. Moritz
  • Die Pfarrei
    • Pfarrbüro
    • Pastoralteam
    • Gottesdienste
  • Kirchen & Kapellen
    • Münster
    • St. Moritz
    • Maria de Victoria
  • Kirchenmusik
    • Miniband
    • Münstermusik
  • Gruppen
    • Pfarrgemeinderat
    • Frauenbund KDFB
  • Aktuelles
    • Pfarrbriefe & Berichterstattung
    • Gottesdienstordnung & Information

Follow us

  • facebook
  • instagram

Calendar

< July
< 2450 >
August
September >
«
»
  • Month
  • List
  • Week
  • Day
  • No Events

Instagram

…

Copyright © 2021 Katholische Pfarrkirchenstiftung Zu Unserer Schönen Lieben Frau

Kontakt | Impressum | Datenschutz | Bistum Eichstätt | Stadt Ingolstadt

Powered by WordPress Inspiro WordPress Theme by WPZOOM