| Author |
Message
|
| MouseExtra |
Posted: Fri Dec 15, 2006 9:50 am Post subject: WordPress: Read More |
|
|
 Primary member

Joined: Nov 28, 2006 Posts: 40
|
Hello Folks, another question for you...
When I click a category of archives, is there a way to show the archives in only a "teaser form" without the full stories popping up and photos?
Also, in another forum I asked how to activate top navbar links, like Contact Us and About. Right now it only seems to refresh the page. Any idea how that works? Or where I can find out?
Thanks!! |
|
| Back to top |
|
 |
Sponsored Ads
|
 |
| Shawn |
Posted: Fri Dec 15, 2006 1:34 pm Post subject: |
|
|
 Site Developer

Joined: Sep 06, 2006 Posts: 327 Location: Canada
|
Hello MouseExtra
Well to get the links working in the header section, do the following
Login to the WordPress Admin Panel Click Presentation and then theme editor..
On the right hand side you should see header.php click this link so you can edit the source!
Now all you need to do is edit the hyperlinks with your own.
Example:
You have this right now
| Code: |
<div id="topnav">
<ul>
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<li><a href="/">About</a></li>
<li><a href="/">Contact</a></li>
</ul>
</div>
|
Simply change the links and what you want to call them to your own specifications
Example
| Code: |
<div id="topnav">
<ul>
<li><a href="<?php echo get_settings('home'); ?>">Home</a></li>
<li><a href="about">About Mouse Extra</a></li>
<li><a href="contact">Contact US</a></li>
</ul>
</div>
|
Hope this helps Dave
Shawn _________________ | Affordable Web-Hosting | FREE Blog Directory |
PC Windows Tips |
Ultra Game Play |
|
| Back to top |
|
 |
| Rose |
Posted: Fri Dec 15, 2006 1:38 pm Post subject: |
|
|
 Site Administrator

Joined: Sep 06, 2006 Posts: 1920 Location: Canada
|
You will need to split your posts with the more tag. Put your cursor where you want to end your post and click the more tag button. It is right next to the picture icon.
It will insert a code that looks like this.
'Today’s merchandise review comes from an unofficial source of great Disney-related products, the Extinct Attractions Club. The club’s founder, David O’Neal, has spent years producing some amazing documentaries on some of the best Disney attractions, extinct and living.'
<!--more-->
When viewed in the category archives it will show as a teaser post.
You can also add an image to the read more. Maybe a little Mickey Mouse?
Please see Customizing the read more
Rose DesRochers _________________ Help Support Blogger Talk Blogging Community|
Rose DesRochers - World Outside my Window
|
|
| Back to top |
|
 |
|
|