ganti warna tulisan show post : edit di style.css paling bawah: #f-post-page { margin: 10px auto; width: 100%; font-size: 15px; cursor: pointer; text-align: center; font-weight: bold; color: #000000; }
#f-post-page-container { display: none; }
kalo tulisannya buka : fblog.php dan fpost.php
menambah Featured Box : buka option.php : // Front Page Fearured Boxs
$fbsin=array("1","2","3","4");
foreach ($fbsin as $fbsinumber) {
trus buka featured-box.php
Select theme to edit:
tambah sesuka :
biar tampilannya berurutan dibawah no 1, maka tempatkan no 5 nya dipaling bawah.
dengan memulai dari awal, seperti ini :
</div> <!-- featured-boxs -->
<div id="featured-boxs">
<span class="featured-box-first">
<a href="<?php echo of_get_option('featured-link5', '#'); ?>">
<img src="<?php echo of_get_option('featured-image5', get_template_directory_uri() . '/images/featured-image1.jpg') ?>"/>
<h2><?php echo of_get_option('featured-title5', 'CORPORATE Theme for Small Business'); ?></h2>
</a>
<p><?php echo of_get_option('featured-description5', 'The Customizable Background and other options of CORPORATE will give the WordPress Driven Site an attractive look. CORPORATE is super elegant and Professional Responsive Theme which will create the business widely expressed.'); ?></p>
</span>
</div> <!-- featured-boxs -->