Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • @srd75:
    What was the fix?

    Thread Starter nelsonb

    (@nelsonb)

    This post can be closed BTW.

    Thread Starter nelsonb

    (@nelsonb)

    @ nubbynubkins

    No worries.
    I got the perfect solution with Joomla and Artisteer.

    Thank you though.

    Thread Starter nelsonb

    (@nelsonb)

    Moving on to “The Loop” from the article: “Integrating WordPress with Your Website” @ https://codex.www.ads-software.com/Integrating_Wordpress_with_Your_Website everything sounds good and goes well when it says: “It is necessary to include The Loop in your pages to effectively take advantage of multitude of Template Tags or plugins available.” (Yes!! this is what I want!)

    Next I go to the links: “The Loop” and “The Loop in Action” to understand what is all of that about and I get lost. Not so much because of the code and examples shown, but because anywhere you look at in those articles, they talk about “showing ten posts sorted alphabetically in ascending order”, “display the last three posts on your web page”, “The following is a fully functional index which will display the contents (and just the contents) of each post,..”, “…First it checks whether any posts were collected…”, etc., etc., etc… POSTS!!

    My website is not a blog, nor handles or uses any posts at all.
    My point is, should I go through all that reading that only mentions posts and more posts, or where exactly should I look at so I can understand better “The Loop” concept and find it more useful for my existing website.

    Sorry for the inconvenience here and for a little bit of ignorance from my part, but… I’m just asking ??

    Thanks.

    Thread Starter nelsonb

    (@nelsonb)

    Ok. I can see now I have a lot to read (and learn).
    Very interesting.

    Thank you very much for your time and assistance. I will start reading and try to figure things out. Most likely I will have lots of questions.

    Thanks again.

    Thread Starter nelsonb

    (@nelsonb)

    Yes. The other option is to gradually port your existing web pages over in to WordPress itself.

    Hmmm… I thought that was what we were talking about ??

    So I guess there is a difference between “using WP to modify my existing website” and “to gradually and completely port my existing website over to WP itself.”

    Could you clarify this for me please?
    If the answer is yes (seems affirmative to me) then how do I do that? should I do that better (recommended)?

    Thanks a million.

    Thread Starter nelsonb

    (@nelsonb)

    Thank you for your response.

    That’s one of the articles I read before actually.

    It says:
    “Grab the header

    In order to transform regular PHP pages into ones that utilize WordPress, you need to add either of the following code snippets to the start of each page.”

    <?php
    /* Short and sweet */
    define('WP_USE_THEMES', false);
    require('./wp-blog-header.php');
    ?>
    <?php
    require('/the/path/to/your/wp-blog-header.php');
    ?>

    Do I have to put the above code in every single PHP page I have? I think I know the answer but I want to make sure ??

    The article also mentions “The Loop”. I will go through that then.

    Thanks again.

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