网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

在新窗口打开wordpress文章页方法

时间:2024-10-14 02:35:59

1、首页文件index.php打开并找到以下代码:<a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>"> <?php the_title(); ?></a>

在新窗口打开wordpress文章页方法

2、把上述代码修改为以下代码:<a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>" target="_blank"><?php the_title(); ?></a>

3、新窗口打开网址功能就实现了!

在新窗口打开wordpress文章页方法
© 2025 小知经验
信息来自网络 所有数据仅供参考
有疑问请联系站长 site.kefu@gmail.com