martinez
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Default post category per userAlso interested in this feature; a must-have if WordPress is to be considered a true multi-author blog.
Forum: Fixing WordPress
In reply to: Index page style broken; please help troubleshoot!Me again..
Seems like I have to do this for every theme I have. Although I guess I could edit every themes index.php and add a </div>, it feels like I’m only dealing with the symptom.. Any ideas would be welcome anyway..
Forum: Fixing WordPress
In reply to: Index page style broken; please help troubleshoot!I added a </div> in the near end of index.php, which seems to have done the trick. Forgive my ignorance, but do plugins alter the actual index.php? Otherwise I don’t understand why this would happen..
END OF INDEX.PHP:
<?php endif; ?>
</div>
</div> <-ADDED THIS<?php get_sidebar(); ?>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: Index page style broken; please help troubleshoot!No change I’m afraid. Since the problem seems to be there regardless of theme, Something other than the theme files must be broken, right? But thanks for the reply, I’m glad to test anything else you might come up with!
Forum: Fixing WordPress
In reply to: Permission to write in only one catigory?I have a similar request; instead of forcing authors to post in a specific category, would it at least be possible to assign them a different default category? ‘Authors’ should in my opinion be given a fair amount of trust, not forcing them to post a specific way. Would be great to avoid a lot of uncategorized posts in a multi-author blog if John and Maria would be given the differend default categories of ‘John’ and ‘Lisa’..
My first week as a WordPress user, do someone else know if this can be done/can be made done?