homepage

This topic contains 3 reply and 2 voices, and was last updated by Nayem 8 years, 8 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
August 17, 2015 at 7:54 pm 67692
Nayem how to remove some of the widget at homepage like: search box at bottom archives meta and also at the bottom right those pages that are showing. www.bikemarket.com.my I'm using dokan theme
August 17, 2015 at 8:17 pm 67699
Nayem Nayem

Hello,

Please open Dokan theme folder/sidebar-home.php file. In this file you have to remove those codes-

<aside id="search" class="widget widget_search">
                <?php get_search_form(); ?>
            </aside>

            <aside id="archives" class="widget">
                <h1 class="widget-title"><?php _e( 'Archives', 'dokan' ); ?></h1>
                <ul>
                    <?php wp_get_archives( array('type' => 'monthly') ); ?>
                </ul>
            </aside>

            <aside id="meta" class="widget">
                <h1 class="widget-title"><?php _e( 'Meta', 'dokan' ); ?></h1>
                <ul>
                    <?php wp_register(); ?>
                    <li><?php wp_loginout(); ?></li>
                    <?php wp_meta(); ?>
                </ul>
</aside>
August 17, 2015 at 8:53 pm 67705
Brandon Brandon

ok I’ve remove it but some other pages still have it and I’ve remove it as well using the same method.
can i just remove it once and for all or i still need to remove one by one.

how about the bottom right pages that appear?

and how about those code that appear on these few pages?
http://www.bikemarket.com.my/shipping-delivery/
http://www.bikemarket.com.my/privacy-policy/

August 18, 2015 at 9:54 am 67733
Nayem Nayem

Hello,

Please open those pages from WP admin->Pages. In the page content you will see those codes. You have to remove those codes from the page content area.

Thanks.

Viewing 3 Posts - 1 through 3 (of 3 total)