<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: How to Add In Page Anchor Links In WordPress Posts</title> <atom:link href="http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/feed/" rel="self" type="application/rss+xml" /><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/</link> <description></description> <lastBuildDate>Wed, 08 Feb 2012 05:22:42 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: Giorgos</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-39577</link> <dc:creator>Giorgos</dc:creator> <pubDate>Mon, 05 Dec 2011 18:55:05 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-39577</guid> <description>Great article...I have used plugins that didn&#039;t work and with your help everything is solved...congruts....:D</description> <content:encoded><![CDATA[<p>Great article&#8230;I have used plugins that didn&#8217;t work and with your help everything is solved&#8230;congruts&#8230;.:D</p> ]]></content:encoded> </item> <item><title>By: Caryn</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-37417</link> <dc:creator>Caryn</dc:creator> <pubDate>Wed, 02 Nov 2011 17:09:37 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-37417</guid> <description>:&gt;) Awesome! thx! worked perfect.</description> <content:encoded><![CDATA[<p>:&gt;)<br /> Awesome! thx!<br /> worked perfect.</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-32611</link> <dc:creator>Andrew</dc:creator> <pubDate>Wed, 17 Aug 2011 12:31:31 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-32611</guid> <description>Hi - Thanks for your help. i think i have just sorted the problem. It was related to a widget with some java script in it for a webform!! Our hosting service pointed me in your direction because they thought it was to do with &#039;anchors&#039; Thank you for replying,</description> <content:encoded><![CDATA[<p>Hi &#8211; Thanks for your help. i think i have just sorted the problem. It was related to a widget with some java script in it for a webform!! Our hosting service pointed me in your direction because they thought it was to do with &#8216;anchors&#8217;<br /> Thank you for replying,</p> ]]></content:encoded> </item> <item><title>By: webmaster</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-32607</link> <dc:creator>webmaster</dc:creator> <pubDate>Wed, 17 Aug 2011 12:11:15 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-32607</guid> <description>Hi Andrew, can you be a little more specific regarding your problem. What errors are you getting after implementing the steps mentioned in this tutorial?</description> <content:encoded><![CDATA[<p>Hi Andrew, can you be a little more specific regarding your problem. What errors are you getting after implementing the steps mentioned in this tutorial?</p> ]]></content:encoded> </item> <item><title>By: Andrew</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-32552</link> <dc:creator>Andrew</dc:creator> <pubDate>Wed, 17 Aug 2011 02:50:33 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-32552</guid> <description>Hi - Can you help. All of a sudden my site URL gets a # at the end when you type in the normal URL. This is along the lines as this discussion but can&#039;t really understand what is going on. I&#039;m not a programmer. Would really appreciate any direction. Thank you Andrew</description> <content:encoded><![CDATA[<p>Hi &#8211; Can you help. All of a sudden my site URL gets a # at the end when you type in the normal URL. This is along the lines as this discussion but can&#8217;t really understand what is going on. I&#8217;m not a programmer. Would really appreciate any direction. Thank you<br /> Andrew</p> ]]></content:encoded> </item> <item><title>By: Erik de Vries</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-23467</link> <dc:creator>Erik de Vries</dc:creator> <pubDate>Thu, 05 May 2011 08:39:14 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-23467</guid> <description>@webmaster I understand your reasons. However, in an article that&#039;s about coding, it&#039;s a bit strange you cannot share code examples in comments. Well, finally I managed hehe.cheers, Erik</description> <content:encoded><![CDATA[<p>@webmaster I understand your reasons. However, in an article that&#8217;s about coding, it&#8217;s a bit strange you cannot share code examples in comments. Well, finally I managed hehe.</p><p>cheers,<br /> Erik</p> ]]></content:encoded> </item> <item><title>By: Erik de Vries</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-23438</link> <dc:creator>Erik de Vries</dc:creator> <pubDate>Wed, 04 May 2011 20:48:06 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-23438</guid> <description>Ok this works, unfortunately I cannot delete my previous comments. So one more time.The official html way to link to a position in a page is a bit different.&lt;a href=&quot;#anchor1&quot;&gt;Link to anchor1&lt;/a&gt;&lt;p&gt;Some paragraph...&lt;/p&gt;&lt;a name=&quot;anchor1&quot;&gt;&lt;/a&gt; &lt;p&gt;This is the paragraph where the link will scroll to&lt;/p&gt;</description> <content:encoded><![CDATA[<p>Ok this works, unfortunately I cannot delete my previous comments. So one more time.</p><p>The official html way to link to a position in a page is a bit different.</p><p>&lt;a href=&#8221;#anchor1&#8243;&gt;Link to anchor1&lt;/a&gt;</p><p>&lt;p&gt;Some paragraph&#8230;&lt;/p&gt;</p><p>&lt;a name=&#8221;anchor1&#8243;&gt;&lt;/a&gt;<br /> &lt;p&gt;This is the paragraph where the link will scroll to&lt;/p&gt;</p> ]]></content:encoded> </item> <item><title>By: webmaster</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-23437</link> <dc:creator>webmaster</dc:creator> <pubDate>Wed, 04 May 2011 20:46:14 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-23437</guid> <description>@Erik: I understand what you&#039;re trying to convey, but for security reasons, HTML codes are disabled in the comment form.</description> <content:encoded><![CDATA[<p>@Erik: I understand what you&#8217;re trying to convey, but for security reasons, HTML codes are disabled in the comment form.</p> ]]></content:encoded> </item> <item><title>By: Erik de Vries</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-23436</link> <dc:creator>Erik de Vries</dc:creator> <pubDate>Wed, 04 May 2011 20:43:28 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-23436</guid> <description>Again no luck. Code and pre tags don&#039;t work here. So I cannot demonstrate what I mean.&lt;a href=&quot;#anchor1&quot;&gt;Link to anchor1&lt;/a&gt;</description> <content:encoded><![CDATA[<p>Again no luck. Code and pre tags don&#8217;t work here. So I cannot demonstrate what I mean.</p><p>&lt;a href=&#8221;#anchor1&#8243;&gt;Link to anchor1&lt;/a&gt;</p> ]]></content:encoded> </item> <item><title>By: Erik de Vries</title><link>http://www.ampercent.com/create-in-page-anchor-text-links-wordpress/5003/#comment-23435</link> <dc:creator>Erik de Vries</dc:creator> <pubDate>Wed, 04 May 2011 20:41:28 +0000</pubDate> <guid isPermaLink="false">http://www.ampercent.com/?p=5003#comment-23435</guid> <description>I&#039;m sorry, the comments don&#039;t allow me to show the htmlI&#039;ll try something else..&lt;a href=&quot;#anchor1&quot; rel=&quot;nofollow&quot;&gt;Click here to go to anchor 1&lt;/a&gt;</description> <content:encoded><![CDATA[<p>I&#8217;m sorry, the comments don&#8217;t allow me to show the html</p><p>I&#8217;ll try something else..</p><p>Click here to go to anchor 1</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 391/397 objects using disk: basic
Content Delivery Network via cdn.ampercent.com

Served from: www.ampercent.com @ 2012-02-09 14:37:48 -->
