u0[ݍXvU{jk$Mn6 9Rx=;RD, ^8G%j4-\Euՠ;aH3fe4=$yip$keAg~ÆZ:?K@F<ymJ'yMj6Um&3 "L|>]c@_{%Պ٩hp4ԾlQ3Pm[(P)޻|$"/\ePg*e@D`(밑5`,pM9@~YG#_2Dm "8@[e+H_Y?"iD@dm8 uDS'bińsZH:Qp1~\HT\Kg"־=Bgt1蒏$y7( 9مńD 2Qjßñ\t3W¥Q8O~Z'Dcr`\9QHrd?tZMF/Jڶ^:XՇogŰ_SU᠗YP g1a&ʾYHپ)κG.QձXM!,rs p/r65f 2/tefo%fl"zNOgxQEG\d窍Z)=&Ϲ?>XZ2FF/~(f1Iқ]#ن@:R52zJiXYLԡGMw75W7HEṖ&IyXzg[uw\M݅۲hGr_2" Mnvλ.ɺC)Mz<MTI\gDASߠ5@Iue2Nnmzr0CK .A_62dPsfR"qH`ah2@sKF.{ "7m|A)\x_؛!2ԫ \8G+@xpH9*}Uyz64ہ1Jawl N G% 䕡kt۝ ;|zU"񕯴O1DI }I9RxRjk[ f I{$4,}f((K "(-[F>ψ9ipxielaoo7DA?CcVT)5(y#7wOΈ%y T `2>esW,; <yuM촔"bGFm |(llu=H5㙗M][zBie1L Ii6fz{B3 RX*=%/] `EOrjO¤=vs$U ТVC+3͛ "oHd&H #is%ˈa}tea"gCCA47&m#ϋ[б״_b̤ wt%Joj.8L?{PSVFN1 VVU_!Ɋ!UMKOVp].= -tp<DgZЮt;ULXC4neaq}zCtE;wN"խ.G&Sf; CCPq`+AdGi |荨s.f)gY3lڱ&\ ʉpZn)jFٖYqc/589ߦ$!S-Pָ"H(g (x|.1",nryЉ? N^C  Շup>UySd{a)ثy$FԌ thҷ0wXs.\s]P8Y0Fnh׆6~yٿnM[9( =x)mi ]f0RҖ jݹ. x2'2 _vOxy|*r9;`G&)|$V#YYNG"So#ȿG[P '7b\Elfqx.RCήgC D]b藠kL sjt;eq.h1g<Xh2~D0A2Ya吝y[bع4R;8W JvqU5\LP8!6`ӄbU4N(7ٖ/˄Ɋ=G]1 y)> ?:^!T}1ȏTb_nl`$w4BtC,}),k7R]ӽfVZӘ4nXc'p=^TaiM[3X{I6+Y?7_R3k*'~go~Z1 KVȫezNm #yVq c,3avyacEn۴?0F2HNF91DDе=]L:KY;m4'UpTo=-GkP'Q$W4YI&sh|؍ ff]0"yݩ8G}u210)T' 3W b6g@951z$\$'T*EdoJ{eI\D_: ; "ܔ6X'P !FBڔ!J E .P-ֳ@9o+ު. ׵ -crmefy/Ev&t}eT` 8v~ BDHjY 3Dx$mAd㋢Kg׼Ⱄ.k_b~[VN):˓[ϾءΈNA ѱk<cERݲN:RO#`&`J|tN˯ ܹi)f *}ks]>OOX:/gk!F:?ځbI0㑉ݬzzufcFݥx(7Dh@|Y_MjA ׊m>/Ǭ?Hj[+ 3YaŀHy˞Z_5k ]WHHc@ rc AqI}yh;nto#ӆ)oE.ۂ@ʄ"b ٩3{ż  l5Ƴq ;E5ӈ^Ezg=Fa%(έ턡^ipoW-b)Q‰56%!ttr( 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

< September
< 5605 >
October
November >
«
»
  • 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