Do you mean by doing something like this...


  1. FTP to your server and download the "edit-form-advanced.php" file from your wp-admin/ directory
  2. Open edit-form-advanced.php file with a text editor
  3. Find the following line
    <?php the_editor($post->post_content); ?>
  4. Above that line add the following
    <?php
    if (empty($post->post_content)) {
    $post->post_content = "Your Text or Code goes Here" ;
    }
    ?>
  5. Replace "Your Text or Code goes Here" with your own text, images, code, etc to be added to all new posts
  6. Save the changes to the edit-form-advanced.php file and upload it back to your server overwriting the original file
  7. Login to your WordPress admin panel and write a new post. Your text, images or code should automatically be included in the post.

So maybe yours could be something like:

<?php
if (empty($post->post_content)) {
$post->post_content = "<center><img src="" width="400" height="600" /></center>

<center><strong></strong></center>

<strong>Plot:</strong>
<blockquote></blockquote>

<!--more--><!--more-->

<strong>Info:</strong>
<blockquote></blockquote>

<strong>Screenshots:</strong>
<img src="" />
<img src="" />
<img src="" />

<strong>Download Links:</strong>

<strong>Fileserve:</strong>
<code></code>

<strong>Hotfile:</strong>
<code></code>

<strong>Filesonic:</strong>
<code></code>
" ;
}
?>
I dont know if this is what you are meaning but maybe it is, let me know
_brazzO Reviewed by _brazzO on . looking for pre-design template wordpress plugin Hello. I'm looking for a plugin that can made pre-template for each respective category. I'm using wordpress. So, I don't have to type manually every post the same thing under the same category. For eg. for movie Genre: Cast: Size: Quality: Rating: 5