WP Digg Style Pagination Plugin V0.2 Beta

I think that this entry is obsolete. If you are looking for a pagination control for Wordpress, you can read this article which is eaiser to implement.

[DEMO][Download][Some styles for your pagination]

WP-digg style pagination allows to add or replace the Wordpress pagination by one easy and more comfortable navigation like Digg, Flickr, Meneame and Sabrosus.

The creation of this pagination plugin was based on the modular version built from the original created by strangerstudios.com.

This implementation does not require the inclusion of the parameter "file" in where is specified the file in which the data of the present page are sent, since WordPress do it automatically.

In order to install and use the plugin:

  1. Download the plugin, upload the pagination.php plugin to the folder wp-content/plugins on our Wordpress installation.
  2. Activate the plugin in the Plugins section of the admin control panel.
  3. Open the folder wp-content/themes//footer.php or header.php
  4. Call the pagination function as the next example, and add to the section of the theme where we want to appear the pagination.

    <?php
    	if(function_exists('pagination'))
    		pagination();
    ?>
    

    Customizing the pagination output. Specifying the amount of adjacent links to the present page in which we browse.

    <?php
    	if(function_exists('pagination'))
    		pagination(2);
    ?>
    

    And just like the previous one plus a second parameter that controls the words by defect on the pagination.

    <?php
    	if(function_exists('pagination'))
    		pagination(2,array("Anterior","Siguiente"));
    ?>
    
  5. Finally you can take one CSS Style for your pagination from those of the list

If you wish to use the pagination in some of your systems programmed by own account you can use the Digg Style Pagination Class. A version easier to implement, using classes for PHP version 4. The implementation is simple, is necessary to include the class with a require or an include. We defined basic properties for pagination such as an amount of elements to paginate, elements by page, page to which the element "page" will be sent, you need a CSS style and finally we generate the pagination to show it. Continue reading here.

If your are using WP 2.3 you need to change the line 22 by this other
$sqlStr = “SELECT count(DISTINCT ID) FROM $fromwhere”;

Plugin Version 0.2 (2007-04-30)

  • Solved the problem with category pages for WordPress 2.1.3

