Title: mindphuk's Replies | WordPress.org

---

# mindphuk

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Hide related products doesnt work](https://wordpress.org/support/topic/hide-related-products-doesnt-work/)
 *  Thread Starter [mindphuk](https://wordpress.org/support/users/mindphuk/)
 * (@mindphuk)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/hide-related-products-doesnt-work/#post-14495589)
 * add_action( ‘woocommerce_after_single_product_summary’, ‘remove_related_products_conditionally’,
   1 );
    function remove_related_products_conditionally(){ global $product;
 *  // HERE Define your targeted product Id(s) (in the array)
    $targeted_products
   = array( 37 );
 *  if( in_array( $product->get_id(), $targeted_products ) )
    remove_action( ‘woocommerce_after_single_product_summary’,‘
   woocommerce_output_related_products’, 20 ); }
 * Next example I tried that doesnt work
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Fonts - Host Your Fonts Locally] How can I activate custom font?](https://wordpress.org/support/topic/how-can-i-activate-custom-font/)
 *  [mindphuk](https://wordpress.org/support/users/mindphuk/)
 * (@mindphuk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-activate-custom-font/#post-12327902)
 * Sorry that doesn’t work for me. I added this to my custom CSS but the title appears
   in Times.
 * @font-face {
    font-family: “MurrayGrunge”; src: url(‘[https://mysite/wp-content/uploads/2020/01/Murray-Grunge.ttf](https://mysite/wp-content/uploads/2020/01/Murray-Grunge.ttf)‘)
   format(“ttf”), }
 * .site-title {
    font-family: MurrayGrunge; font-size: 26px; }
 * The CSS shows font-family: MurrayGrunge a property of the title element but hovering
   above the font name in inspector shows the example text in the same default Times
   serif font.
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Fonts - Host Your Fonts Locally] How can I activate custom font?](https://wordpress.org/support/topic/how-can-i-activate-custom-font/)
 *  [mindphuk](https://wordpress.org/support/users/mindphuk/)
 * (@mindphuk)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/how-can-i-activate-custom-font/#post-12321553)
 * I can not find the uploaded fonts in the typography. How does the CSS look like
   for the font if I want to display them in the vanilla wordpress header for instance?
   What’s the url the fonts are installed to?
 * @font-face {
    font-family: “MyFont”; src: url(“?????”) format(“woff2”), url(“?????”)
   format(“woff”); }
 * .logo .header-logo-text {
    font-family: MyFont; font-size: 26px; }
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).
    -  This reply was modified 6 years, 6 months ago by [mindphuk](https://wordpress.org/support/users/mindphuk/).

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