Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter OskarNS

    (@oskarns)

    and i want to remove the upload/insert button on post-form :))

    for Hi (name) Whatchya up? try changing at about line 145 on template-tags.php.

    to remove the upload/insert button on post-form TRY removing

    <?php if ( current_user_can( 'upload_files' ) ): ?>
    				<div id="media-buttons" class="hide-if-no-js">
    					<?php p2_media_buttons(); ?>
    				</div>
    				<?php endif; ?>

    at about line 58 on post-form.php

    May work. updating theme will wipe out these changes. Perhaps use a child theme.

    Thread Starter OskarNS

    (@oskarns)

    Thanks a lot, this works great! :)))

    wish you all the best my friend! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: P2] How to remove or edit "Hi" from header’ is closed to new replies.