Plugin Version 0.1 Beta (2007-03-10)

  • Compatible with WordPress 2.1, 2.0 (Other versions I don't know)
  • If there aren't pages to show digg-style-paginator it will not appear.

Comentarios

2007-03-13 00:19:19
IrakGarcia
Mano! avientate uno para blogger, jaja por eso y mas razones en mayo cambio a wordpress ... felicidades Vic! que buena aportacion para wordpress!!
2007-03-13 18:18:04
vBracco » Archivo » WP-Digg Pagination Plugin
[...] de la Rocha, acaba de presentar WP Digg Style Pagination. Un útil plugin para reemplazar el paginado por defecto de Wordpress, por otro más ameno para [...]
2007-03-13 18:21:47
javier
¿cuantas consultas a la base de datos consume? ¿ralentiza mucho el blog?¿se podría poner para paginar los comentarios? es lo malo de estos sistema de paginación. gracias si alguien me responde.
2007-03-13 21:31:04
Victor

  1. Una consulta que obtiene el número total de entradas sobre las cuales se calculará la paginación (SELECT count(*) FROM ...).

  2. En cuanto a ralentización, no he tenido problemas con la paginación en ninguno de mis sistemas ¿Alguien ya lo probó y que piense/diga lo contrario?

  3. No realiza paginación sobre los comentarios, ni siquiera WP lo hace.


2007-03-13 21:46:26
Pecesama.Net [weblog] - » WP Digg Style Pagination Plugin
[...] de la Rocha, el incansable de los algoritmos acaba de presentar el WP Digg Style Pagination, un plugin para reemplazar el paginado por defecto de Wordpress al estilo [...]
2007-03-13 21:56:56
pecesama
Para los comentarios existe Paged Comments, igual Victor y te sirve como base para hacerlo estilo Digg :P
2007-03-16 16:22:51
Mis Algoritmos » Blog Archive » Some styles for your pagination
[...] Mis Algoritmos El acordeón que todos necesitamos… « WP Digg Style Pagination Plugin [...]
2007-03-27 14:55:35
Can “Pagination” Plugin Improve The “Juice Flow” On Your Blog? | My Affiliate Journey - Affiliate Marketing Blog by Vlad
[...] Here is another “Digg-Like” pagination plugin. I initially tried to install it on my blog but it did not work. Not being able to understand the [...]
2007-03-27 18:47:39
Vlad
Victor,
I just installed the plugin. It works good.

You need to take out spaces between "< ?php"
2007-03-30 19:23:19
k40s
Hola, a mi no se me ve. Me explico lo he instalado, lo he activadom he quitado el espacio entre "< ?php"
2007-03-31 06:26:37
k40s
joder lo siento, no puedo poner el simbolo "mayor que" :( pues eso que he hecho todo lo que se indica y no me muestra nada... ni da fallo ni nada, simplemente no me muestra nada
2007-03-31 08:05:20
links for 2007-03-14 en newdisco
[...] Mis Algoritmos » Blog Archive » WP Digg Style Pagination Plugin Plugin de Wordpress para crear una paginacion al estilo de Digg o Flickr. ¿Quién dijo Podcaster? (tags: wordpress plugin plugins navigation pages) [...]
2007-03-31 13:42:16
Victor De la Rocha
K40s, he creado una liga en el foro para evitar llenar de preguntas aquí :-)

http://www.mis-algoritmos.com/foro/topic.php?id=18

Por cierto, para poner el símbolo "Mayor que" > o "Menor que" < Se debe utilizar su entidad html: &gt;, &lt; o &#62;, &#60; respectivamente.

Para lo que querías escribir sería así "&lt; ?php"
2007-04-03 15:19:11
J.B.
Can this plugin work with the "" like for paged posts?

I have your plugin on a 2.1 test setup, and all of the pagination links look like Digg except the nextpage-paged posts links.

Any way to edit the plugin file to make it work with the nextpage links also?

Thanks, and thanks for making a great plugin.
2007-04-03 15:22:04
J.B.
Forgot that would not show up. :-)

I meant can the plugin work with the built-in "nextpage" links that let you have paged posts:

See this page of the Wordpress Codex for what I mean.
2007-04-04 19:50:43
Victor De la Rocha
@J.B: Plugin does not have that functionality.
2007-04-12 20:31:44
Social Poster » WP Digg Style Pagination Plugin
[...] WP Digg Style Pagination Plugin WP-digg style pagination allows to add or replace the Wordpress pagination by one easy and more comfortable navigation like Digg, Flickr, Meneame and Sabrosus. [...]
2007-04-13 13:38:06
utupia WordPress functions | utupia
[...] plugin que em permetés fer el que volia, i vaig trobar-ne un que a priori em satisfeia bastant, el WP Digg Style Pagination Plugin. Però em va passar el mateix que aquella vegada: no em funcionava del tot bé per algun error, i [...]
2007-04-14 11:59:03
Becca White
Thank you for the great plugin.

I was having some trouble getting it to work, but finally got it up and running. However, it doesn't seem to work for the archive pages -- monthly archives, category archives, etc. It only works on the front page. Is there a way to make it work on the archive pages?

Thanks.
2007-04-14 12:14:28
Becca White
Forgot to mention -
I originally tried it in WP 2.0 and it refused to work no matter what I did. After upgrading to 2.1, it began to work on the front page, but not the archive pages.

The current version of the blog is 2.1.3 and the function is being called after the 'endwhile' in the loop.
2007-04-14 17:31:27
Victor De la Rocha
@Becca White
I will update to 2.1.3, and I will prove, hope.

I have updated to version 2.1.3, have proven with the Archives and the pagination is correctly but, with the categories it does not work correctly.

I will play a little with the code and I will tell them soon. :)
2007-04-14 19:52:37
Victor De la Rocha
I have solved several of the problems related to the writing, beginning by the space between the symbols of beginning of code PHP "<? php". By this part I do not believe that the problems continue appearing with the code, nevertheless, I do not know the probability that of the code works correctly in older versions of Wordpress 2.1, but I will be working according to bugs/problems that you are sending to me.

hmm, I am having enough problems with the code, the problem is in the line of SQL query ($request) because it makes a ...LEFT JOIN..., although still I have doubt.

I hope to be able to solve problem the more soon.

Sorry my English, I am translating in the Google translator. :-( I Speak and Write in spanish
2007-04-16 04:41:18
san roman
Era una de las cosas que tenía pendientes , funciona correctamente, y a la primera!! :)
saludos
2007-04-21 14:34:57
Die besten WordPress Plugins - Design » Tipps zur Suchmaschinenoptimierung
[...] Digg Style Pagination Adds a Digg style pagination. [...]
2007-04-24 01:17:23
Mis Algoritmos » Blog Archive » Plugins para Wordpress
[...] Digg Style Pagination Plugin [Web] [Demo] [Some styles for the pagination] allows to add or replace the Wordpress pagination by one [...]
2007-04-24 22:29:09
Eric
First of all, AWESOME plugin! I don't know why this isn't built-in to WP but thank you for building it.

I really needed it to work for categories, not just the homepage so I took a closer look at the $fromwhere part of the query.

I ran the queries for the homepage and the category page in my phpMyAdmin. The results were very different. For the homepage, the query just gave me the COUNT(*) of all the rows.

But when I ran the $fromwhere query for the category page, it gave me as many rows as their were results, with each row's COUNT(*) value equal to 1.

So, to fix this, I removed "GROUP BY wp_posts.ID" from the $fromwhere part of the query. This gave me a functional pagination result for my category pages!

So, to modify the pagination.php file to get it to work with categories follow these instructions:

AFTER THIS:
preg_match('{FROMs(.*)sLIMIT}siU', $request, $matches);
$fromwhere = $matches[1];

INSERT THIS:
if (is_category()) {
$fromwhere = str_replace("GROUP BY wp_posts.ID", " ", $fromwhere);
}

Anyway, this worked for me. From this, you may be able to figure out a more efficient way to do it.

Thanks again for an AWESOME plugin!!!!!!!

