page-navi-slider

外掛說明

這個外掛已於 2022 年 5 月 10 日關閉,且不提供下載。 原因: 違反開發規範

使用者評論

2016 年 11 月 19 日
Doing nothing in my page code <?php /** * @package injsoft Atro - Page **/ get_header(); ?> <div id="wrapper" class="wrapper single-page section no-wider-page no-sidebar full-width"> <div id="content" class="grid12"> <div class="content-indent"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="post <?php echo the_slug(); ?>-page" id="post-<?php the_ID(); ?>"> <?php if( meta_options('meta_title_show') == 'off' && meta_options('main_title') =='') { ?> -------------- PLUGIN CODE WAS PLACED HERE ---------------- <div class="main page-title"><h1 class="heading realtitle"><div class="hrwrap"><?php the_title(); ?></div></h1></div> <?php } ?> <div class="entry"> <?php the_content(); ?> </div> </div> <?php endwhile; endif; ?> </div> </div> </div> <?php get_footer(); ?>
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Page navi slider〉的開發相關工作。

參與者

將〈Page navi slider〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