Pagination
-
Hi,
On many Blogs ive seen the pagination links at the bottom as something similar to:
1,2,3…44
however on my Blog, the pagination link are set out as:
<< Older Entries
Is there anyway of having it as the 1,2…
I am currently using the default theme if it has anything to do with that.
Thanks in advanced if anyone can help!
– Jake
-
Can you provide an example of a blog that has this function? And a link to your blog, too? Much easier to help you then.
-
Well my blog is in spanish, but oh well:
http://desastre.wordpress.com/
WordPress blog which has this feature:
http://failblog.wordpress.com/
Thanks for any help.
-
The pagination numbers only appear when you break the text of ONE post into several pages, using this code:
<!--nextpage--> -
-
1. The blog your are referring to is in clear violation of WordPress’ TOS.
2. I think you can achieve that kind of pagination with some serious CSS-coding, but I’m not sure. -
@panaghiotisadam
The nextpage function only works for a single post or page not for a posts page like this. -
-
@panaghiotisadam
Sorry…I didn’t see the “ONE”.@jake28
Yes, you cannot add HTML using CSS, but you can add additional navigation elements, as this appears to be, when I look at the code, but my CSS knowledge is still limited…. -
CSS is only for styling elements within the html markup and can be used to hide them aswell..
-
Oh, and also i dont think the soruce code would reveal much upon how it has been achieved since using:
<!–nextpage–>
or something would have been converted to HTML.
-
The source code as such will not reveal too much of the CSS, besides the class calls, but
if you view the source code using Firebug you have full access to the CSS. -
you could have full access to it anyway if you had taken time to find the <link rel and then just typed the address into your browser….
Anyway, any ideas on how its been done? Ive noticed that there has been a lot of added html to the wordpress. Maybe they have a host and have the page linked into an iFrame??? or some include.
-
failblog is in the wordpress.com VIP program and so it has a lot more freedom than those here that are free-hosted. There are plugins for use with self-hosted blogs that will give you page number links at the bottom of the page rather than the “previous” and “next” links, but we cannot use plugins here at wordpress.com.
-
@thesacredpath
Well, that clarifies why the blog displays ads…but how can I tell a VIP blog from a regular blog? -
-
-
Nope, afraid I don’t. icanhascheezburger is another VIP blog here (actually cheez owns failblog).
-
Actually if you look at the page source, there will be “vip” in the URL’s such as:
<link rel=”icon” href=”https://s-ssl.wordpress.com/wp-content/themes/vip/failblog/images/favicon.ico” type=”image/x-icon” />
- The topic ‘Pagination’ is closed to new replies.