• Resolved davkan

    (@davkan)


    Hi All,

    I want to disable all type of post links (URL) and categories link on my homepage

    1. Posts link – as i create any post..it comes up with a url to goto that post
    2. Categories link
    3. Categories text..

    Request any help and pointers..how to achieve

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter davkan

    (@davkan)

    Learnt and resolved

    .post_meta_details{ display:none!important; }

    .entry-categories{ display:none!important; }

    .content-title {
    pointer-events: none;
    }

    Thread Starter davkan

    (@davkan)

    resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing post links and categories link from wp homepage’ is closed to new replies.