geofeedz
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure Invites] [Plugin: Secure Invites] User Invites Invited ByTry this.
<?php $invited_by = secure_invite_myinviter_shortcode($atts, $content=""); echo "$invited_by"; ?>
or this
[myinviter]
Forum: Networking WordPress
In reply to: Need to know if user is an admin of a site on the main blog.Thank you for taking the time to help me, Andrea.
I have never seen this function and there is no documentation on it anywhere I searched.
I tried it and get an undefined call to function error.
Is this a new 3.0 function?
can you point me to any documentation so I can study it?Forum: Networking WordPress
In reply to: I need help with this. PleaseThey have the plugins I need but, their support is the worst in the world. I have posted this exact same issue in their forum, but have yet to receive a reply. They do not help by email, and their live chat is only 3 days per week and for only one hour. I plan to give them one more day until I give them a piece of my mind.
Please if you know anything that might help just post the link. I am trying to learn php so I will do the work to figure it out.
Forum: Networking WordPress
In reply to: I need help with this. PleaseCan anyone please help me what this?
I really need help.Forum: Networking WordPress
In reply to: Get user site urlclassipress 3.0
Forum: Networking WordPress
In reply to: Get user site urlhey, Andrea. Thanks for taking the time to help me.
My comment template does not do that.
I have been trying to figure it out for a while now.Forum: Networking WordPress
In reply to: URL to current user site.OK I figured it out.
<?php global $current_user; get_currentuserinfo(); ?> $businesslink = <a href="https://<?php echo( $current_user->source_domain ); ?>/wp-admin/">My Site</a>
if anyone needs to do this.
Forum: Themes and Templates
In reply to: Sub categories on category pageI really need help with this. Can anyone Please provide any input. PLEASE WITH CHERRY ON TOP!
Forum: Themes and Templates
In reply to: Check if is authorThank you. This was driving me crazy. Resolved
Forum: Themes and Templates
In reply to: Display post from one category in another categoryThank you very much. I searched everywhere, but nothing lead me to that. It worked great.
Forum: Plugins
In reply to: Taxonomy and category childrenThank you. After a little more research I have found that the plugin will not do what I want it to. I will have to find a way to code columns into the theme. Thank you for your help.