designworks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display Most Recent Post onlyOh cool. Thanks for the tip.
Forum: Fixing WordPress
In reply to: Display Most Recent Post onlyEnded up using
<?php query_posts('name=first-post')?>This posts only the most recent post….exactly what I needed!
Forum: Fixing WordPress
In reply to: Display Most Recent Post onlyMoshu! Thanks man. I was just about to post that page! Exactly what I needed.
Forum: Fixing WordPress
In reply to: Other ways to display posts (iframe, include, etc…)simplr,
Due to my limited knowledge I couldn’t figure out how to make the php code that you provided work. =/ But I was able to use Feedburner’s “Buzzboost” feature to show the posts on the website:
However, I’d still be interested in learning how to do this without the need to use Feedburner.
Forum: Fixing WordPress
In reply to: Other ways to display posts (iframe, include, etc…)UPDATE:
I just found a great way to get your posts to show in a regular HTML website. Feedburner has a free feature called BuzzBoost that once activated you can simply copy the script that they provide into your HTML where you want the list to appear. From your feedburner account you can adjust some elements like whether the Blog title should appear or not, the format of the date, etc…
You can also style the output using regular CSS within you websites existing CSS.
It’s a great tool!
Forum: Fixing WordPress
In reply to: Other ways to display posts (iframe, include, etc…)I’m really new to using PHP…. so bare with me please! =D I installed the feedburner plug-in on my wordpress blog. I did all the activation stuff and created a feed for my blog. Then I just basically copied & pasted your PHP code into my website where I wanted it to appear. I changed the link address for the feed to my actual feedburner address.
When I view the website all I see is the PHP code written out like text.
Am I supposed to copy this code into an xml file separate from the html file and link it back into my html?
Any help would be greatly appreciated!