HEX
Server: Apache
System: Linux web2213.uni5.net 5.4.282-1.el8.elrepo.x86_64 #1 SMP Mon Aug 19 18:33:22 EDT 2024 x86_64
User: clinicamaciel (596848)
PHP: 7.3.33
Disabled: apache_child_terminate,c99_buff_prepare,c99_sess_put,dl,eval,exec,leak,link,myshellexec,openlog,passthru,pclose,pcntl_exec,php_check_syntax,php_strip_whitespace,popen,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,proc_close,proc_get_status,proc_nice,proc_open,proc_terminate,shell_exec,show_source,symlink,system,socket_listen,socket_create_listen,putenv
Upload Files
File: /home/clinicamaciel/www/site/wp-content/themes/bedentist/template-parts/content-single.php
<?php
/**
 * Template part for displaying posts.
 *
 * @link https://codex.wordpress.org/Template_Hierarchy
 *
 * @package Be_Dentist
 */

?>

<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
    <header class="entry-header">
        <?php

        the_title('<h3 class="entry-title">', '</h3>');


        ?>



        <?php if ('post' === get_post_type()) : ?>

            <div class="entry-meta">

                <?php
                be_dentist_meta_author(
                    'single',
                    array(
                        'before' => esc_html__('by', 'be_dentist') . ' ',
                    )
                );

                be_dentist_meta_date('single', array(
                    'before' => '',
                ));

                be_dentist_meta_categories('single');

                ?>

            </div><!-- .entry-meta -->

        <?php endif; ?>
    </header><!-- .entry-header -->

    <figure class="post-thumbnail">
        <?php be_dentist_post_thumbnail(false); ?>
    </figure><!-- .post-thumbnail -->


    <div class="entry-content">
        <?php the_content(); ?>
        <?php
        wp_link_pages(array(
            'before' => '<div class="page-links">' . esc_html__('Pages:', 'be_dentist'),
            'after' => '</div>',
        ));
        ?>
    </div><!-- .entry-content -->

    <footer class="entry-footer">
        <div class="entry-footer__inner">
            <?php
            be_dentist_meta_tags('single', array(
                'before' => 'Tags: ' . '  ',
                'separator' => ' ',
            ));

            be_dentist_meta_comments('single', array(
                'before' => '<i class="fa fa-comment"></i>',
                'after' => esc_html__('comments ', 'be_dentist'),
                'zero' => '0',
                'one' => '1',
                'plural' => '%',
            ));
            ?>
        </div>
        <?php be_dentist_share_buttons('single'); ?>
    </footer><!-- .entry-footer -->
</article><!-- #post-## -->