Forum Replies Created
-
Author
-
tubbytatParticipant
this is my functions file:
<?php
/**
* @package WordPress
* @subpackage Kleo
* @author SeventhQueen <themesupport@seventhqueen.com>
* @since Kleo 1.0
*//**
* Kleo Child Theme Functions
* Add custom code below
*/
add_action( ‘bbp_theme_after_reply_content’, ‘kleo_social_share’ );tubbytatParticipanthere is the php file as a text file
Attachments:
You must be logged in to view attached files.tubbytatParticipantOK the firefox redirect has been fixed, it was a cloudflare issue.
Still no solution to the PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘kleo_social_share’ not found or invalid function name in /home/topofthe/public_html/wp-includes/plugin.php on line 52tubbytatParticipantwell i copied and pasted the code from http://pastebin.com/CiNX5XPk into the kleo child functons.php, saved and uploaded back to the same folder, refreshed my theme and got white screen.
so then i added add_action( ‘bbp_theme_after_reply_content’, ‘kleo_social_share’ ); to the functions.php and that gave me the add share links below the forum posts
tubbytatParticipantwhen i added the code from http://pastebin.com/CiNX5XPk and uploaded it to the kleo child functions.php i got a white screen on my site. Any reasons for this?
-
AuthorPosts