nydanv
Forum Replies Created
-
Hi what if you make a backup of that wp-rss2.php file.
Then go to line 50 and remove ;
Also what happens to the other RSS feed?
Thanks.
Forum: Fixing WordPress
In reply to: Image placement in post.Thanks guys.
Forum: Fixing WordPress
In reply to: PHP / Form questionThank you. you are so fast do you get paid for this?
Forum: Fixing WordPress
In reply to: Delete wp-admin?Cool thank you have a good night.
Forum: Fixing WordPress
In reply to: Word press pages and phpHey I think I figured it out.
The php template needs to be in the theme you are using directory.
I took an already in place template and placed
<?php
/*
Template Name: snarfer
*/
?>on the first 5 lines. Then edited the code between <!–div content starts–> (php stuff go here) and <!–div content end–>
Seems to be working. Thanks.
Forum: Fixing WordPress
In reply to: Word press pages and phpHandy solo thanks for the quick reply.
This is what I have done and failed.
Created snarfer.php with the below:
<?php
/*
Template Name: Snarfer
*/
echo “test”;
?>I moved the file into /wp-content/themes
*Note not sure if i am putting the file inthe correct location. I am using a dark-maple theme so should I place this snarfer.php into /wp-content/themes/dark-mapleEither way in my word press editor I do not see the template in the “template pulldown” and when i inser this code…in the page html <?php include (TEMPLATEPATH . ‘/snarfer.php’); ?> nothing happens.
Thanks for all your help.