Eric
2007-04-25 13:39:44
Mis Algoritmos » Blog Archive » Digg and sabros.us style pagination
[...] [WP-Digg Style Pagination Plugin] [Some Styles for your [...]
2007-04-27 19:26:46
Stranger Studios - Web and Graphic Design Solutions
[...] Mis Algoritmos is at it again with a digg-style pagination plugin for Wordpress based on this [...]
2007-04-28 07:37:25
Search Engine Optimization for Wordpress Blogs
Wordpress Pagination Plugin For SEO

How well are your older posts being crawled by search engines?
If your blog contains hundreds or thousands of posts you could be in DEEP trouble.
Pagination will place your older posts deeper and deeper in your directory. Several layers or several doze...
2007-04-30 03:43:49
san roman
Hola Victor , No funciona la paginación para las categorías, alguna pista o solución ??, parece que arriba dan la respuesta, pero my english is bad :(
Gracias
2007-04-30 10:13:03
Victor De la Rocha
Si, ya tengo la respuesta, lo solucionaré cuanto antes jejeje :)
2007-04-30 10:43:24
Daves Blog » Blog Archive » stöckchen: wordpress plugins
[...] *Digg Style Paginator - inaktiv: Funktion ist vergleichbar der hier benutzten Blätterfunktion (unten) [...]
2007-04-30 17:56:04
The_Walrus
Any news on the fix for the category pages? GREAT PLUGIN! I love it!
2007-04-30 18:45:39
Victor De la Rocha
Plugin Version 0.2 (2007-04-30)

  • Solved the problem with category pages for WordPress 2.1.3



I'm sorry to be late, but I have much work in the company :(

Again, Sorry my bad English
2007-05-01 12:38:30
Oscar
uff, una lástima, me hubiera encantado que funcionara para los comentarios que es lo que he estado buscando sin éxito, el plugin de keyvan.net es demasiado antiguo.. http://www.keyvan.net/code/paged-comments/

Saludos
2007-05-02 05:12:22
san roman
Gracias Victor funciona correctamente en categorías tambien.
2007-05-02 05:44:10
san roman
sólo un detalle (www.djsanroman.com/category/grupos-de-musica/) en algunas categorias muestra más páginas de las que hay en realidad
2007-05-02 10:01:50
Victor De la Rocha
Hmm lo revisaré, gracis @san roman
2007-05-03 07:25:54
ikari
Instead of:
$sqlStr = "SELECT COUNT(*) FROM $fromwhere";
Should be:
$sqlStr = "SELECT COUNT( DISTINCT (post_id) ) FROM $fromwhere";

It gave me way too many pages before this patch ;) (54 instead of 33)
2007-05-03 10:27:26
Victor De la Rocha
Thanks ikari :D !!
2007-05-11 04:53:17
lustitsch
Thanks, I'm using this plugin on my site and it works like a charme.
2007-05-13 07:15:08
aloha WEBLOG - spreading the aloha spirit » WP Digg Style Pagination Plugin
[...] Gerade installiert, sieht ganz nice aus und funktioniert einwandfrei. Macht das Navigieren durch die Seiten einfacher und kommt bei Suchmaschinen gut an.   [...]
2007-05-20 02:58:29
WP Plugins DB » Blog Archive » WP Digg Style Pagination
[...] Visit [...]
2007-05-21 17:18:17
Antonie Potgieter
Thanks for this great plugin! It works really well and I haven't experienced problems yet. Digged!
2007-05-26 03:22:59
WP Digg Style Pagination: Plugin para paginación en WordPress » La mate por un yogur
[...] WP Digg Style Pagination es un plugin para WordPress que permite paginar mejor las entradas del blog, sustituye el típico “siguiente - anterior” por un listado numérico de las páginas disponibles, al estilo Google, Digg y similares. Además el propio autor pone a disposición de todos el código CSS para emular la paginación de diferentes sitios populares de la red. [...]
2007-05-27 23:23:45
Paginación en WordPress « Xyberneticos
[...] descubro en La mate por un yogur un plugin que nos ayudara a lograrlo de forma fácil y rápida. WP Digg Style Pagination es un plugin para WordPress creado por mis-algoritmos y es precisamente este plugin quien nos [...]
2007-05-28 05:03:27
WP Digg Style Pagination: Plugin para paginación en WordPress « Cosas sencillas
[...] WP Digg Style Pagination es un plugin para WordPress que permite paginar mejor las entradas del blog, sustituye el típico “siguiente - anterior” por un listado numérico de las páginas disponibles, al estilo Google, Digg y similares. Además el propio autor pone a disposición de todos el código CSS para emular la paginación de diferentes sitios populares de la red. [...]
2007-05-28 06:54:16
sin miedo » WP Digg Style Pagination: Plugin para paginación en WordPress
[...] WP Digg Style Pagination es un plugin para WordPress que permite paginar mejor las entradas del blog, sustituye el típico “siguiente - anterior” por un listado numérico de las páginas disponibles, al estilo Google, Digg y similares. Además el propio autor pone a disposición de todos el código CSS para emular la paginación de diferentes sitios populares de la red. [...]
2007-05-28 10:17:02
Nikko
Quedan muy bellos...gracias Victor por el plugin ^_^
2007-05-28 13:06:13
WP Digg Style Pagination: Plugin para paginación en WordPress
[...] WP Digg Style Pagination es un plugin para WordPress que permite paginar mejor las entradas del blog, sustituye el típico “siguiente - anterior” por un listado numérico de las páginas disponibles, al estilo Google, Digg y similares. Además el propio autor pone a disposición de todos el código CSS para emular la paginación de diferentes sitios populares de la red. [...]
2007-05-28 21:14:39
Agustín Mustieles
Extraordinario plugin. Funciona perfecto y a la primera, sin ningún problema en la versión 2.2. Muchas gracias.
2007-05-29 14:24:47
Arreglos al blog at blog.cualquiera.net
[...] WP-Digg Style Pagination Plugin - He editado el fichero /wp-contents/themes/unnamed-one-021beta/navigation.php para que mi tema [...]
2007-05-30 14:11:28
Celebrienne
Hi Victor, thank you for providing such a nice plugin. Works smoothly on my blog. And works on WP 2.2, too. ;-)
2007-05-30 19:40:08
Victor De la Rocha
Por nada :) ¡Gracias a ustedes por usarlo!

