Title: Zorrocaesar's Replies | WordPress.org

---

# Zorrocaesar

  [  ](https://wordpress.org/support/users/sakura/)

 *   [Profile](https://wordpress.org/support/users/sakura/)
 *   [Topics Started](https://wordpress.org/support/users/sakura/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sakura/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sakura/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sakura/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sakura/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sakura/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom template: what to contain?](https://wordpress.org/support/topic/custom-template-what-to-contain/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/custom-template-what-to-contain/#post-1004233)
 * 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](http://wordpress.org/support/topic/249251?replies=2).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom template: what to contain?](https://wordpress.org/support/topic/custom-template-what-to-contain/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/custom-template-what-to-contain/#post-1004220)
 * 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](http://wordpress.org/support/topic/68664?replies=6)]
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom template: what to contain?](https://wordpress.org/support/topic/custom-template-what-to-contain/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/custom-template-what-to-contain/#post-1004218)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom template: what to contain?](https://wordpress.org/support/topic/custom-template-what-to-contain/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/custom-template-what-to-contain/#post-1004196)
 * 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom template: what to contain?](https://wordpress.org/support/topic/custom-template-what-to-contain/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/custom-template-what-to-contain/#post-1004157)
 * I just need the functions in order to display:
    - a specific page
    - only the latest post
    - links for previous/next post
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I make it easy?](https://wordpress.org/support/topic/can-i-make-it-easy/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/can-i-make-it-easy/#post-488529)
 * Thanks for your reply.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I make it easy?](https://wordpress.org/support/topic/can-i-make-it-easy/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/can-i-make-it-easy/#post-488523)
 * Please help.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I make it easy?](https://wordpress.org/support/topic/can-i-make-it-easy/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [19 years, 6 months ago](https://wordpress.org/support/topic/can-i-make-it-easy/#post-488390)
 * Can anyone give any advice?
    Any information would be appreciated.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom posting system](https://wordpress.org/support/topic/custom-posting-system/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/custom-posting-system/#post-371245)
 * Ok, 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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Custom posting system](https://wordpress.org/support/topic/custom-posting-system/)
 *  Thread Starter [Zorrocaesar](https://wordpress.org/support/users/sakura/)
 * (@sakura)
 * [20 years, 2 months ago](https://wordpress.org/support/topic/custom-posting-system/#post-371144)
 * Please! Anyone?

Viewing 10 replies - 1 through 10 (of 10 total)