Arnoud
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Previous/Next below posts/pagesA bit futher, where i really need some help:
I’ve got these 2 lines of code:
<?php link_pages(‘<p>‘ . __(‘Pages:’) . ‘ ‘, ‘</p>’, ‘number’); ?>
<?php link_pages(” . __(‘ ‘) . ”, ”, ‘next’, ‘ Next Page »’, ‘« Previous Page ‘); ?>
This results in:
Pages: 1 2 3 4 5 6 7 8 9? Previous Page Next Page ?
However I would like it to look like this:
? Previous 1 2 3 4 5 6 7 8 9 Page Next Page ?
But I doubt that this is possible, worst case I could live with:
1 2 3 4 5 6 7 8 9
? Previous Page Next Page ?Forum: Fixing WordPress
In reply to: Previous/Next below posts/pagesI’ve managed to create this piece of code:
<?php link_pages(‘<p>‘ . __(‘Pages:’) . ‘ ‘, ‘</p>’, ‘next’, ‘ Next Page »’, ‘« Previous Page ‘); ?>
This shows the Previous/Next option at the bottom of a multi paged post.
However it doesn’t show the page numbers.
Any idea’s on how to achieve this?Forum: Fixing WordPress
In reply to: Previous/Next below posts/pagesI’m affraid that my knowledge of PHP isn’t extensive enough to modify the script.
I was hoping for a simple solution/plugin.It amazes me that there isn’t something like this standard in WordPress.
Forum: Fixing WordPress
In reply to: Previous/Next below posts/pagesThis plugin doesn’t apply for posts itself.
I need to modify the “page.php” & “single.php”.This plugin is for the archive.php, index.php or search.php files.
I did try to replace the line of code I mentioned above with the code provided in the installation document of the plugin you suggested but it didn’t go for it.In short, replacing:
<?php link_pages('<p><strong>' . __('Pages:') . '</strong> ', '</p>', 'number'); ?>
with:<?php if(function_exists('wp_page_numbers')) { wp_page_numbers(); } ?>
and the plugin doesn’t work.
No page numbers are displayed at all below a post.Forum: Fixing WordPress
In reply to: Tabbed multi page postsanyone?
Forum: Fixing WordPress
In reply to: WP 2.5 & Gettext not workingResolved, same issue as: https://www.ads-software.com/support/topic/180110?replies=7
Forum: Fixing WordPress
In reply to: Widget/Sidebar issueResolved, same issue as: https://www.ads-software.com/support/topic/180110?replies=7
Forum: Themes and Templates
In reply to: Sidebar Widgets in Dual Language with PolyglotResolved same issue as:
https://www.ads-software.com/support/topic/180110?replies=7Forum: Plugins
In reply to: [Plugin: NextGEN Gallery]: Opera gallery display issueThis seems to have been resolved in the latest Opera 9.50.
The issue doesn’t occur anymore.Forum: Fixing WordPress
In reply to: .po files not used by WordPressIssue resolved!
I received a tip to turn off my translation plugin: https://fredfred.net/skriker/index.php/polyglot/
Once turned off, the backend was translated instantly into NL.
The frontend ofcourse (the posts) didn’t.I then installed Qtranslate, that worked perfectly!
Conclusion: Polyglot 2.5 isn’t fully compatible with WordPress 2.5
Forum: Fixing WordPress
In reply to: .po files not used by WordPressOh and by the way, I have downloaded the official NL_nl.mo file for the admin interface, and it isn’t translated…
Forum: Fixing WordPress
In reply to: .po files not used by WordPressThanks for the clarification.
I understand that I have to create and place a NL_nl.mo file in the theme directory.It also states that i have to call a function called: load_theme_textdomain()
where sould I call this function? In what file?
Forum: Fixing WordPress
In reply to: .po files not used by WordPressI mixed up, sorry.
I meant the .MO files.Can’t seem to edit my post’s title though…
Forum: Fixing WordPress
In reply to: WP 2.5 & Gettext not workinganyone?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery]: Opera gallery display issueWhat parts of the CSS should I look at?
For the record: I also don’t use opera, just wanted to check the cross browser compatibilty with NextGen on my site.