PDA

View Full Version : Bold the current page number in paged-archive.php


pschulze@digitrain.c
01-25-2007, 10:25 PM
hello,

I am a newbie here and have a question on modifying the archive page using the page-by-page archive. I did a search on the forum and didn't see this particular item addressed.

What I want is to have the current page number highlighed, or bolded, or someway to indicate which page you are currently viewing. Right now I simply have some text indicating the current page number, but it would be nicer if my string of page numbers highlighted the current number in some way. Such as below:

| Previous | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | Next |

Here is a link to my site:
http://www.capturedrainbows.com/pixelpost/index.php

Click Archives (thumbnails) to get to the archived pages to see what I have now. Of course, you know that. :)

I know nothing about PHP, but I edited paged_archive.php to get the vertical lines between the numbers.

Can what I want be done?

Thanks for any help.

Regards,

Patti

Dennis
01-26-2007, 06:03 AM
http://forum.pixelpost.org/showpost.php?p=40800&postcount=23

austriaka
01-26-2007, 06:37 AM
if you use Geos Show Category Addon, you can note this one into your css file:
.sc_th_page_nav_cur {
font-weight:bold;
}

KArin

GeoS
01-26-2007, 12:24 PM
If I good remember this is also part of comming 1.6 version.

pschulze@digitrain.c
01-26-2007, 02:55 PM
Thanks to all for your help.

I added the code to the php file and now the current page number is at least a different color. I will continue to experiment with different ways to improve my site.

I also downloaded the Geos Show Category Addon and will play with that option as well.

Regards,

patti

Dennis
01-26-2007, 03:42 PM
If I good remember this is also part of comming 1.6 version.

Your memory serves you well my friend :D