Thread Starter
WP-vz
(@wp-vz)
tell me about a “legal” way to disable/delete unnecessary links in the Meta area?
Thread Starter
WP-vz
(@wp-vz)
esmi, don’t be paranoid. this tip is not about changing functionality of the core code, it’s about deleting (commenting out) a link, i.e. < a > tag. 🙂
[Please post markup tags between backticks or use the code button.]
Thread Starter
WP-vz
(@wp-vz)
I found out one quick fix. It is true, it’s not related to a theme, but rather the core. In wp-dir/wp-includes/default-widgets.php find the function widget(). A few lines of code there define what is going to show in the pages in that area.
It is not a pretty solution as it’s not a good idea to change the core code, but if one needs to have a quick and dirty fix — here you go.