Re: Wordpress On Zencart / Released
Hi,
Quote:
Originally Posted by
loosefast
just wondering if you might have some good news for us...:smile:any update?
I've been snowed under releasing new versions of various modules.. 3.6.0 of URI Mapping has just been finished and will be released shortly.
Do you mind getting in contact with me privately via this address so I can send you some test code? Might make the process go a bit quicker!
All the best..
Conor
ceon
Re: Wordpress On Zencart / Released
Just sent contact, thanks!
Quote:
Originally Posted by
conor
Hi,
I've been snowed under releasing new versions of various modules.. 3.6.0 of URI Mapping has just been finished and will be released shortly.
Do you mind getting in contact with me privately via
this address so I can send you some test code? Might make the process go a bit quicker!
All the best..
Conor
ceon
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
conor
Hi,
I've been snowed under releasing new versions of various modules.. 3.6.0 of URI Mapping has just been finished and will be released shortly.
Do you mind getting in contact with me privately via
this address so I can send you some test code? Might make the process go a bit quicker!
All the best..
Conor
ceon
So Conor is your plan to re-write this goofy little mod??? Seems to be what is REALLY needed -- which is why ultimately the last client I had (who wanted an embedded blog) opted for paying for custom code versus messing around with WOZ at all. I'm happy with this code as it plays nice with EVERYTHING.. However, based on the Ceon URI mod, I have no doubt that you would turn out a module that is going to play nicely with other modules without requiring hacks..
So I would be more inclined to use a mod with your touch on it versus the current WOZ codebase.. (Sorry.. that's my HONEST opinion)
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
asorethumb
I dont want it on the main page. Could I use a page_2 or any other pages?
Hi guys,
In my case, i need the blog to be on the home page of my zen cart. how would i go about doing that ? because right now its only on happytravelvacations.com/index.php?main_page=wordpress
but i want it on
happytravelvacations.com/index.php?main_page=index
I've looked at the files, and was going to integrate all the files. but define page was conflicting with each other, because there is 2. :( and i dont understand how i can make this work.
Thanks a lot in advance!
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
misty
Wordpress (where wordpress is installed in its own folder) on main page via admin/define main page is
Code:
<?php
require('./wordpress/wp-blog-header.php');
?><?php
$posts = get_posts('numberposts=1'); // change to whatever number of posts to show
foreach($posts as $post) :
setup_postdata($post);
?>
<h2><strong><font color="red"><?php the_title(); ?></font></strong></h2>
<?php the_date(); ?>
<?php the_content(); ?><hr />
<?php endforeach; ?>
as at
http://dezinacart.co.uk
I found out how to make my posts show up on front page. :P
I shoulda read earlier posts first, thought no one figured it out but i was wrong. Thanks so much to Misty.
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
MaLong
I found out how to make my posts show up on front page. :P
I shoulda read earlier posts first, thought no one figured it out but i was wrong. Thanks so much to Misty.
This and similar solutions have been posted a few time throughout this thread.. This is why I always read the full support thread.. I have usually found what I am looking for has already been posted..
Re: Wordpress On Zencart / Released
Hello,
I have had a good search through this thread and can't find the answers I need so here goes -
I have WordPress 2.9.2 integrated with my Zen Cart 1.3.9c via Numinix's method here
The blog worked perfectly pre 'WordPress On ZenCart - Sideboxes Only Edition v1.0' install but ever since installing the addon & then activating the 'wp_sidebar.php' sidebox in Zen layout boxes controller I get the following message -
Not Found
Sorry, but you are looking for something that isn't here.
Has anyone got any ideas?
Thanks.
Re: Wordpress On Zencart / Released
I have posted several times here and in the Numinix blog that the WordPress on Zen Cart Sideboxes Only edition WILL NOT work with the Numinix blog embedding solution.. From what I can tell the reason for this is that the WOZ codebase (on which the WOZ Sideboxes Only solution is based) uses the WordPress "The Loop" codex in an odd manner, and therefore will NOT work with the Numinix blog embedding solution. I don't have an exact fix for getting the WordPress on Zen Cart Sideboxes Only to work with the Numinix solution.. I personally had a friend help me develop properly coded sideboxes that work standalone as well as with the Numinix blog embedding solution..
Quote:
Originally Posted by
gaffettape
Hello,
I have had a good search through this thread and can't find the answers I need so here goes -
I have WordPress 2.9.2 integrated with my Zen Cart 1.3.9c via Numinix's method
here
The blog worked perfectly pre 'WordPress On ZenCart - Sideboxes Only Edition v1.0' install but ever since installing the addon & then activating the 'wp_sidebar.php' sidebox in Zen layout boxes controller I get the following message -
Not Found
Sorry, but you are looking for something that isn't here.
Has anyone got any ideas?
Thanks.
Re: Wordpress On Zencart / Released
Quote:
Originally Posted by
DivaVocals
I have posted several times here and in the Numinix blog that the WordPress on Zen Cart Sideboxes Only edition WILL NOT work with the Numinix blog embedding solution..
Thank you :smile:
Re: Wordpress On Zencart / Released
I am back for more help. I was here a few month ago when I installed WordPress for ZenCart. The problem then was that my whole website was https. I changed it back to http and WP started to work.
However I still have a few bugs to iron out. Here is my first questions:
1. When I publish a new article google picks up the main description to my site, not the new article title. I also have the same problem with the RSS feed. Once you click on expand the article it directs me to the home page. Here is the RSS feed link:feed://unlockology.com/blog/?feed=rss2
I noticed that when redirected it sends me to: http://unlockology.com/?p=210
This url is missing the (blog) directory. The url should be http://unlockology.com/blog/?p=210
So my question is what is the file/s I need to change to make sure the Blog directory is added and where is the file/s located?
Any help will be appreciated. Thank you.