• 15-12-2021, 21:43:41
    #1


    Arkadaşlar ne yaptıysam değiştiremiyorum buradaki yazıyı ne yapmam lazım ? 2-3 saattir uğraşıyorum search keyword yazan hiçbir kelimeye denk gelmedim nasık düzeltebilirim? Yardımcı olabilecek varsa konu altından yazabilir mi ?

    Kullandığım tema: DeepDigital – Web Design Agency WordPress Theme
  • 15-12-2021, 21:46:49
    #2
    tema dosyalarında dil dosyasından değişebilirsin. yada yine tema dosyalarından placeholder tagını i bulup ordan değişebilirsin.
  • 15-12-2021, 21:52:40
    #3
    arenpi adlı üyeden alıntı: mesajı görüntüle
    tema dosyalarında dil dosyasından değişebilirsin. yada yine tema dosyalarından placeholder tagını i bulup ordan değişebilirsin.
    dil dosyasında bulamadım placeholder tagını nerelerde aramam gerek hocam
  • 15-12-2021, 21:53:39
    #4
    Search.php
  • 15-12-2021, 21:57:44
    #5
    arenpi adlı üyeden alıntı: mesajı görüntüle
    tema dosyalarında dil dosyasından değişebilirsin. yada yine tema dosyalarından placeholder tagını i bulup ordan değişebilirsin.
    chnyrdkl adlı üyeden alıntı: mesajı görüntüle
    Search.php
    ?php
    /**
     * The template for displaying Search Results pages
     */
    
    get_header();
    $column_classes = deepdigital_get_columns_classes(); ?>
        <div id="content" class="<?php echo esc_attr( $column_classes['main_column_class'] ); ?>">
            <?php if ( have_posts() ) :
                // Start the Loop.
                while ( have_posts() ) : the_post();
                    if ( 'page' === get_post_type() ) {
                        get_template_part( 'template-parts/content', 'page' );
                    } elseif ( 'fw-event' === get_post_type() ) {
                        get_template_part( 'template-parts/content', 'event' );
                    }
                    elseif ( 'job_listing' === get_post_type() ) {
                        get_template_part( 'template-parts/content', 'job_listing' );
                    } else {
                        /*
                         * Include the post format-specific template for the content. If you want to
                         * use this in a child theme, then include a file called called content-___.php
                         * (where ___ is the post format) and that will be used instead.
                         */
                        get_template_part( 'template-parts/content', get_post_format() );
                    }
    
                endwhile;
                // Previous/next post navigation.
                deepdigital_paging_nav();
            else :
                // If no content, include the "No posts found" template.
                get_template_part( 'template-parts/content', 'none' );
    
            endif;
            ?>
        </div><!--eof #content -->
    <?php if ( $column_classes['sidebar_class'] ): ?>
        <!-- main aside sidebar -->
        <aside class="<?php echo esc_attr( $column_classes['sidebar_class'] ); ?>">
            <?php get_sidebar(); ?>
        </aside>
        <!-- eof main aside sidebar -->
        <?php
    endif;
    get_footer();
    search.php de bu var hocam
  • 15-12-2021, 22:03:32
    #6
    sosyocell adlı üyeden alıntı: mesajı görüntüle
    ?php
    /**
     * The template for displaying Search Results pages
     */
    
    get_header();
    $column_classes = deepdigital_get_columns_classes(); ?>
        <div id="content" class="<?php echo esc_attr( $column_classes['main_column_class'] ); ?>">
            <?php if ( have_posts() ) :
                // Start the Loop.
                while ( have_posts() ) : the_post();
                    if ( 'page' === get_post_type() ) {
                        get_template_part( 'template-parts/content', 'page' );
                    } elseif ( 'fw-event' === get_post_type() ) {
                        get_template_part( 'template-parts/content', 'event' );
                    }
                    elseif ( 'job_listing' === get_post_type() ) {
                        get_template_part( 'template-parts/content', 'job_listing' );
                    } else {
                        /*
                         * Include the post format-specific template for the content. If you want to
                         * use this in a child theme, then include a file called called content-___.php
                         * (where ___ is the post format) and that will be used instead.
                         */
                        get_template_part( 'template-parts/content', get_post_format() );
                    }
    
                endwhile;
                // Previous/next post navigation.
                deepdigital_paging_nav();
            else :
                // If no content, include the "No posts found" template.
                get_template_part( 'template-parts/content', 'none' );
    
            endif;
            ?>
        </div><!--eof #content -->
    <?php if ( $column_classes['sidebar_class'] ): ?>
        <!-- main aside sidebar -->
        <aside class="<?php echo esc_attr( $column_classes['sidebar_class'] ); ?>">
            <?php get_sidebar(); ?>
        </aside>
        <!-- eof main aside sidebar -->
        <?php
    endif;
    get_footer();
    search.php de bu var hocam
    'template-parts/content' buraya bak hocam?
  • 15-12-2021, 22:04:21
    #7
    burda yer almaz hocam header php nin içindedir
  • 15-12-2021, 22:09:50
    #8
    maalesef hocam dediğin yerlerde de yok bulamadım
  • 15-12-2021, 22:33:53
    #9
    arenpi adlı üyeden alıntı: mesajı görüntüle
    burda yer almaz hocam header php nin içindedir
    sağdan soldan copy past yaparak bir şekilde hallettim hocam nasıl oldu bilmiyorum ama yinede ayrı ayrı teşekkür ederim her ikinizede