vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   vB CMS Wordpress Widget (https://vborg.vbsupport.ru/showthread.php?t=268165)

dadams982 08-08-2011 12:37 PM

vB CMS Wordpress Widget
 
So I have an established blog on wordpress that I would to like to keep using rather than moving my people to the vB blog. I want to display the 6 most recent posts from wordpress on my vb cms home page. My vb is in xxxxxxxx.com/forum and my wordpress is in xxxxxxxx.com/blog

I have tried two different ways, both creating a widget with the PHP Direct Execution type. Here are both that does not work for me so far.

Code:

$output = <?php
// Include WordPress
define('WP_USE_THEMES', false);
require('../blog/wp-load.php');
query_posts('showposts=1');
?>

<?php while (have_posts()): the_post(); ?>

<?php endwhile; ?>

<?php while (have_posts()): the_post(); ?>
<h2><?php the_title(); ?></h2>
<?php the_excerpt(); ?>
<p><a href="<?php the_permalink(); ?>">Read more...</a></p>
<?php endwhile; ?>


I have even tried these instructions with heavy fail:
http://www.jamischarles.com/blog/how...nal-html-page/

Has anyone been successful in this type of operation?

--------------- Added [DATE]1312817368[/DATE] at [TIME]1312817368[/TIME] ---------------

this below code works beautifully if I create a .php file and pull it directly from a browser, but if being pulled from within the vB CMS, it does absolutely nothing... any idea why?

Code:

<?php
// Include WordPress
define('WP_USE_THEMES', false);
require('../blog/wp-load.php');
query_posts('showposts=3');
?>
<?php while (have_posts()): the_post(); ?>

<?php endwhile; ?>

<?php while (have_posts()): the_post(); ?>
<h2><?php the_title(); ?></h2>
<?php the_excerpt(); ?>
<p><a href="<?php the_permalink(); ?>">Read more...</a></p>
<?php endwhile; ?>


Kavada 10-17-2012 11:17 PM

did you ever figure out how to do this?


All times are GMT. The time now is 01:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01424 seconds
  • Memory Usage 1,711KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete