wordpress bloginfo() outside wordpress
I want to use bloginfo() of wardpress out side wordpress directory. I have
tried this:
<?php require( $_SERVER['DOCUMENT_ROOT'] . '/KPR
website/updates/wp-includes/general-template.php' ); ?>
<script src="<?php bloginfo('wpurl'); ?>/js/jquery.min.js"></script>
But I have got this error:
Fatal error: Call to undefined function add_action() in
C:\xampp2\htdocs\website\updates\wp-includes\general-template.php on line
1315
Since I have not modified general-template.php, so I think I need to add
more require phps, Can anyone help?
No comments:
Post a Comment