I attempted EE, but I was semi-familiar with pmachine and I liked the pblock function with pmachine that I couldnt find with EE…I felt I was in way over my head!
But now that this site is almost finished, let me get this one fixed with PM unless there really are big problems and then I will attempt looking at EE again-if you could point me to how to use the pblock function in EE I would appreciate it!
alright so here it is:
Here is my code for the page that I want to show archives:
<?php include(“pm_inc.php”); ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en” lang=“en”>
<head>
<title>nag</title>
<meta name=“keywords” content=“”>
<meta name=“Description” content=“”>
<link rel=“stylesheet” type=“text/css” href=“http://www.nonprofitadvisinggroup.org/style.css”></style>
include(“vital/headeree.php”);</script>
<table align=“center” border=“0” cellpadding=“10” cellspacing=“0” width=“700”>
<tr>
<td width=“525” valign=“top”>
<h2>Archives</h2>
<?php weblog_headlines_alt(“weblog”,“1”,“50”,“issue”); ?>
</td>
<td width=“175” valign=“top”>
include(“vital/leftnav.php”);</script>
</td></tr></table>
include(“vital/footer.php”);</script>
</body>
</html>
Now here is what I have in the PM template for headlines alt:
a href=“%we;blog_permalink%%“>%ti;tle%%</a><br />
but if you go to the actual page:
http://www.serenityhousemaine.org/nonprofitadvisinggroup/issues.php
and try to click that first issue link, it doesnt link to the real permalink, it links to here:
http://www.nonprofitadvisinggroup.com/%we;blog_permalink%%
Thank you for your help!