Jump to content

garyb

New Members
  • Posts

    3
  • Joined

  • Last visited

garyb's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. maxxd, Thank you for taking the time to reply. I'm now using the Wordpress side in php and I'm loading the CMS with javascript. Small loss to seo but its a good compromise. Once again thank you....
  2. Thank you both for your prompt replies. Strider64 - I tried what you suggested and its still the same. maxxd - In terms of mixing CMS. I just pull some Wordpress content into an external html page. Wordpress exists on the site but it stands alone, I'm not using a Wordpress as CMS. The CMS is a simple script from a company called PHPjabbers. The {SCMS_CONTENT_2} is my CMS content and just brings a table to the page. So nothing I can do.....one or the other has to go?
  3. Hi, Would be most grateful if someone could give some advice. I have a html page which parses php. Within this page there is a small amount of CMS content which uses php and I'd also like to display some recent Wordpress blog content which also uses php. My issue is the blog content will display but the CMS content will not. Each will work on their own. Please excuse my ignorance here but what am I doing wrong? The code is this. <?php require('golf-blog/wp-blog-header.php');?> <?php $posts = get_posts('numberposts=4&order=DEC&orderby=post_date'); foreach ($posts as $post) : setup_postdata( $post ); ?> <h4><?php the_title(); ?> </h4> <?php the_excerpt(); ?> <?php endforeach; ?> <?php ob_start(); ?> {SCMS_CONTENT_2} <?php $pjSimpleCMS = 2; $pjHide = 1; include '/home/costa-blanca/public_html/cms/app/views/pjLayouts/pjActionLoad.php'; ?>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.