Activity Stream
48,167 MEMBERS
6852 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Results 1 to 4 of 4
  1.     
    #1
    Member

    Default looking for pre-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:
    Subtitles:
    Release Date:

    ..... and others.

    Thanks.
    windows Reviewed by windows 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

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    scrls.co.uk
    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

  4.     
    #3
    Member
    Yup, smth like that.
    However, is it possible to make pre-template for each category? Movie, music, applications, etc?

    See this:


    A template for music.


    Code: 
    http://filesharefreak.com/2010/02/20/the-secrets-of-a-release-blog-scenereleases-exposed/

  5.     
    #4
    Member
    Website's:
    scrls.co.uk

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 4
    Last Post: 7th Oct 2012, 09:32 PM
  2. Wordpress DDL template design
    By abx99 in forum Wordpress
    Replies: 3
    Last Post: 22nd Dec 2011, 01:08 PM
  3. [Selling] Professional Forum Design PSD Template Design!
    By MasterDKR in forum Completed Transactions
    Replies: 3
    Last Post: 11th Jan 2011, 06:02 PM
  4. Replies: 0
    Last Post: 24th Mar 2010, 02:56 PM
  5. Template Design
    By -Im.z2ight- in forum Site Reviews
    Replies: 11
    Last Post: 24th Feb 2010, 12:35 AM

Tags for this Thread

BE SOCIAL