• Resolved cutu234

    (@cutu234)


    How can I remove the pillar content feature completely? I don’t need it. I don’t want the link on the posts overview page.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @cutu234,
    ?
    Thank you for contacting Rank Math support.
    ?
    To disable the Link suggestion for pillar content, head over to Rank Math > Titles & Meta > Post type.
    ?
    Here’s how you can see it:
    https://rankmath.com/kb/titles-and-meta/#link-suggestions
    ?
    Looking forward to helping you.

    Thread Starter cutu234

    (@cutu234)

    Hi there,

    I didn’t mean link suggestions, but this:

    Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @cutu234,

    There is no option to disable the pillar content feature and remove it from the post list view. You can use the following filter to hide it:

    add_action('admin_head', 'rm_remove_seo_filter');function rm_remove_seo_filter() {  echo '<style>    .pillar_content{	display: none !important;    }	  </style>';}

    You may refer to this guide on how to add filters to your website: https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope that helps and please do not hesitate to let us know if you need my assistance with anything else.

    Thread Starter cutu234

    (@cutu234)

    OK, thanks. Hiding something in the admin area cia CSS is not my preferred solution. Feels pretty hacky. ?? Would be great if you could add an option for disabling the feature. It’s not the end of the world. However, many plugins add something here and something there that keeping the dashboard clean and tidy is quite challenging.

    Anyway, thank you for the great support.

    Plugin Support Rank Math Support

    (@rankmathsupport)

    Hello @cutu234,
    ?
    We completely understand that. If this is something we can implement for our plugin in the future, you will know it from here:?https://rankmath.com/changelog/
    ?
    With that said, we thank you so much for your suggestion.
    ?
    Don’t hesitate to get in touch with us if you have any other questions.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove pillar content?’ is closed to new replies.