PHP 从Drupal博客帖子中删除“用户名博客”链接

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP 从Drupal博客帖子中删除“用户名博客”链接相关的知识,希望对你有一定的参考价值。

function mytheme_links($links, $attributes = array()) {
  if (isset($links['blog_usernames_blog'])) {
    unset($links['blog_usernames_blog']);
  }
  return theme_links($links, $attributes);
}

以上是关于PHP 从Drupal博客帖子中删除“用户名博客”链接的主要内容,如果未能解决你的问题,请参考以下文章

php 从管理员Wordpress中删除博客(帖子类型)

尝试从 drupal 7 中删除博客时出现随机错误

PHP 从Drupal节点中删除样式标记

PHP 从drupal anon作者评论中删除“未经验证”

PHP 从Drupal 6中删除不需要的样式表

PHP Drupal Views 1 - 从摘要列表中删除节点计数