Title: seoras's Replies | WordPress.org

---

# seoras

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can’t Delete Posts?](https://wordpress.org/support/topic/cant-delete-posts-1-2/)
 *  [seoras](https://wordpress.org/support/users/seoras/)
 * (@seoras)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/cant-delete-posts-1-2/page/2/#post-518017)
 * macbrink,
    your solution to add an .htaccess file to the wp-admin folder with
 *     ```
       <IfModule mod_security.c>
       SecFilterInheritance Off
       </IfModule>
       ```
   
 * did the trick for me. My WP 2.2 was completely screwed up, Dashboard was a mess
   showing the index page all over the place, I couldn’t edit posts, delete or create
   categories and sometimes was thrown out to the admin login screen for no apparent
   reason. I don’t fully understand the fix but I know it’s a problem with Ajax 
   and some servers. I spent a lot of time blaming my host for this but they couldn’t
   supply an explanation.
    Thanks. Seoras
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [HOWTO: show one PAGE only at main page?](https://wordpress.org/support/topic/howto-show-one-page-only-at-main-page/)
 *  [seoras](https://wordpress.org/support/users/seoras/)
 * (@seoras)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/howto-show-one-page-only-at-main-page/#post-515815)
 * Try [this plugin](http://www.ilfilosofo.com/blog/home-page-control)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How does one add ‘YouTube’ to a blog post](https://wordpress.org/support/topic/how-does-one-add-youtube-to-a-blog-post/)
 *  [seoras](https://wordpress.org/support/users/seoras/)
 * (@seoras)
 * [19 years, 3 months ago](https://wordpress.org/support/topic/how-does-one-add-youtube-to-a-blog-post/#post-515814)
 * Try [this plugin](http://www.jovelstefan.de/embedded-video/#english)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks – only work in fileform (index.php…)](https://wordpress.org/support/topic/permalinks-only-work-in-fileform-indexphp/)
 *  [seoras](https://wordpress.org/support/users/seoras/)
 * (@seoras)
 * [20 years, 8 months ago](https://wordpress.org/support/topic/permalinks-only-work-in-fileform-indexphp/#post-263062)
 * I have the same problem, permalinks will only work if I add /index.php/ at the
   start. An added problem with this is the list of static pages only shows on the
   index page, on any other part of my site the static page links are missing. Presumably
   because I use /index.php/ in the permalink structure. I have posted this problem
   on at leat 2 other ocassions with no solutions so far.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Permalinks Problem](https://wordpress.org/support/topic/permalinks-problem-3/)
 *  Thread Starter [seoras](https://wordpress.org/support/users/seoras/)
 * (@seoras)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/permalinks-problem-3/#post-242134)
 * Cheers,
    but I’ve read [Using Permalinks](http://codex.wordpress.org/Using_Permalinks)
   and tried just about everything. I manage to get every page to load with clean
   URLs e.g. [about-me](http://www.seoras.com/index.php/about-me/)>/a> etc.) However,
   the real problem is that the the list of links to static ‘Pages’ in the sidebar(
   WP 1.5 Kubrick) only appears on the index.php page and fails to show on any other
   page. In addition to this ‘sub Pages’ generate and error if I click on there 
   link. /home/seoras8/public_html/wp-includes/template-functions-post.php on line
   368
 * Cheers<br /
    Seoras
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Tried to Fix Blockquote](https://wordpress.org/support/topic/tried-to-fix-blockquote/)
 *  [seoras](https://wordpress.org/support/users/seoras/)
 * (@seoras)
 * [21 years, 1 month ago](https://wordpress.org/support/topic/tried-to-fix-blockquote/#post-163814)
 * I puzzled over this problem for some time before I realised that WP 1.5 creates
   a new paragraph when you hit Return i.e. to get
    `<blockquote>`text to validate
   hit Return before the text you want to blockquote , this opens the paragraph `
   <p>` , then type the text you want to quote, highlight it and click b-quote. 
   This will put the highlighted text between the `<blockquote></blockqoute>` tags,
   next hit Return again this will close the paragraph `</p>` .
 * Code should now vlidate.

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