• Resolved saga1984

    (@saga1984)


    Need to hide “This entry was posted in and the categories…”

    My old css is not working nor is the settings in customize.

    Thank you.

Viewing 15 replies - 1 through 15 (of 15 total)
  • Theme Author nobita

    (@nobita)

    Hi saga1984

    Dashboard / Appearance / Custmize

    Presentation / Post / Posted in Labels

    Set Hide or emoji

    Save and Publish

    Thank you.

    Thread Starter saga1984

    (@saga1984)

    I have done but its not working..

    Theme Author nobita

    (@nobita)

    Are you using Cache plugin ?

    Thread Starter saga1984

    (@saga1984)

    yes Comet Cache cleared cache set posted in labels to hide cleared cache… still no changes.. It does not try to hide during customization
    and does not change after save and publish.

    Thread Starter saga1984

    (@saga1984)

    The emoji setting is working properly…

    http://www.sagaciousnewsnetwork.com/

    Theme Author nobita

    (@nobita)

    Please try

    Dashboard / Appearance / Custmize

    Advanced / Site-wide CSS

    Set below style

    .entry-meta .this-posted-in{
        display:none;
    }

    Save and Publish

    Thread Starter saga1984

    (@saga1984)

    I tried it but still not working

    Theme Author nobita

    (@nobita)

    Your Site ‘This entry was posted in’ is hide for me.

    browser chache ?

    Thread Starter saga1984

    (@saga1984)

    yes, but I also want to hide all those categories/labels too. Is that possible?

    Theme Author nobita

    (@nobita)

    remove category label category link and tags

    functions.php

    <?php
    add_filter('raindrops_posted_in','__return_empty_string');//ADD ONLY THIS LINE
    /**
     *
     *
     * @package Raindrops
     * @since Raindrops 0.1
     */
    Thread Starter saga1984

    (@saga1984)

    I added

    <?php
    add_filter(‘raindrops_posted_in’,’__return_empty_string’);
    ?>

    to raindrops: functions.php (childs/functions.php)

    still not working after clearing cache… am I doing it wrong?

    Theme Author nobita

    (@nobita)

    Comet Cache, Cliant-side Cache Settings ?

    Thread Starter saga1984

    (@saga1984)

    I don’t think so its out of the box and the settings are default
    So, I deactivated the comet cache and still showing categories… All except the default category.. It is hiding the default category but only the default category not the other categories.

    Theme Author nobita

    (@nobita)

    All the way that I was explain, I tried in my Raindrops theme, all operating normally.

    Since the theme is, there is also a possibility that has not been successfully installed

    Today, since the update to Raindrops1.416, please try to update

    Thread Starter saga1984

    (@saga1984)

    I added this to site wide css

    /* Remove posted-on*/article .posted-on,/*Remove This entry was posted in . Bookmark the permalink. Edit*/article .entry-meta{
    display:none;
    }

    This worked. Thank you.

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

The topic ‘How to hide Categories’ is closed to new replies.