douzhechi2435 2013-11-05 10:15
浏览 38

没有登录就看不到wordpress小部件

Thank you for your interesting I solved it by deleting the advanced cache plugin (which hosgatar install automatically). I deactivated and deleted it but there is still file on wp-uploads. I delete it and it display perfect. I HATE THIS PLUGIN

My wordpress widget on single page isn't display to visitor ( no code on view source)

<div class="secondaryColumn"></div>`

` the widgets are call both from front page( homepage) and single

<?php include (TEMPLATEPATH . '/second.column.post.php'); ?>
<?php include (TEMPLATEPATH . '/third.column.shared.php'); ?>

They display normally on homepage. When I log in as admin I can see them on single page but they aren't displayed with unlogin user(visitor) Unlogined user can view it normally on homepage but single page

May you help me with it?

here are my files: It's from GidFocus Wordpress theme

https://www.dropbox.com/s/4ua624lq018inam/function.txt
https://www.dropbox.com/s/suqrlxc5sbltse4/index.txt
https://www.dropbox.com/s/izuzfy0xnfb8m8z/sidebar.txt
https://www.dropbox.com/s/1tspyk25f3lhxr3/single.txt
  • 写回答

1条回答 默认 最新

  • duan97689 2014-01-21 20:50
    关注

    I was having a similar issue and it turned out to be a setting in the template. One thing to note is that the setting did not kick in right away. I tried the next day and it worked in the same browser.

    评论

报告相同问题?

悬赏问题

  • ¥15 C++ yoloV5改写遇到的问题
  • ¥20 win11修改中文用户名路径
  • ¥15 win2012磁盘空间不足,c盘正常,d盘无法写入
  • ¥15 用土力学知识进行土坡稳定性分析与挡土墙设计
  • ¥70 PlayWright在Java上连接CDP关联本地Chrome启动失败,貌似是Windows端口转发问题
  • ¥15 帮我写一个c++工程
  • ¥30 Eclipse官网打不开,官网首页进不去,显示无法访问此页面,求解决方法
  • ¥15 关于smbclient 库的使用
  • ¥15 微信小程序协议怎么写
  • ¥15 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?