如何在unction.php中使用single.php输出

时间:2019-11-24 作者:NARAYAN CHANGDER

在里面single.php, 在循环内,代码显示文本输出。

<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( \'content\', get_post_format() ); ?>
$content = get_the_content();
$content = apply_filters(\'the_content\', $content);
echo wp_strip_all_tags($content);
$Temp_text=wp_strip_all_tags($content);

?>
有什么方法可以使用$Temp_text 在里面functions.php.

1 个回复
SO网友:Adriana Hernández

我不太明白你想做什么。你是说这个???(最后一行):

<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( \'content\', get_post_format() ); ?>
$content = get_the_content();
$content = apply_filters(\'the_content\', $content);
echo wp_strip_all_tags($content);
$Temp_text=wp_strip_all_tags($content);

do_something($Temp_text);

?>
和实施do_something() 在…内functions.php

相关推荐

Modals using loops and ACF

我试图制作一个页面,查询特定类别(“景点”)的每一篇帖子。我已经能够成功地获得帖子,我只需要让modals工作。我在我的循环中做了一个按钮,它的标题是循环所在的任何帖子。我希望这样,每当人们单击该按钮时,它就会打开一个模式,显示代码中ACF I列表中的所有字段。不过,我有一些问题。由于某种原因,我无法让javascript正常工作。现在都在页面模板文件中,但我已经尝试通过函数将脚本排队。php等。我的猜测是,我正在尝试制作文档。getElementsByClassName而不是documents。getE