Jenst
Forum Replies Created
-
Forum: Plugins
In reply to: [Mobile Navigation] ScreenshotsNow the javascript and css only run on the generated pages of Register Settings API.
Thanks for the report!
Forum: Fixing WordPress
In reply to: Current-Cat in Single Post ViewTell us what you did. If not, this is a useless topic.
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] Doesn’t work with customized permalinksMy new plugin might work better for you. It’s called WP Paging.
The code is much better and easier to follow and to continue develop. I got lost in my own code with WP Page Numbers. Not very clever.
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] How to make wp-commentnavi in wp-pagenavi styleAnother new paging plugin is WP Paging
I made WP Page Numbers but got lost in the code. WP Paging is much better written and I will continue to develop that one instead.
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] link to css filesThanks! I made a new one called WP Paging. It takes care of these kinds of problems.
The code is much better written this time.
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] Private PostsI’ve just written a new plugin called WP Paging. The codebase in that one is much better and it has more settings to play with. Maybe it can help you in some way?
The code is not that messy this time.
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] Doesn’t work with customized permalinksI’ve been busy but now the bug has been addressed.
Forum: Plugins
In reply to: [Plugin: WP Page Numbers] Any chance of extending this to image.phpThanks for your suggestion. I will look into it but I give no guarantees.
Forum: Plugins
In reply to: Is post_id a moving target?Seems to be working great! Thanks for sharing the solution.
Forum: Themes and Templates
In reply to: get_the_content WITH formattingI have solved this problem like the WordPress team did in the core. Read my article at get_the_content() WITH formatting to find out.
Forum: Plugins
In reply to: Page number string?Found it finally! The string is called $paged and the code you need is…
global $paged;
echo $paged;Forum: Installing WordPress
In reply to: All i get is a strange string of charactersI got the same problem with this. I tried to activate all my plugins but the problem remains.
I however found the error. I make some changes to my content with my functions.php and if I remove the file, it works. Now I just need to figure out how to make both of them to work.
Forum: Plugins
In reply to: Replacing a string within the_content() with another?Hi there! I’ve been irritated over this problem for some time now and now come up with a fix. It’s presented on my homepage:
https://www.jenst.se/2007/08/02/wordpress-more-tag-fix-works-with-pages If you come up with a better way of doing it, please let me know./JT