Thanks! Thanks :)
2007-05-31 10:49:39
BustyBoots
I don’t want to wait till the end of Summer :( , I want it now. Who with me?
save your time and join me. ;)
2007-06-01 00:35:45
Amebas a la deriva » Plugin de paginación para la portada en Wordpress
[...] plugin se llama WP Digg Style pagination, y podeis descargarlo aquí. Luego solamente hay que subir el plugin, activarlo y poner el código donde queramos que aparezca [...]
2007-06-03 17:05:16
Blogestudio » Nuevo diseño de Enrique Dans
[...] Digg Style Paginator de Víctor de la Rocha para la paginación de los posts. [...]
2007-06-05 14:12:54
dubó
Definitivamente no me funciona con la version 2.0.2 de Wordpress :(
Algun fix?
2007-06-05 16:11:44
Victor De la Rocha
@dubó Te recomiendo actualices a la versión más nueva de WordPress.
2007-06-06 18:09:05
MicroZulo » Blog Archive » WP Digg Style Pagination: Plugin para paginación en WordPress
[...] WP Digg Style Pagination es un plugin para WordPress que permite paginar mejor las entradas del blog, sustituye el típico “siguiente - anterior” por un listado numérico de las páginas disponibles, al estilo Google, Digg y similares. Además el propio autor pone a disposición de todos el código CSS para emular la paginación de diferentes sitios populares de la red. [...]
2007-06-17 17:53:24
HostMxAlon.com » Blog Archive » WAR-EZ haciendome sudar
[...] se si se habran dado cuenta, pero aqui en el blog instale un plug in para wordpress que se llama WP-Digg Style Paginator tambien lo quise instalar en war-ez pero como tenia una version vieja de WP no funcionaba bien, asi [...]
2007-06-18 01:20:49
Condicionar el uso de plugins en WP | Infected-FX| tutoriales, photoshop brushes y recursos para diseñadores web
[...] themes de WordPress y aún no apliquen esta técnica, para eso utilizaremos ahora el plugin para la paginación tipo Digg. Donde Nikko nos explica como usarlo. A lo que me gustaría [...]
2007-06-18 14:10:35
Michel
I tried your pagination plugin, at it seems to work fine.

I have two questions for you, however:

1) If I have a number of pages, and click the page number 3, then the number 2 will appear twice - like this:

« Forrige side12...234...1314Næste side »

2) I can't seem to make spaces between the numbers work. How can I adjust that, becaus as it is now, it looks like above, with no spaces?

Greetings and thanks for a much needed plugin,
Michel
2007-06-19 06:49:20
Michel
Well, I solved the CSS problem - it seems that I had to integrate the styles into my themes CSS in order to get it to work, the CSS included in the plugin folder is not used..

However, I still have trouble with thedouble appearance of number 2 when activating page 3. It looks like a bug to me.

Will there be any way to tweak the plugin to have more than one page before and one after, when in the middle of the pages?
2007-06-24 00:33:25
Diego
Que onda Victor, esta muy bueno el plugin, muchas gracias :) pero mira estoy teniendo problemas con las categorias y al comenzar a leer los comentarios me di cuenta de que mucha gente lo tenía... pero me sorprendió que al llegar a los últimos comentarios se supone que eso de las categorias ya esta corregido en la versión 0.2 para Wordpress 2.1.3, pero yo tengo Wordpress 2.2 y estoy teniendo problemas con las categorias. Puedes verlo aquí Me da el siguiente error:

WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
SELECT count(DISTINCT post_id) FROM
2007-06-24 04:39:05
» Mis plugins » Blog Archive El diario sin diario
[...] *WP-Digg Style Paginator :Este plugin nos ayuda a hacer la paginación mas vistosa en nuestro wordpress. Paginacion al estilo digg, mas “web 2.0″ ;). Post donde explico como instalarlo aqui. [...]
2007-06-24 11:49:21
Victor De la Rocha
@Diego Revisaré eso, y trataré de tener una solución durante los próximos 15 días. Estoy en exámenes en la facultad, y no he podido atender bien el blog :(
2007-06-24 13:20:37
Plugin Digg style pagination
[...] ao final da página principal, já está em funcionamento aqui no pBlog, não precisa nem visitar o site do desenvolvedor para vê-lo funcionando. [...]
2007-06-24 19:01:58
Diego
Ok, muchas gracias, suerte en tus exámenes ;)
2007-06-25 15:40:54
Daniel
Hello to the author of this great plugin! I've found a pagination problem win this plugin when you combine it with IMP Download (http://www.inmypad.com/2007/01/wordpress-plugins-imp-download/). The number of pages do not match with the real number of posts. IMP Download creates "inherit" entries to store download URL's, that's the reason why appear more pages available than posts. It is possible to solve it? Thank you!!
2007-06-25 17:12:29
Daniel
Solution? Will be nice some function to be able to exclude posts from count. I need to exclude posts with "post_type" 'attachment'.
2007-07-14 07:42:40
Wordpressplugins Pagination und Pagebar » Pixeldrama
[...] außerdem die bessere Durchblutung der Webseite, folglich dürften auch Suchmaschinen Pagebar oder Pagination wohlwollend gegenüberstehen. Erstere Erweiterung ließ sich problemlos unter WP 2.0.10 [...]
2007-07-19 20:38:37
Plugins que Uso no PortalGyn | PortalGyn
[...] -Digg Style Pagination - Rápido e fácil de configurar permite mudar a forma de paginar o blog tem vários estilos CSS que podem ser aplicados ao tema. [...]
2007-07-22 00:53:33
Digg Style Pagination | わーどぷれすっ!
[...] Digg Style Pagination [...]
2007-07-26 00:59:20
Sayfa sralamas? - Webmaster Forum
[...] Mis Algoritmos Blog Archive WP Digg Style Pagination Plugin adresindeki eklentiyi indir. O adreste kurulum ekli de anlatlyor.. __________________ Snrl Sayda PR5 Link 15 YTL [...]
2007-08-04 03:31:10
Romain Libeau » Blog Archive » Une fournée de nouveaux Plugin Wordpress
[...] WP-Digg Style Paginator qui permet de rajouter une pagination sur votre home, plutot que l’habituel précédent/suivant [...]
2007-08-11 05:52:20
» Plugin para paginar tus entradas en Wordpress | Informática Práctica |
[...] WP Digg Style Pagination es un plugin para Wordpress que nos permite mostrar en nuestro blog el típico sistema por páginas:  Anterior - 1 2 3 4 5 ... - Última Es muy fácil de instalar y se puede editar el CSS para adecuarlo a nuestro gusto. En la página del autor del plugin puedes encontrar todas las instrucciones para configurarlo e instalarlo. [...]
2007-08-12 10:36:11
Wordpress Plugin | Vomicae™
[...] Pagination - Com esse plugin você coloca a paginação bem diferente do padrão do Wordpress, ao estilo do Digg, Flickr e vários outros estilos. [...]
2007-08-16 09:16:48
» How I built Minimology… Revealed! » Minimology
[...] Well, I can’t really take credit for the system myself, I simply installed a plugin called Digg Style Pagination. The reason it’s named so? Well, it’s based on the pagination mechanism found at [...]
2007-08-20 18:22:12
Wp-Wordpress, ma grosse liste de 59 plugins en place ! | Le blogueur masqué
[...] wp digg style pagination permet de rajouter une pagination sur vos pages, plutot qu’un simple précédent/suivant. Personnalisation facile avec un fichier CSS. [...]
2007-08-21 09:31:25
TousPourUn Blog » WordPress… quelques plug ins
[...] wp digg style pagination permet de rajouter une pagination sur vos pages, plutot qu’un simple précédent/suivant. Personnalisation facile avec un fichier CSS. [...]
2007-08-23 03:58:11
사용중인 워드프레스 플러그인 24개 - Hooney.net
[...] Digg Style Paginator [...]
2007-08-29 10:41:35
despuesdegoogle » » PageNavi, plugin para paginar con elegancia tu WordPress
[...] plugins que mejoran significativamente la estética y la funcionalidad. Quizás el más conocido es WP Digg Style Pagination Plugin con la ventaja que es altamente configurable en estilos que imitan los de famosos sitios o [...]
2007-09-01 05:57:08
B l o g c l i c * » 59 plugins pour wordpress
[...] wp digg style pagination permet de rajouter une pagination sur vos pages, plutot qu’un simple précédent/suivant. Personnalisation facile avec un fichier CSS. [...]
2007-09-08 10:55:20
Pagination 플러그인에서 태그 페이지 Paging하기 « Mei Clamo
[...] Pagination 플러그인에서는 UTW 태그 페이지를 페이징해주지 않습니다. 카테고리나 메인 인덱스에서는 해주는데 말이죠. 플러그인 페이지에서는 언급이 없길래, WP-PagiNavi 플러그인을 참고해서 해결해봤어요. [...]
2007-09-30 03:04:13
Solución a Unknown column ‘post_id’ in ‘field list’ — Viciao2k3
[...] si tienes activado el plugin WP-Digg Style Paginator y has actualizado wordpress a la versión 2.3, al entrar en cualquier categoría, al final de la [...]
2007-10-08 18:21:08
diarioTHC | Mejora la navegación de wordpress, WP Digg Style Pagination Plugin
[...] Solamente tendremos que modificar una linea en el plugin, está bien explicado en esta url. Gracias a mis-algoritmos por el [...]
2007-10-12 15:36:00
Victor De la Rocha
If your are using WP 2.3 you need to change the line 22 by this other

