peterhw
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New Page Not Displayed on MenuI tried a different theme (Flexi-Blue By Lins C Georgeand) I could see the pages as I wanted. It was untidy and didn’t give me drop downs for children pages.
I have reverted back (Revolution Code Blue) for the moment and still can’t see the pages.So perhaps it’s something about the space available.
Just now modified my Contact page to be private and BINGO the Contact Page doesn’t show (as expected) and 1 of the pages that failed to show is now displayed.
I guess I’ll try and re-organise (English spelling) to accommodate.
Andrew – thanks for your help
Forum: Themes and Templates
In reply to: New Page Not Displayed on MenuHave done & still no change
Forum: Themes and Templates
In reply to: New Page Not Displayed on MenuAlso – just created menu to include all pages and hierachy etc but still the pages don’t get listed. Now deleted the menu and should be as original.
I like the them that I use – i.e. simple and shows sub pages
but would a change of theme may be worth a go?Forum: Themes and Templates
In reply to: New Page Not Displayed on MenuNO.
Just checked as you suggest – i.e. select APPEARANCE then Select MENUs
and each of the pages is listed on the left side. No custom menu and each of the pages listed is ‘grayed out’ and presumably will stay that way until I create a new menuForum: Themes and Templates
In reply to: New Page Not Displayed on MenuApologies – I should have stated I have already done that.
I only have 5 listed at the moment and de-activated them all, made no difference, then re-activated them all, no difference
Forum: Fixing WordPress
In reply to: Display an RSS feed on a PageThanks – I’ll take a look,
Just been – frustratingly – playing around and found something called simplepie
this will work with any web page (i.e. not just blog)
didn’t seem to work with (presumably not right type of feed)
http://feeds.ezinearticles.com/category/Home-Improvement:Tools-and-Equipment.xml
it just produced
No Articles Found
No articles were found for the Category that was requested. Please check your category link and confirm that it is correct. If you continue to have issues, please contact EzineArticles Support at http://www.ezinearticles.com/contact.html.
and there were articles in the feed
thanks again
Forum: Fixing WordPress
In reply to: Display an RSS feed on a PageJust come across some help and have loaded / activated exec php which apparently is required.
I have done that – but now get a blank page. I different feeds (feed of this page) and still nothing.
I also changed rss-functions.php to rss.php – I have seen this elsewhere.
So the PHP code is now recognised but just not doing what I had hoped fo
Forum: Fixing WordPress
In reply to: Can’t Find RSS FeedThanks.
I don’t quite understand. I use a plugin that takes a CSV file and creates scheduled posts.
When I open Validator above it highlights line 55
- The Orange Bowl Stadium opened on December 10, 1937 for the Miami Hurricanes football team. It was built with a seating capacity of 23,330, but would grow to become a major landmark for many historical sporting events. After several renovations, the […]]]></description>
The following lines are affiliate links. Other sites I have included text files with articles.
These type of affiliate links (in this case ShareaSale) have been used successfully and without problem elsewhere. You say you would not use them in your feed (I assume you mean the lengthy affiliate links) – is there something that you think is wrong with these links?
Sorry if I am a little long-winded but trying to find a solution.
Forum: Fixing WordPress
In reply to: How do I INCLUDE html from a fileMany thanks. Just downloaded and about to use.
Thanks a million
Forum: Fixing WordPress
In reply to: Posting Blogs on other pages??I’m trying to do something similar.
I want to use a static page as my ‘landing page’.I reconfigured in the admin. Created a page called Frontpage and a page called Blog. When I visit the main domain sure enough the Frontpage is the page shown. The problem (small problem I have) is I still have Home, Blog and FrontPage being displayed on the Navigation Menu and Home always being the first displayed. If I edit FrontPage then these show for the FrontPage and Home.
I guess I’d just like to have the page I edit – i.e. Frontpage always to be referred to as Home and not appearing a second time as FrontPage. If I change the status to Private then it does remove FrontPage from the menu then sticks the word Private when the Home Page is displayed!
Forum: Fixing WordPress
In reply to: RSS widget doesnt work after WP 2.5.1 upgradeBlowery,
I followed this through and all seems great now.
Many , Many thanks.
I thought the problem had gone away then I just upgraded to wordpress version 2.6.3. and the problem appeared again so have implemented
Forum: Plugins
In reply to: [Plugin: FeedList] Doesn’t work with PHP 5I haven’t tried any of the above remedies yet. I have the same problem. The blog below should show 2 x RSS feeds one is ok the other isn’t. Does this suggest a different problem.
Warning: Attempt to assign property of non-object in
/home/ppppppppp/public_html/toolbox/NewsB/wp-includes/rss.php on line 440I have around 10 similar feeds all created from same data and all just created in the last few days with Worpress v 2.6.2
some seem OK and some give the above error message.
This code is already inserted in my installation
//if ( isset($rss) and $rss ) {
if ( isset($rss) && (is_object($rss) ||(is_string($rss) && $rss=unserialize($rss))) ) { $rss->from_cache = 1;
if ( MAGPIE_DEBUG > 1) {http://toolbox.best-one.info/NewsB/
This blog has 2 feeds – 1 feed gets the message and the other doesn’t. I don’t understand too much about the files but I loaded rss.php into Excel and line 440 appeared to be checking for a cache file
Any help / ideas appreciated