jelskedei
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS Error Please HelpHi Blogzter,
How are you doiing? I still have the same problem and found untill now no solution. If you find one, please write it here. I read the whole forum about RSS feed and permalinks and saw there are many problems and many solutions. But nothing was helpfull to me.Forum: Fixing WordPress
In reply to: RSS Error Please HelpThis is the php code:
<?php if (is_single() OR is_page() ) { ?><link rel=”canonical” href=”<?php the_permalink(); ?>” /><?php } ?>
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(‘name’); ?> Atom Feed” href=”<?php bloginfo(‘atom_url’); ?>” />Forum: Fixing WordPress
In reply to: RSS Error Please HelpWhen I change the permalinks into default, it’s ok, but when I change them back to %postname%, he cannot find the page. What is the best to do, change something in the php?
Forum: Fixing WordPress
In reply to: RSS Error Please HelpI tried the fix-rss-feed, but nothing changed. The feed still cannot find a page.
Forum: Fixing WordPress
In reply to: RSS Error Please HelpNo, My feed is at another blog: http://www.jelskeboonstra-ontwerp.nl
Forum: Fixing WordPress
In reply to: RSS Error Please HelpOeps, I have the same but in a new blog and I am looking for a solution also. It is strange that you changed nothing, you even didn’t change the links to permalinks?
Forum: Plugins
In reply to: [Plugin: FancyBox for WordPress] iframe issues; 1 solved, 1 to goI do have the same problem, I cannot set the dimensions of the iframe. I looked allover the web, but none solution worked. How are you? Did you succeed?