age_title_bar_active' ) ) { /** * Check if page title bar is active. * Note: This checks if the PTB is displayed at all. * * @since 5.8.1 * @param int $post_id The post ID. * @return bool */ function avada_is_page_title_bar_active( $post_id ) { return 'hide' !== fusion_get_option( 'page_title_bar' ); } } if ( ! function_exists( 'avada_is_page_title_bar_enabled' ) ) { /** * Check if page title bar is enabled. * * @param int $post_id The post ID. * @return bool */ function avada_is_page_title_bar_enabled( $post_id ) { return fusion_get_option( 'page_title_bar_text' ) && 'hide' !== fusion_get_option( 'page_title_bar' ); } } if ( ! function_exists( 'avada_backend_check_new_bbpress_post' ) ) { /** * Check if we're creating a new bbPress post. * * @return bool */ function avada_backend_check_new_bbpress_post() { global $pagenow, $post_type; return ( 'post-new.php' === $pagenow && in_array( $post_type, [ 'forum', 'topic', 'reply' ], true ) ) ? true : false; } } if ( ! function_exists( 'avada_display_sidenav' ) ) { /** * Displays side navigation. * * @param int $post_id The post ID. * @return string */ function avada_display_sidenav( $post_id ) { if ( is_page_template( 'side-navigation.php' ) && 0 !== get_queried_object_id() ) { $html = ''; return $html; } } } if ( ! function_exists( 'avada_number_of_featured_images' ) ) { /** * Get the number of featured images. * * @return int */ function avada_number_of_featured_images() { global $post; $number_of_images = 0; if ( has_post_thumbnail() && fusion_get_option( 'show_first_featured_image' ) ) { $number_of_images++; } $posts_slideshow_number = Avada()->settings->get( 'posts_slideshow_number' ); for ( $i = 2; $i <= $posts_slideshow_number; $i++ ) { $attachment_new_id = fusion_get_featured_image_id( 'featured-image-' . $i, $post->post_type ); if ( $attachment_new_id ) { $number_of_images++; } } return $number_of_images; } } if ( ! function_exists( 'avada_singular_featured_image' ) ) { /** * Featured images for singular pages. * * @since 6.0 * @param string|false $context The featured-image context(example: tribe_event, avada_portfolio etc). * @return void */ function avada_singular_featured_image( $context = '' ) { if ( '' === $context ) { $context = get_post_type(); } // ID check is needed for EC. if ( 0 === get_the_ID() || false === $context ) { return; } Fusion_Dynamic_JS::enqueue_script( 'fusion-flexslider' ); if ( 'tribe_events' !== $context && ( function_exists( 'fusion_is_preview_frame' ) && fusion_is_preview_frame() || fusion_doing_ajax() ) ) { echo ''; } } } /** * Filter EC featured image markup on single page. * * @since 6.0 * @param string $featured_image Generated HTML. * @param int $post_id Post ID. * @param string $size Image size. * @return $string */ function avada_event_featured_image_wrap( $featured_image, $post_id, $size ) { return ''; } add_action( 'woocommerce_before_template_part', 'avada_product_before_featured_image_wrap', 99, 4 ); /** * Open product featured image wrapper div on single page. * * @param string $template_name Template name. * @param string $template_path Template path. (default: ''). * @param string $located Path to be included. * @param array $args Arguments. (default: array). */ function avada_product_before_featured_image_wrap( $template_name, $template_path, $located, $args ) { if ( 'single-product/product-image.php' === $template_name && ( function_exists( 'fusion_is_preview_frame' ) && fusion_is_preview_frame() ) ) { echo ''; } } /* Omit closing PHP tag to avoid "Headers already sent" issues. */ XML Sitemap

XML Sitemap

This is a XML Sitemap which is supposed to be processed by search engines which follow the XML Sitemap standard like Ask.com, Bing, Google and Yahoo.
It was generated using the Blogging-Software WordPress and the Google Sitemap Generator Plugin by iJunkey.
You can find more information about XML sitemaps on sitemaps.org and Google's list of sitemap programs.

URLPriorityChange frequencyLast modified (GMT)
https://www.narziss-und-psyche.de/narzissmus-in-der-kindheit/60%Weekly2022-12-17 19:33
https://www.narziss-und-psyche.de/referenzen/60%Weekly2022-12-17 19:38
https://www.narziss-und-psyche.de/narzissmus-in-partnerschaft-und-beziehung/60%Weekly2024-02-24 18:56
https://www.narziss-und-psyche.de/kosten/60%Weekly2025-05-27 11:22
https://www.narziss-und-psyche.de/wie-entsteht-narzissmus/60%Weekly2024-02-25 14:14
https://www.narziss-und-psyche.de/was-ist-narzissmus/60%Weekly2022-12-17 19:31