Results 1 to 4 of 4
-
29th Nov 2010, 04:35 AM #1OPMember
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
-
29th Nov 2010, 04:49 AM #2MemberWebsite's:
scrls.co.ukDo you mean by doing something like this...
- FTP to your server and download the "edit-form-advanced.php" file from your wp-admin/ directory
- Open edit-form-advanced.php file with a text editor
- Find the following line
<?php the_editor($post->post_content); ?> - Above that line add the following
<?php
if (empty($post->post_content)) {
$post->post_content = "Your Text or Code goes Here" ;
}
?> - Replace "Your Text or Code goes Here" with your own text, images, code, etc to be added to all new posts
- Save the changes to the edit-form-advanced.php file and upload it back to your server overwriting the original file
- 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>" ;
}
?>
-
29th Nov 2010, 05:29 AM #3OPMember
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/
-
29th Nov 2010, 12:19 PM #4MemberWebsite's:
scrls.co.uk
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[For Hire] MaxedOutDesigns - Website Design, Wordpress Design, vBulletin Design
By Maz in forum ServicesReplies: 4Last Post: 7th Oct 2012, 09:32 PM -
Wordpress DDL template design
By abx99 in forum WordpressReplies: 3Last Post: 22nd Dec 2011, 01:08 PM -
[Selling] Professional Forum Design PSD Template Design!
By MasterDKR in forum Completed TransactionsReplies: 3Last Post: 11th Jan 2011, 06:02 PM -
(Free) HTML/CSS, Wordpress, Joomla etc Template to WCDDL Template (Limited offer)
By Smith in forum Forum and DDL DiscussionReplies: 0Last Post: 24th Mar 2010, 02:56 PM -
Template Design
By -Im.z2ight- in forum Site ReviewsReplies: 11Last Post: 24th Feb 2010, 12:35 AM
themaPoster - post to forums and...
Version 5.35 released. Open older version (or...