gmeagle86
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTML appears when bloging by e-mailPlain Text does work.
Forum: Fixing WordPress
In reply to: HTML appears when bloging by e-mailTest
June 28th, 2005
style=3D’font-size:10.0pt;
font-family:Arial’>This is a test postForum: Fixing WordPress
In reply to: HTML appears when bloging by e-mailanyone?
Forum: Plugins
In reply to: Feedreader QuestionSo if I only changed the 36 down to 10, it would only show the last 10 posts?
Forum: Plugins
In reply to: Feedreader QuestionIs this it?
if ($maxTotal<0 || $maxTotal>36) // arbitrary cutoff…
$maxTotal = 36; // you need more than 3 dozen items????
if ($maxItemsPerFeed<0 || $maxItemsPerFeed>100) // arbitrary cutoff…
$maxItemsPerFeed = 100;Forum: Plugins
In reply to: Feedreader QuestionOk, I think I got it working…one more question:
How do I tell it to only show the most recent X number of posts?
Thanks!
Forum: Plugins
In reply to: Feedreader QuestionThis might be a dumb question, but I can’t find it anywhere….where do I turn the allow-html option on?
Forum: Plugins
In reply to: Feedreader QuestionHi, sorry for the long delay in getting back to you….
My problem is, I am going to be giving control of this website over to someone who knows nothing about HTML coding, and they are just going to be able to update the blog…I was wondering if there is a better option to display it properly…
Forum: Fixing WordPress
In reply to: Insert Blog feed into home page.vkaryl: Thanks, you can send it to me an e-mail at eagle86 (@) sbcglobal (.) net .
Forum: Fixing WordPress
In reply to: Insert Blog feed into home page.vkaryl: were you able to find anything? Thanks. I just need some sort of example to follow, as I work best when I’m following examples. Thanks.
Forum: Fixing WordPress
In reply to: Insert Blog feed into home page.Sorry for the delayed response.
What file do I update the css in? I’m having problems locating that.
Also, is there a possiblity of getting the Date/time the post was posted on, on my front page?
Thanks.
Forum: Fixing WordPress
In reply to: Insert Blog feed into home page.Thanks, I will try to update the CSS and get that looking right.
Browserd: That is very simliar to what I am trying to do, except I’m not going to have it in a scroll box. And with the version of Feedread I am using, it seems to give me links to go to the blog.
Forum: Fixing WordPress
In reply to: Insert Blog feed into home page.Thanks! I did have to rename my page to php, and do a few other tweaks, but it is now working.
I was wondering if there is a way to edit the “style” or the “theme” of the feed? to get it to match up with my site’s colors/style? Thanks!
Forum: Fixing WordPress
In reply to: Insert Blog feed into home page.I might, (most likely am) doing something wrong. I downloaded the program, followed the correct instructions to uploading it in the plugin’s folder, went into WP and activated it. Then I added this code to my .shtml document:
<?php
$feedUrl = “https://news.com.com/2547-1040_3-0-5.xml”;
$feedOut = getSomeFeed($feedUrl, 4, false, “feed-cnetttech”, ”, 36, false);
if ($feedOut)
echo $feedOut;
?>I just left his default feed to see if it worked….and it did not. I’m not quite sure what I’m doing wrong. I inserted it in a div in my webpage’s codeing.
Any suggestions?
Thanks.Forum: Fixing WordPress
In reply to: Insert Blog feed into home page.Found it, I will try it and report back. Thanks for the quick reply.