nachof
Forum Replies Created
-
Forum: Plugins
In reply to: Login/register sidebar?I got it working.
Im using this widget logic plugin
with the is_user_logged_in conditional tag for my registration form widgetForum: Plugins
In reply to: Login/register sidebar?Yes, the sidebar login works pretty good… but what about register??… I dont want a register ‘link’. I want the register form in my Home page.
Like this pluginThe problem Im getting is that this sidebar widget is always present. I only want it to be present when the user is not logged in.
Forum: Fixing WordPress
In reply to: Categories??No, just regular categories… let me give you an example…
right now I have the ‘communications’ category
I want the link to the archive for ‘communications’ to be
http://www.myschoolsite.com/communications/Instead, right now the link is
http://www.myschoolsite.com/category/communications/Forum: Fixing WordPress
In reply to: Categories??Yes, that helps a lot… especially the permalinks thing… it works perfectly…one more question though… is there anyway I could also change the structure for the categories link???
instead of
http://www.mysite.com/category/some-category
I would like just
http://www.mysite.com/some-categoryI have noticed that if I manually change the url to go to
http://www.mysite.com/some-category
it shows the exact same page as the other one but the automatic links are always created with the first format… should I look for a way to change this manually in my theme code?