• Resolved rikinhobr

    (@rikinhobr)


    Guys, is the following.
    I have a site in php and would like to use the system’s post wordpress on it, but did not want to use the blog, only the system of posting.

    How do I?

    *sorry my english

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter rikinhobr

    (@rikinhobr)

    help please..
    i need alot

    Thread Starter rikinhobr

    (@rikinhobr)

    someone tell me to insert:
    <?php
    // turn off WordPress themes and include the WordPress core:
    define(‘WP_USE_THEMES’, false);
    require($_SERVER[‘DOCUMENT_ROOT’] . ‘/wp-blog-header.php’);
    ?>
    at page, but doesnt work…

    so..??

    Thread Starter rikinhobr

    (@rikinhobr)

    thank you alot!
    but, the layout of the post doesnt appears, and.. I use another BD and say “Table ‘twdot_blog.cliques’ doesn’t exist”, how can I fix?

    Thread Starter rikinhobr

    (@rikinhobr)

    the DB bug I alrdy fixed!
    but now, how can I insert a theme in post?

    *edit:
    Hm… I understand!
    My problem is the codification…
    I tried to put “<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />” on the top, but doesnt works..

    You can’t insert a theme in a post. If you’re pulling posts into your own separate site, you’ll need to style them using your site’s CSS. The only other option is to simply link to the posts and let WordPress display them.

    Thread Starter rikinhobr

    (@rikinhobr)

    All my site is codification “ISO”, and the wordpress is “UTF”… how can I change…
    because if i change the wordpress to ISO, the posts and cpanel will bug.. and if I keep the wordpress in UTF, the site will bug…

    If you run both WP and your site separately and just link from one to another, you won’t have to worry about character encodings.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How can I use the system post?’ is closed to new replies.