helppress
Forum Replies Created
-
Forum: Plugins
In reply to: Multiple Permalink StructureI would like to have the same functions like here
CLICK LINKBut with permalinks
Please help me
many thanks
Forum: Plugins
In reply to: Multiple Permalink StructureI know there is this plugin http://wordpress.org/extend/plugins/advanced-permalinks/
but it ain’t working for mehelp please
Forum: Fixing WordPress
In reply to: wpautop filter breaks ‘read more’ (sort of)How will that work with wordpress 3?
is there any option to make the “Read More” appear right next to the last word of the excerpt. Like that: Read MoreForum: Plugins
In reply to: Change paged variable in URL (?paged=3)Has anyone a hint for me?
Forum: Plugins
In reply to: Change paged variable in URL (?paged=3)there should be a why using mod_rewrite. Can help me someone with that?
Forum: Plugins
In reply to: Change paged variable in URL (?paged=3)best would be to replace /page/ with the amount of pages ( wp_count_posts() )
e.g.
http://www.mywordpress.com/20/3
any suggestions?
Forum: Plugins
In reply to: Change paged variable in URL (?paged=3)OK
if I use permanent links:
http://www.mywordpress.com/?paged=3
change to:
http://www.mywordpress.com/page/3
But is there a way how i can remove /page/ or rename it?
many thanks
Forum: Fixing WordPress
In reply to: Where is the gallery function?Wow, that works, but how can I create a gallery while posting a new entry?