.
Mission
Our mission at Opal is to be an extension of our customers, lending our team of dedicated professionals to provide efficient cost-effective business solutions using existing technology.
Contact Us
608 E McMurray Rd Suite B1
McMurray, PA 15317
Recent Blogs
include(‘blog/wp-load.php’); // Your blog path
//Get 5 posts
query_posts(‘showposts=5’);
// Display them as list
echo ‘
-
- ‘;
-
- foreach($recent_posts as $post) {
-
- echo ‘
- ‘, the_title(), ‘
‘;
}
echo ‘
‘;
?>