2houseplague
Forum Replies Created
-
Forum: Your WordPress
In reply to: Site revamped — would like feedbackHow do you control the different sidebar elements to appear on different pages? That is one aspect of Drupal I would like to re-create in WP.
Jack
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this Eveninghello, again — thought i’d hope some more — ??
odd though, this seems a popular, often-requested feature, that’s (supposed) to have several different working solutions available — can anyone at least confirm that it IS possible to hit “publish” and see the feed displayed in my post?
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this Eveningstill, hopeful — ??
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this Eveningsorry for the “shout” , – i still think of caps as a way to achieve visual distinctiveness and bring to the eye what is most important on the page — therefore a “service” [wink] not a rudeness…
I want to post manually, as always, but to include the contents of a feed — i don’t need to have there be any automation in this process, except for the correct parsing of the feed within the posts i choose to include feeds into.
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this EveningTO REITERATE THE GOAL:
RSS FEEDS DISPLAYED IN POST.
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this Evening“You can’t place raw PHP into posts without a plugin like RunPHP.”
I hear ya, yet this solution makes no mention of it. Please read my first post to see what methods i have ALREADY tried.
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this Eveningokay — what approach is that?
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this Eveningyes, i think so. i did only 3 things:
1. uploaded lastRSS.php to /wp-content/ folder
2. uploaded rssLinkList.php to /wp-content/plugins/ folder
3. Edited rssLinkList as follows:
/* DEFINE THE SETTINGS — EDIT AS YOU NEED */
$lastRSSPath = ‘https://myWPdomain.com/wp-content/lastRSS.php’;
$cacheDirectory = ‘https://myWPdomain.com/wp-content/rsscache/’;
$cacheTimeout = 21600; // 21600 sec is 6 hours.
$connectionTimeout=20;
$CDATA = ‘content’;
$showRSSLinkListJS = true;4. activated plug-in
5. placed the following code (exactly as is) in a post and then in the sidebar template.
-
<?php
rssLinkList(“working feed URL”);
?>the post showed the code, unparsed. the sidebar placement showed the error above.
did i forget something?
Forum: Plugins
In reply to: Hello, I’ll be your Imbecile this EveningFatal error: Cannot instantiate non-existent class: lastrss in /usr/home/BLAH/domains/mydomain.com/public_html/
MYFOLDER/wp-content/plugins/rssLinkList.php on line 206