jjzjj

Shortcode

全部标签

php - 如何使用简码在内容中包含 wordpress 帖子的页面标题

在wordpress管理员中,我想在创建页面时执行以下操作:页面标题:测试页面内容:Loremipsumdolor[page_title]坐下,consecteturadipiscingelit。Nuncetlectussitametantevulputateultricesatsitamet[page_title]tortor。Nammattiscommodomiinsemper。Suspendisseuterosdolor。Morbi在odiofeugiat[page_title]nuncvestibulumvenenatissitametvitaeneque。Namullamco

php - 将 Visual Composer 短代码渲染到页面上

我正在尝试将echovisualcomposershortcodes放到页面上。我已经尝试了以下两种方法,但它们都不起作用:函数.php:方法一/**addshortcodefile*/functioninclude_file($atts){$a=shortcode_atts(array('slug'=>'NULL',),$atts);if($slug!='NULL'){ob_start();get_template_part($a['slug']);returnob_get_clean();}}add_shortcode('include','include_file');方法二fu

php - 将 Visual Composer 短代码渲染到页面上

我正在尝试将echovisualcomposershortcodes放到页面上。我已经尝试了以下两种方法,但它们都不起作用:函数.php:方法一/**addshortcodefile*/functioninclude_file($atts){$a=shortcode_atts(array('slug'=>'NULL',),$atts);if($slug!='NULL'){ob_start();get_template_part($a['slug']);returnob_get_clean();}}add_shortcode('include','include_file');方法二fu

php - 允许使用 WordPress 的 Gallery Shortcode 自定义图像大小

在WordPress2.5及更高版本中,有一个内置的图库功能,允许您选择将图片库添加到WordPress博客上的帖子或页面。(引用:http://codex.wordpress.org/Gallery_Shortcode)您可以使用size选项来指定您希望显示的缩略图大小。有效值包括“thumbnail”、“medium”、“large”和“full”。默认为“缩略图”。“缩略图”、“中”和“大”图像的大小可以在WordPress管理面板中配置。即。[gallerysize="medium"]我的问题:我正在尝试修改[gallery]短代码以允许在输入时自定义尺寸——而不是尝试通过管理

php - 如何在 WordPress 简码中使用 AJAX?

我有一个显示随机报价的代码。一个人编写了一个函数来实现所有这些。但是由于某种原因通过AJAX更新数据不起作用。当您按下“新报价”按钮时,没有任何反应。也许有人知道为什么?以下代码中需要修复什么,以便在单击“新报价”时加载新报价?PHP/wp-content/themes/%your_theme%/js/ajax-load-quote.php'.$array[$r].'';?>HTML结构在页面内容、小部件或模板文件中:Iwouldratherhavemyignorancethananotherman’sknowledge,becauseIhavesomuchmoreofit.--Mar

php - 如何在 WordPress 简码中使用 AJAX?

我有一个显示随机报价的代码。一个人编写了一个函数来实现所有这些。但是由于某种原因通过AJAX更新数据不起作用。当您按下“新报价”按钮时,没有任何反应。也许有人知道为什么?以下代码中需要修复什么,以便在单击“新报价”时加载新报价?PHP/wp-content/themes/%your_theme%/js/ajax-load-quote.php'.$array[$r].'';?>HTML结构在页面内容、小部件或模板文件中:Iwouldratherhavemyignorancethananotherman’sknowledge,becauseIhavesomuchmoreofit.--Mar