[wp-hackers] Adding static links as a widget

MarvinC marvinc at gmail.com
Thu Jun 24 19:22:39 UTC 2010


Same thing using the other plugin in that I open a text widget and enter the
following:
<?php echo bp_loggedin_user_domain() . '/settings/'; ?>

and all it returns is the URL:

http://mydomain.com/members/membername//settings/

Am I missing something?


On Thu, Jun 24, 2010 at 11:18 AM, Otto <otto at ottodestruct.com> wrote:

> On Thu, Jun 24, 2010 at 9:26 AM, M 42 <orionmessier42 at gmail.com> wrote:
> > I usually use a Plugin called Exec-PHP for that.  Maybe that's the one
> you
> > mean?
> > http://wordpress.org/extend/plugins/exec-php/
>
> The PHP Code Widget is slightly safer, as it doesn't allow PHP code to
> work from anywhere. This is something to consider if you have a
> multi-user site.
>
> -Otto
>  _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list