Forums

i need to intergrate this into a web page (7 posts)

  1. sammie_99
    Member
    Posted 4 years ago #

    hi i run a sexual health advice site, and i need to run WP within a QnA page on my site, i have looked for a script but cant find one free that i can use as the QnA page, so i would like to use WP for the page, i need to have the main sites header and menu system on the top and on the left as is on the main site, and WP running in the rest of the page.
    i cant follow what was listed to do, can someone help me, or make it idiot proof please. see i am blonde and i really need this on my site.

    thanx in advance, samantha x

  2. Lorelle
    Member
    Posted 4 years ago #

    The following will help you get over your blonde issues ;-) but it does take some work.

    The Loop in Action
    Integrating WordPress with Your Site

  3. sammie_99
    Member
    Posted 4 years ago #

    ooo maaaan you know i got lost on the 1st paragraph, maybe i should just go cry under a rock. thanx anyway lorelle, its just way over my head, i have been trying for 3 days, and i am not getting anywhere.

    sammie xox

  4. Kafkaesqui
    Moderator
    Posted 4 years ago #

    All it takes to make a regular PHP page WordPress-enabled is to add something like the following to the very top:

    <?php
    define('WP_USE_THEMES', false);
    require('./blog/wp-blog-header.php');
    ?>

    Make sure the path to wp-blog-header.php is the correct one. From there you can use all the standard WordPress functions and template tags. To display posts you just need The Loop:

    http://codex.wordpress.org/The_Loop

    The index of available template tags may help in setting it up (using the index.php template from any WordPress theme as an example layout will help here):

    http://codex.wordpress.org/Template_Tags

  5. Lorelle
    Member
    Posted 4 years ago #

    Read the second one first, but if you are really having troubles, then just find some kind of a PHP or javascript that allows for comments and leave WordPress alone. It isn't always the best tool for the job.

    If you have been trying for three days, then figure on a couple weeks to do this. Relax, take your time, read a lot and you will figure it out.

    If you are determined to give WordPress a try, then I recommend you start with WordPress Lessons and see if there is some basic information that will help you get this process in your head. If this is way over your head, start simple with First Steps With WordPress to get a handle on the jargon.

    If you really can't do this, consider hiring a web design consultant.

    List of Recommended Web Page Designers by Laughing Squid
    Blog Barter - Have something to trade, they will help you with your blog.
    WordPress Pro Mailing List - Looking for Professional Services.

    But I know you can do it.

  6. sammie_99
    Member
    Posted 4 years ago #

    this is as far as i got, then i seem to have buggered it up, http://www.asksam2.com/askcaro/askcaro.php i think i'll have to pay someone, as i cant wait 2 weeks just to find out i aint got any closer to doing it, but thanx for your help. your a gem
    sammie xox

  7. moshu
    Member
    Posted 4 years ago #

    drop me an email: moshu at transycan dot net

Topic Closed

This topic has been closed to new replies.

About this Topic