How to remove or edit the "Hi" word when somebody want to post something, in header is: Hi (name) Whatch up? and, i want to edit just the "Hi"... I looked for the php doc, and, i couldnt find nothing...
How to remove or edit the "Hi" word when somebody want to post something, in header is: Hi (name) Whatch up? and, i want to edit just the "Hi"... I looked for the php doc, and, i couldnt find nothing...
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.
Thanks a lot, this works great! :)))
wish you all the best my friend! :)
You must log in to post.