Title: coche's Replies | WordPress.org

---

# coche

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to display custom post type's content in sidebar](https://wordpress.org/support/topic/how-to-display-custom-post-types-content-in-sidebar/)
 *  Thread Starter [coche](https://wordpress.org/support/users/coche/)
 * (@coche)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/how-to-display-custom-post-types-content-in-sidebar/#post-4013249)
 * Thanks dannie,
    I checked the article, but I see that is only for displaying 
   custom posts in the sidebar, and not in the main column or body of the page. 
   Also a sidebar widget is more useful for the home page when other posts summaries
   are displayed… but when you click a post’s “continue reading” to see only that
   post, I would like to use the sidebar for displaying widgets or information that
   is relevant for that post only.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [CSS file Not Found](https://wordpress.org/support/topic/css-file-not-found/)
 *  Thread Starter [coche](https://wordpress.org/support/users/coche/)
 * (@coche)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/css-file-not-found/#post-2648532)
 * Hi,
    I just resolved it, you only need to add the complete uri, like this: [http://cochesaurus.com/MyFontsWebfontsKit.css](http://cochesaurus.com/MyFontsWebfontsKit.css)
 * My code looks like this:
    function webfont_link() { echo <<<EOB <link rel=”stylesheet”
   type=”text/css” href=”[http://cochesaurus.com/MyFontsWebfontsKit.css&#8221](http://cochesaurus.com/MyFontsWebfontsKit.css&#8221);/
   > EOB; } add_action(‘wp_head’, ‘webfont_link’);
 * Hope this helps to somebody with this same problem.
    Regards
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Linking an image in the code](https://wordpress.org/support/topic/linking-an-image-in-the-code/)
 *  [coche](https://wordpress.org/support/users/coche/)
 * (@coche)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/linking-an-image-in-the-code/#post-2648528)
 * Hi,
    Just put your image tag between the anchor tag: [<img src=”my-picture.jpg” />](http://some-website.com)
 * Hope that helps.

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