shortcode

    0熱度

    1回答

    因此,出於一個非常有道理的原因,我不打算介紹這裏和/或辯論的具體內容,我將WordPress控制的內容放入不屬於WordPress安裝的子文件夾中, <head> <?php // Include WordPress define('WP_USE_THEMES', false); require('../wp-blog-header.php'); query_posts('showpos

    1熱度

    1回答

    我想用下面的簡碼: [section] <h1>Section body content</h1> [section_footer]<p>Section footer content</p>[/section_footer] [/section] 所以,我添加了以下簡碼回調: function sec_cb ($att, $content = null) { // ... retur

    0熱度

    2回答

    我已經用航空維修全寬度代碼模塊編寫的頭導航。這是我的航空維修庫作爲一個全球性的模塊,並與大多數我的網頁作品完美,但不是那些使用我的自定義模板。 我顯示模塊的方法是使用它的結束頭標記之前就在我的子主題的header.php文件的底部簡碼: <?php echo do_shortcode('[showmodule id="XXXX"]'); ?> 其中XXXX是實際的ID。但是,使用自定義的頁面模板模

    -1熱度

    1回答

    我有下面的代碼,我想它使用 [insert_dos]*Content for dos here*[/insert_dos] [insert_donts]*Content for dos here*[/insert_donts] 該做什麼 內容DOS這裏 上顯示的內容執行注意事項 不要忘記的內容 代碼想使用 // Shortcode for dos function insert

    1熱度

    4回答

    我想在WordPress中使用短代碼內的php變量來定義插件的變量。 我想用的是這個: [wpdatachart id=16 var1="<?php echo um_profile_id(); ?>"] 顯然,這是行不通的,但什麼是寫這個的正確方法是什麼?

    1熱度

    1回答

    我有一個簡碼專門爲YouTube添加嵌入了寫像這樣: // [iframe src="" scrolling="no" class="dynamicIframe" allowfullscreen="" style=""] add_shortcode('iframe', 'anc_shortcode_iframe'); function anc_shortcode_iframe($atts, $

    1熱度

    1回答

    我有這樣的功能: function test_q($atts){ $args = shortcode_atts(array( 'post_type' => 'product', 'columns' => 4, 'posts_per_page' => 12, 'tax_query' => array( 'relati

    0熱度

    1回答

    我在WordPress中創建了一個自定義帖子類型。我想在短代碼中使用帖子ID,以便我可以將特定帖子拉出來輸出數據,這是使用高級自定義字段中的字段的圖庫。 這裏是我的功能至今: function mbgc_gallery_shortcode($atts) { // $post_id = $atts['id']; extract(shortcode_atts( arr

    0熱度

    1回答

    這是我的短代碼: function sectWithSidebar($atts, $content, $tag){ //collect values, combining passed in values and defaults $values = shortcode_atts(array( 'sectionHeading' => 'Section Heading'

    0熱度

    1回答

    我在wordpress主題中有一個廚房頁面。現在,我想在其他一些頁面上使用該圖庫簡碼,但只想顯示來自特定照片類別的照片。提前致謝。 以下是畫廊短代碼: [gallery_list] 以下是圖片類別ID,我想在這短短的代碼中使用:如果畫廊支持標識參數 cat&tag_ID=50