is there anywhere that i can learn about customizing post.php?
-
I am attempting to make it so my post page is limited in functionality so my bloggers only put in what i want?
I see post.php calls edit-form-advanced.php
and…
I see this in the edit-form-advanced.php :
<fieldset id=”<?php echo user_can_richedit() ? ‘postdivrich’ : ‘postdiv’; ?>”>
<legend><?php _e(‘Entry’) ?></legend><?php the_editor($post->post_content); ?>
</fieldset>I assume that if i modify the operation of part of this I can make what i want to happen.
Where do i do this?
Is there any sites that offer suggestions of this already?
A little lost at the moment… .look forward to replies.
Cheers
Chris
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘is there anywhere that i can learn about customizing post.php?’ is closed to new replies.