You should read through this post. The fix for this error has already been posted.. (around pages 56-58 I think..)
Printable View
Initially I installed this on my ZC back when I first finished it in June of 08. I could have sworn - but can't seem to find anymore - where it was that I read that you could post articles in the administration section of my ZC install. That way it would eliminate the need for logging into two separate administration areas on the website to add the same information that you want on the whole of the website?
If I am wrong would someone who is more knowledgeable give me a response that clears up my confusion as to where I thought I had seen this?
I've been reading forums for hours and searched multiple ideas that I thought would relate and haven't found anything yet! I'm a bit frustrated at either my memory or the lack of me finding what it was I swore was there so any help would be AMAZING! :)
Thanks in advance,
Seth
Well, that's no fun :huh:
Oh well, I was just going to get it into one admin so I wouldn't have to worry about going into two - initially would have been harder, but in the long run it would have been very convenient. I guess I will just have to deal with it :smile:
Thanks for your response!
I think the problem is within the sidebox code. I inserted the code posted earlier in this thread:
<?php
$posts = get_posts('numberposts=5'); // change to whatever number of posts to show
foreach($posts as $post) :
setup_postdata($post);
?>
<hr />
<h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
<?php the_date(); ?>
<?php the_content(); ?><hr />
<?php endforeach; ?>
directly into the tpl_index_default.php page and the problem with the 2nd post not being found does not happen and links and work correctly.
I'm still fiddling with it here:
http://asialuna.com/
I have asked this before but it seems like I am just a wall flower or something.
Has anyone got some ideas about a woz sitemap plugin with integration into the google zencart XML sitemap addon?
I went to wordpress and there are a number of sitemap plugins and I would like too know if anyone has some first hand experince with any and if they will work with the googole XML sitemap for zencart.
Plus it would be nice to have the wordpress pages and posts on the zencart core sitemap too!
Hello. I want to say thank you to everyone who has posted in this thread. I've found all the content to be helpful in overcoming most all of my hurdles so far. If something could go wrong in my installation it seemed to go wrong.
I am using the most updated versions of both Wordpress and Zen Cart. It is finally working and doing exactly what I want it to do overall. Thanks to the previous posts in this thread.
What I am experiencing now is likely my own lack of programming knowledge and capabilities with css. That is my guess anyway. I am using the Glacial Age theme template in zencart.
The word press template is not fitting nicely inside of the space intended for the main page information and thus pushes the right column well beyond the background and border.
I saw some spacing issues mentioned previously and someone said they had to comment out all of the background images, borders, and font families in the word press template css file. I tried that and it didn't change anything for me other than not having the blue word press header. Which I would be quite happy to get rid of if I could figure out how to move the main information up.
The site is: http://arcmassage.com/zencart/index....page=wordpress
Zencart is live and working, wordpress is new.
I also have the zencart-and-wordpress-user-integration plug in from Chris Black installed and I hoping to install the checkout without registering one as well.
Any assistance is greatly appreciated.
Dora