rebekkah
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Sorting Link CategoriesI’ve tried both and still no luck 😛
Forum: Themes and Templates
In reply to: Justify text in postsNevermind, found it 🙂 Thanks for all your help
Forum: Themes and Templates
In reply to: Justify text in postsAh, perfect. Now I just have to figure out how to decrease the space between my posting area and my menu area. Working on that now, anyone with a quick explanation?
Forum: Themes and Templates
In reply to: Justify text in postsThat’s what I meant 🙂 Thanks
Forum: Themes and Templates
In reply to: Sorting Link CategoriesForgive a nooby her ignorance, but how can I get the links to display by id or order my links list in the menu, not just the admin panel? Can someone give me an easy how to for this?
Forum: Themes and Templates
In reply to: Sorting Link CategoriesNot sure how much code you need, I’ve pasted here the menu coding from index.php… let me know if I need to make a change:
<div id=”menu”>- <?php _e(‘Categories:’); ?>
-
<?php wp_list_cats(); ?>
<?php get_links_list(); ?>
<li id=”search”>
<label for=”s”><?php _e(‘Search:’); ?></label>
<form id=”searchform” method=”get” action=”<?php echo $PHP_SELF; ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” name=”submit” value=”<?php _e(‘Go!’); ?>” />
</div>
</form><li id=”archives”><?php _e(‘Archives:’); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
<li id=”calendar”>
<?php get_calendar(); ?><li id=”other”><?php _e(‘Other:’); ?>
– Rebekkah
Forum: Fixing WordPress
In reply to: WP not finding Plugins directory?Aha! Fixed it. I had my permission level for content set to 6, not 7. Thanks for pointing out that folder for me 🙂
Forum: Fixing WordPress
In reply to: WP not finding Plugins directory?I am having this same problem. Please let me know if you can fix it. I tried playing with my permission settings but this doesn’t seem to help.