writing custom WP post template

Mutikasa

Power Member
Joined
May 23, 2011
Messages
589
Reaction score
216
Hi,
I want to mirror some blog and need exactly the same formatting. Since copy paste and autoblog rss feed doesn't work quite well I need custom solution.
The blog I want to mirror has always the same kind of post, music, like this:
Arist: "artist"
Album: "album" and so on....

Now, i want to make my template that uses rss feed or whatever possible and generate posts on my blog like this:
Artist: echo $artist
Album: echo $album and so on...

i don't have experience in PHP but I will learn as I go, so please direct me for some keywords so I can research further,
thanks
 
Hi,
I want to mirror some blog and need exactly the same formatting. Since copy paste and autoblog rss feed doesn't work quite well I need custom solution.
The blog I want to mirror has always the same kind of post, music, like this:
Arist: "artist"
Album: "album" and so on....

Now, i want to make my template that uses rss feed or whatever possible and generate posts on my blog like this:
Artist: echo $artist
Album: echo $album and so on...

i don't have experience in PHP but I will learn as I go, so please direct me for some keywords so I can research further,
thanks

mutikasa, at the moment I am running a little php learning and mentoring group.
I use the groups questions and their learning process to write an ebook about
beginning php easily and while writing quality code. I would like to help you, with
your problem if I can use your problem? :)
 
I'm not sure to undersand but you can :

1. Direct update your single.php from your template ?
2. Create a page template : codex.wordpress. org/Pages#Creating_Your_Own_Page_Templates
and custom felds : codex.wordpress. org/Custom_Fields
3. Or create a new post type : codex.wordpress. org/Post_Types but it's more work

Edit : I can not give you full URls because I'm new member..
 
Back
Top