Title: irwired's Replies | WordPress.org

---

# irwired

  [  ](https://wordpress.org/support/users/irwired/)

 *   [Profile](https://wordpress.org/support/users/irwired/)
 *   [Topics Started](https://wordpress.org/support/users/irwired/topics/)
 *   [Replies Created](https://wordpress.org/support/users/irwired/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/irwired/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/irwired/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/irwired/engagements/)
 *   [Favorites](https://wordpress.org/support/users/irwired/favorites/)

 Search replies:

## Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Better YouTube Embeds] [Plugin: Better YouTube Embeds] YouTube link remains an ordinary link](https://wordpress.org/support/topic/plugin-better-youtube-embeds-youtube-link-remains-an-ordinary-link/)
 *  [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/plugin-better-youtube-embeds-youtube-link-remains-an-ordinary-link/#post-2116910)
 * Thanks for the great tip.
 * Yes indeed if there is anything other than the code that appears in the address
   bar when your selected video is displayed in YouTube it will not work.
 * I have found it easier to add the code to the HTML editor.
    Then save and check
   to see if any code has been added after you hit the save button. It should look
   like this:
 * `http://www.youtube.com/watch?v=yourvideo`
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [anchor function in tinyMCE Advanced](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/#post-2156465)
 * That makes sense and validates my assumption. It is however, at your/my own peril,
   that you make assumptions about standardization of software functions.
 * Thanks for the research. I poked around that same site and did not turn up anything
   pertinent.
 * Have A great 4th of July weekend…there I go assuming again. You could be anywhere.
 * cheers
    Roger
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [anchor function in tinyMCE Advanced](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/#post-2156462)
 * That is what I found too.
    Other anchor tools I have used worked quite a bit 
   differently. That is what put me off the rails. As I said before, I hope this
   pulls others out of the weeds.
 * Thanks for your kindness
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [anchor function in tinyMCE Advanced](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/#post-2156456)
 * The editor is not happy with the code so let me try again
 * There is a strange glitch, maybe it is supposed to work this way?
    When you highlight
   text that you want to “name” the anchor tool actually places the anchor to the
   left of the text. `<a name=”anchor”></a>`text here Say I want to place a named
   anchor here. I would highlight “here” And click the anchor button. The result
   in visual is this: Say I want to place a named anchor (space) here. The result
   in HTML is: Say I want to place a named anchor `<a name=”anchor”></a> here.` 
   Normally the tool should place the anchor text inside the HTML code: Say I want
   to place a named anchor `<a name=”anchor”> here </a>`
 * So to make it work you have to open HTML and cut and paste your text inside the
   code. This is something I noticed before I ran into the original issue I posted
   on. I thought as long as we were on the subject we might as well cover this glitch.
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [anchor function in tinyMCE Advanced](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/#post-2156452)
 * Hi Mark
    And thanks for following up. I had a chance to try placing anchors and
   testing them. I was in the middle of writing a post on the subject when I ran
   across this problem.
 * Here is an excerpt from that post:
 * > Inserting the anchor: Most anchor text tools let you highlight the text that
   > you want ot anchor to and then just click. A dialog box pops up and asks you
   > to name the link. You can choose any name that makes sense to you.
   > .
   >  Cut and paste the text you want to anchor to between the >< like this. your
   > text goes here
   > . Include any HTML code needed to display the text correctly
   > like ** for bold. Go back to your visual editor and check for the little anchor
   > icon to the left of your anchored text. If the anchor is there you have been
   > successful. This is not as hard as it sounds.;-) **
   > To link to your anchor:
   >  Highlight the text or image you want to link from.
   > Click the link tool. If you are linking to a named link on the same page, type
   > in the name you chose for your link preceded by a #sign. Like this: #my link.
   > Note: you must save a draft and preview the page to test your link.
   > To link to a “named anchor” on another page: Highlight the text you want to
   > link to and open the link tool. In the url box enter the URL of the page that
   > contains your “named anchor”: [http://mysite/homepage/#mylink](http://mysite/homepage/#mylink).
   > Thanks for sticking with me. As always I am trying to pass along information
   > of value.
   >  The best of luck with anchor text, leave me a comment if you have
   > found this to be helpful or if you have something to add.
 * Othe anchor tools I have used inset the higlighted text beween the >< points.
   Is this the way it is supposed to work?
 * Other than this minor problem the anchors work as you described. You can see 
   them in action at [themlmworks](http://themlmworks.com/2011/06/30/anchor-text-for-wordpress-and-more/)
   
   Sometimes I think I’m brain dead. Hopefully this post will be helpful to others
 * Thanks again
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [anchor function in tinyMCE Advanced](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/anchor-function-in-tinymce-advanced/#post-2156418)
 * Thanks so much Mark.
 * I knew the answer was going to be a simple one.
    I spent hours searching the 
   documentation and boards. I know that usually means it is too simple to warrant
   an explanation. I assume therefore that if I want to link to an anchor on the
   same page only the #name is needed If the anchor is on another page then: [http://url/page/#name](http://url/page/#name).
 * Thanks again
    Roger
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten, text does not wrap](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/#post-2138752)
 * Problem solved
    If the first line of text is underlined the text will not wrap.
 * I deleted the underlined text and retyped it and it wraps just like it should.
 * Thanks for your kind assistance
    Roger
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten, text does not wrap](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/#post-2138661)
 * I just published the page in question after clearing the cash.
    [Here it is](http://themlmworks.com/tool-shed/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten, text does not wrap](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/#post-2138656)
 * I just tried publishing the page briefly and it made no difference.
    As you can
   see the wrap text was working when I built the landing page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Twenty Ten, text does not wrap](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/twenty-ten-text-does-not-wrap/#post-2138653)
 * Here is a link to my [site](http://www.themlmworks.com) although I have not published
   the page yet.
    Part of my question is, will the preview and published page always
   look the same? I’m not sure what you mean by
 * > have you entered an image alignment?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WYSIWYG buttons](https://wordpress.org/support/topic/wysiwyg-buttons/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [15 years ago](https://wordpress.org/support/topic/wysiwyg-buttons/#post-2062942)
 * Ok I figured it out
    WP Synonym Plugin 1.5 Was the culprit, Thanks for the help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WYSIWYG buttons](https://wordpress.org/support/topic/wysiwyg-buttons/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [15 years ago](https://wordpress.org/support/topic/wysiwyg-buttons/#post-2062923)
 * I am currently using 2010 1.2
    I could deactivate the plug-ins and then activate
   them 1 at a time to determine the culprit? What is supposed to happen when the
   link button is clicked? Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TGN Embed everything] [Plugin: TGN Embed everything] No documantation (or not at all enough)](https://wordpress.org/support/topic/plugin-tgn-embed-everything-no-documantation-or-not-at-all-enough/)
 *  [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [15 years ago](https://wordpress.org/support/topic/plugin-tgn-embed-everything-no-documantation-or-not-at-all-enough/#post-1648157)
 * I’m with you where do i find the basics???
 * How do you apply this plugin???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Site opens to "no results found"](https://wordpress.org/support/topic/site-opens-to-no-results-found/)
 *  Thread Starter [irwired](https://wordpress.org/support/users/irwired/)
 * (@irwired)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/site-opens-to-no-results-found/#post-2028632)
 * That was just the ticket.
    Perfect! Thanks a million Roger

Viewing 14 replies - 1 through 14 (of 14 total)