Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wabs

    (@wabs)

    just to let know that for some reason wp-comments-post.php wasn’t set to 664

    Thanks again,
    Eric

    Thread Starter wabs

    (@wabs)

    Hi,

    Thanks miklb and pcmt for your advises, they were very helpful.

    I did the following:
    1) created a demo category (it is the cat’8′);
    2) created a category-8.php template for the 3 demo posts;
    3) created a page-demo.php and assigned it as a template to the demo Page, in it a first loop to get the Page content followed by a loop on cat’8′;
    4) exclude the cat’8′ from the main Page (using !(in_category('8') && is_home());
    5) excluded the cat’8′ from the category list on the sidebar;

    As per your experience do you see occurring an eventual problem later on? if not, it would allow creating various Pages with posts and comments using the pages tools instead of using the file editor to modify the “sticky” div on top of a category template.

    it seems to work but I might have broken something as I can’t use the comment form, every time I try to mail a comment I get the following message:

    403 Forbidden
    You don’t have permission to access /eleanore/blog/wp-comments-post.php on this server.

    As I didn’t yet try to use the permalink option I didn’t create a .htaccess file but I did set up file permissions as suggested on <a href="http://www.tamba2.org.uk/wordpress/"></a>.

    Regards,
    Eric

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