0
<a href="<?php esc_url( the_permalink() ); ?>" target="_blank" class="entry-featured-image-url">
                                        <?php print_thumbnail( $thumb, $thumbnail['use_timthumb'], $titletext, $width, $height ); ?>
                                        <?php
                                        if ( 'on' === $args['use_overlay'] ) {
                                            echo et_core_esc_previously( $overlay_output );
                                        }
                                        ?>
                                    </a>

我正在为我的 Wordpress 网站使用 divi 博客模块。它没有让我在新标签中打开每个帖子的选项。所以我发现 blog.php 文件试图添加 target="_blank"。(见上文)正如你所见,我不是专家开发人员,从未使用过 php。在标签中添加 target="_blank" 后,我非常挣扎,它无法正常工作。或者我在错误的文件中编辑。有没有人可以帮助我?谢谢!!

4

0 回答 0