PhD2Be
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t access wp-admin pageFixed!
Forum: Fixing WordPress
In reply to: Can’t access wp-admin pageHi,
I mofified wp-config.php to enable wp_debug and wp_debug_log and uploaded via FTP. After I logged in, I got a blank page that only showed this text:
Notice: The called constructor method for WP_Widget in CTC_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in /home/hestres/luishestres.com/wp-includes/functions.php on line 3891Warning: Cannot modify header information – headers already sent by (output started at /home/hestres/luishestres.com/wp-includes/functions.php:3891) in /home/hestres/luishestres.com/wp-includes/pluggable.php on line 1179
This means I have to delete the CTC_Widget via FTP, correct? But the weird thing is that this bug doesn’t interfere with my website being publicly accessible so maybe it doesn’t have to do with my login problems?
Thanks!
- This reply was modified 9 years, 3 months ago by PhD2Be.
Forum: Plugins
In reply to: [Related Posts] Control position of related posts in single postThis worked! I’m thinking that maybe I want to display the related posts above the categories/tags box too (notice that I removed the author info so the related posts wouldn’t get pushed down so much). Instead of editing the single.php file could I edit the content-single.php file and place your code above the entry footer code?
Thanks for all you help with this and for the awesome plugin. Keep up the good work!
Forum: Plugins
In reply to: [Related Posts] Control position of related posts in single postThe link seems helpful but I’m still not sure in which template file I would insert the second part of the code (the
<?php echo sharing_display(); ?>bit). I’m also not well-versed enough in PHP to know what to look for exactly. I’ve looked at content.php, content-single.php, and single.php but don’t know which is the right one or where in the code to make the edit. I’d be happy to share code here from the right template if that will help. Thanks!Forum: Plugins
In reply to: [Related Posts] Control position of related posts in single postHi Petra,
I’m using Jetpack’s sharing module for the social buttons (http://wordpress.org/plugins/jetpack/) and the theme is Fashionista by AThemes. Thanks!