Forum Replies Created
Viewing 6 posts - 1 through 6 (of 6 total)
-
Author
-
adeonParticipant
No I need to change the <TITLE> Meta Tag.. I ended up just putting a new piece of code into the header.php
COPY CODEglobal $my_title; if ($my_title) { echo '<title>'.$my_title.'</title>'; }
then in my_template_file.php I just set the global before the get_header();
COPY CODE... global $my_title; $my_title = "This is my new Meta Title"; get_header(); ...
June 29, 2016 at 10:18 in reply to: Saving oembed Media field to Post Meta data from Front end form #127345adeonParticipantI worked it out..
add_post_meta( $post_id, ‘_kleo_embed’, $media );
🙂
June 29, 2016 at 09:18 in reply to: Creating a modified activity stream on front page of site #127333adeonParticipantNot marked as solutionJune 9, 2016 at 13:53 in reply to: Shortcodes for Members Online, Total Members, Total Pages etc #125012adeonParticipantHi Radu,
Thanks for the feedback, and that worked.. thanks very much..
Regards
Ad
April 6, 2016 at 08:24 in reply to: Shortcodes for Members Online, Total Members, Total Pages etc #114792adeonParticipantI don’t have fields for Men or Women.. I simply want to just show the number of Members Online..
I noticed the Member Statistics has a check box for Online, but without the fields its dosnt work
The “Member Count” has no options. Would be good to include the same ONLINE checkbox.
adeonParticipantWhen I use : kleo_bp_activity_stream show=”status”
Right now there is no activity to show
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)