airj1012
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Main Pagetried to mess up the link to show ya,
$output .= ‘<li class=”pagenav”>’ . $r[‘title_li’] . ‘
- <.a href=”https://www.mymacblog.com”>Home
‘; // Note: Forces “Home” link at top of pages list.
Forum: Installing WordPress
In reply to: Main PageYes I did look at the links, and I finally found the easy way to do it. Thanks for the help, and anyone else looking for the question, here’s the answer.
This is the code that I used to get a “Home” link at the top of the pages list in the sidebar.
Edit template-functions-post.php in the wp-includes directory.
You will only need to edit one line. Not sure if this has already been posted by someone else yet. If so, please ignore.Somewhere around line 324:
(Just change the URL to your address.)$output .= ‘<li class=”pagenav”>’ . $r[‘title_li’] . ‘
- Home
‘; // Note: Forces “Home” link at top of pages list.
Forum: Installing WordPress
In reply to: Main PageIt wasn’t too easy. I kept adding it, but I couldn’t get it to keep the same css as the other pages links. This is what some of the code looks like.
-
<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
<li class=”archive”><h2><?php _e(‘Archives’); ?></h2>
-
<?php wp_get_archives(‘type=monthly’); ?>
Thanks again
Forum: Installing WordPress
In reply to: Main PageI want just a link, instead of having a page with a link on it. Is that possible?
Forum: Themes and Templates
In reply to: Fantastic Four New themes for youHmmm, that didn’t seem to do it. I still have the Blogroll. Let me know if you think of anything else. Thanks for the help.
Forum: Themes and Templates
In reply to: Fantastic Four New themes for youI’m using your storyteller. I think its really great, but is there a way to get rid of the default category blogroll? I really don’t use it, and it kind of looks funny being blank. Thanks for the help.
Forum: Themes and Templates
In reply to: Fantastic Four New themes for youI think they look great. Personally I don’t think I’d use them (being picky) just because of the random people in the pictures. I just think that would be weird to have on my personal site. But besides that, they looks awesome, GREAT WORK.
Forum: Plugins
In reply to: Pixelpost?Yes, and that hasn’t worked either. I’m on a Win XP box if that makes a difference at all.
Forum: Plugins
In reply to: referrers pluginI use shortstat, it shows Recent Referrers and Repeated Refferrers
Forum: Plugins
In reply to: Web Traffic AnalysisWhere can I find ShortStat? Thanks for the help.