$sqlStr = “SELECT count(DISTINCT ID) FROM $fromwhere”;
2007-10-27 01:42:59
Disabled Wordpress Plugins » SELaplana
[...] WP Digg Style Paginator. This is the one responsible in paginating our blog. [...]
2007-11-03 08:19:49
My Hobby is Programming » WP-Digg Style Pagination
[...] read more | digg story [...]
2007-11-07 20:27:23
Pavel
Can you say how i can change quantity of posts on shows on one page... i need to display 2 posts per page..
2007-11-07 20:43:26
Victor De la Rocha
http://yourblog.com/wp-admin/options-reading.php
2007-11-07 21:54:37
Pavel
Thank you for the answer. May be you know how i can make some categories to not shows ?
2007-11-07 22:03:09
Victor De la Rocha
No, i don't know, sorry.
2007-11-29 05:00:18
Plugin para paginar los resutados en Wordpress | Codigo Geek
[...] es el que use hasta hace poco, el WP Digg Style Pagination, si querés saber como instalarlo visita [...]
2007-12-21 18:35:24
Senthil
Is it possible to extend the single Wordpress page with this plugin? For example i am having page height of around 3000 Pixels.. Can i split pages without changing URL ? Help me in this regard.....
2007-12-31 04:37:06
Cubika| Just another WordPress weblog| WPFolio
[...] Digg Style Navigation [...]
2007-12-31 04:38:15
Deluxe Cars| Just another WordPress weblog| WPFolio
[...] WP-Digg Style Paginator [...]
2008-01-06 04:16:53
Ruriko
I use WP 2.3 you say I need to change in line 22 but in which file??
2008-02-24 17:39:53
Extremisimo
[...] WP Digg Style Pagination es un plugin para WordPress que te da la posibilidad de paginar mejor las entradas del blog, sustituye el típico “siguiente - anterior” por un listado numérico de las páginas disponibles, al estilo Google, Digg y similares. Además el propio autor pone a disposición de todos el código CSS para emular la paginación de diferentes sitios populares de la red. [...]