Title: congo181's Replies | WordPress.org

---

# congo181

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Colour link](https://wordpress.org/support/topic/colour-link/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/colour-link/#post-13050368)
 * Pefect. Just what I was looking for! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Colour link](https://wordpress.org/support/topic/colour-link/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/colour-link/#post-13049546)
 * Thanks for your help Tobias. This worked perfect.
 * Is there a way to just change the link (e.g. the link text “Snow White”) to color#
   301781 when I hover over the link text? Just to differentiate the link from the
   rest of the line?
 * Thanks again
 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Float image over side of menu](https://wordpress.org/support/topic/float-image-over-side-of-menu/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/float-image-over-side-of-menu/#post-2395554)
 * Hi Alchmyth,
 * Thanks for your suggestion. I tried putting that line of code in the style.css
   but it didn’t seem to work. Have you got any other suggestions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Print Friendly and PDF mod](https://wordpress.org/support/topic/print-friendly-and-pdf-mod/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/print-friendly-and-pdf-mod/#post-2393299)
 * I had an idea that if I could create a custom link (that adds on the page that
   i’m viewing) then I could add this as a menu item within the custom link section
   of the menus.
 * However I don’t know if you can create a link that changes for each page, that
   works in the menu item. I’ve tried a few things, but none have worked yet!
 * I guess I need something LIKE this [http://www.printfriendly.com/print/v2?url=](http://www.printfriendly.com/print/v2?url=)`
   <?phpthe_permalink()?>`
 * However the `<?phpthe_permalink()?>` but doesn’t work in a simple custom menu
   field.
 * Is there another way to produce the link of the page you’re on and add it to 
   the first part of the link?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Motion] [Theme: Motion] Removing Permanent Link](https://wordpress.org/support/topic/theme-motion-removing-permanent-link/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/theme-motion-removing-permanent-link/#post-2389635)
 * Rab, thanks so much for your help. The first method (adding the text to the bottom
   of the `style.css`) worked! Perfect!! THANK YOU!!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Motion] [Theme: Motion] Removing Permanent Link](https://wordpress.org/support/topic/theme-motion-removing-permanent-link/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/theme-motion-removing-permanent-link/#post-2389605)
 * Hi Rab, I looked at my themes style.css and there were several parts of the code
   that showed `postmetabottom`. I tried adding the extra line of code metioned 
   above in a new line after the `{` for each of the codes below but this still 
   did not hide the Permalinks on the [http://www.timclare.com/latest/](http://www.timclare.com/latest/)
   page.
 * I also tried changing `none` to `hidden` but this did not seem to work. Any suggestions?
 * Here is the code relevant to `postmetabottom` within my style.css.
 * Thanks
    Tim
 *     ```
       .postmetabottom {
       	background: url(images/whitetrans.png);
       	overflow: hidden;
       	width: 100%;
       	padding: 10px 0;
       	font-size: 0.8em;
       	line-height: 1.1em;
       	margin-top: 15px;
       }
       .postmetabottom a {
       	color: #fff;
       }
       .postmetabottom a:hover {
       	color: #afdaff;
       }
       .postmetabottom .tags {
       	float: left;
       	width: 440px;
       	background: url(images/tags.png) left 1px no-repeat;
       	margin-left: 10px;
       	padding-left: 20px;
       	line-height: 16px;
       }
       .postmetabottom .readmore {
       	float: right;
       	width: 160px;
       	padding-right: 10px;
       	text-align: right;
       }
       .postmetabottom .readmore span {
       	background: url(images/more.png) left 4px no-repeat;
       	padding-left: 17px;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Motion] [Theme: Motion] Removing Permanent Link](https://wordpress.org/support/topic/theme-motion-removing-permanent-link/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/theme-motion-removing-permanent-link/#post-2389562)
 * Fantastic Rab, that did the trick overall on the whole site, apart from is it
   possible to also remove the “Permalink” (or in fact the whole box) that appears
   below each entry on the [http://www.timclare.com/latest/](http://www.timclare.com/latest/)
   page?
 * Thanks so much, i’ve asked several places but none have been able to help so 
   thanks for yours!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Turn Page Title into Link](https://wordpress.org/support/topic/turn-page-title-into-link-2/)
 *  Thread Starter [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/turn-page-title-into-link-2/#post-2383544)
 * FANTASTIC! It was as easy as you said!
    Now working perfectly! Thanks so much!!
   🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Hiding page title](https://wordpress.org/support/topic/hiding-page-title-1/)
 *  [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/hiding-page-title-1/#post-1901522)
 * Hi there,
 * I’d also like to take out the title on my home page, also using the motion theme,
   as mentioned above.
 * I tried to insert the code above, but didn’t have any luck. Any other suggestions?
   Many thanks for any help you are able give. Site is [http://www.timclare.com](http://www.timclare.com)
   if you need it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing menu title from page](https://wordpress.org/support/topic/removing-menu-title-from-page/)
 *  [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/removing-menu-title-from-page/#post-2375297)
 * No it’s fine. Thanks for trying anyway! 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing menu title from page](https://wordpress.org/support/topic/removing-menu-title-from-page/)
 *  [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/removing-menu-title-from-page/#post-2375294)
 * Hey, thanks for taking a look.
 * I don’t plan on changing the home page at all so no problem with it staying as
   post 30. I wasn’t sure how to fix the errors in the xhtml so I guess i’ll leave
   that. I hope that it doensn’t cause too much of a problem on other browsers.
 * I tried to add in the rule that you listed but it appears to hide the whole page
   from displaying. I tried directly in the style sheet and with the css plugin.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing menu title from page](https://wordpress.org/support/topic/removing-menu-title-from-page/)
 *  [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/removing-menu-title-from-page/#post-2375280)
 * Hi peredur, thanks for your quick reply. As mentioned above my site is [http://www.timclare.com](http://www.timclare.com)
   Thanks for any help you can give
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Removing menu title from page](https://wordpress.org/support/topic/removing-menu-title-from-page/)
 *  [congo181](https://wordpress.org/support/users/congo181/)
 * (@congo181)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/removing-menu-title-from-page/#post-2375273)
 * Hi peredur, I see you managed to sort out MetteM’s problem. I have the exact 
   same issue and am using the Simpler CSS plugin, but adding the code you suggested(
   exactly as you put it above) it doesn’t take the title off of my home page (www.
   timclare.com) using the Motion 1.1.6 theme.
 * Any suggestions?

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