Zorrocaesar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom template: what to contain?I see now. Thanks for the clarification.
Since there is no way WP can do what I want, I decided to use it just for the backend. Unfortunately, it seems that although WP displays correctly characters with diacritics from the database, I cannot display them by directly reading the text from the database.
For example, in the table wp_options, there is a row containing the blog’s name (blogname). This is set to “Test şţăîâ”, which is displayed correctly using the default WP template. But when I write some custom code that retrieves that value directly from the database, it’s displayed as “Test ???îâ”. Any idea what that happens?
To moderators: you can join this thread with this one.
Forum: Fixing WordPress
In reply to: Custom template: what to contain?It would also be useful if you could show me a template which does just that, so I can modify it.
[moderated–bump removed. Please refrain from bumping as per Forum Rules]
Forum: Fixing WordPress
In reply to: Custom template: what to contain?Yes, I have noticed the difference. The problem is that next_posts_link() generates a link to the next page. What I want is a link to the friendly URL of the next (or previous) post. Can that be done?
Forum: Fixing WordPress
In reply to: Custom template: what to contain?Thanks for pointing me in the right direction.
My custom template actually has only one page.
On my custom template the first page contains just the latest post. On that page, I need links with previous and next posts. From what I’ve read, next_post_link() and previous_post_link() are to be used only on permalink pages.Is there a way to do what I want?
Forum: Fixing WordPress
In reply to: Custom template: what to contain?I just need the functions in order to display:
- a specific page
- only the latest post
- links for previous/next post
Forum: Fixing WordPress
In reply to: Can I make it easy?Thanks for your reply.
Forum: Fixing WordPress
In reply to: Can I make it easy?Please help.
Forum: Fixing WordPress
In reply to: Can I make it easy?Can anyone give any advice?
Any information would be appreciated.Forum: Fixing WordPress
In reply to: Custom posting systemOk, I’ll rephrase my question:
What files, do I need to modify, in order to alter the options presented to a user after loggin in?
Forum: Fixing WordPress
In reply to: Custom posting systemPlease! Anyone?