Has anyone got the RSS feeder to work when using SSU? Mine just pulls my main page up. :(
Printable View
Has anyone got the RSS feeder to work when using SSU? Mine just pulls my main page up. :(
lol, I doubt that only because I am asking :) Do you have an success with rewrite for SSU? that is really my main problem. I have tried Numinix's version and it just breaks my page.
Magic SEO works with this mod (not familiar with other SEO addons) with some major tweaks and so on. But this mod is not worth a bucket of bolts unless someone fixes has a lot of work arounds as some call it hacks to work we made it work some what for some customers but not worth sharing due to the limited support we can offer but if you plan to use this mod try Magic SEO they may have a work around for it.
Numinix's blog embedding works, and he has posted the required changes for his blog embedding solution to work with SSU.. I don't use SSU (I prefer Ceon's URI Mapping module), and with the correct .htaccess settings, the Numinix blog embedding solution works perfectly with Ceon URI Mapping...
I have found that when folks have issues with Numinix's solution it's because a step has been missed or not implemented correctly.. (I say this because I have been hired to fix a number of sites with the Numinix solution and EVERY one of these sites wasn't working due to a missed or improperly implemented step..)
The Numinix solution unlike WOZ is the correct way to do a blog embedding. It properly makes use of WordPress' own recommendations for displaying blog content outside of WordPress. WOZ does NOT follow these guidelines and makes use of too many unnecessary hacks which is why it has always been problematic...
Wow, what a great thread, interesting and informative topics are really cool. Thank you for sharing it here.
Im trying to get wordpress posts on the zen cart home page.
Im using the following code
The posts show up on the main page but when i click on them they just go back to the home page.PHP Code:
<?php define('WP_USE_THEMES', false); get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div <?php post_class() ?> id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<div class="entry">
<?php the_content('Read the rest of this entry »'); ?>
</div>
</div>
<?php endwhile; ?>
<?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.</p>
<?php get_search_form(); ?>
<?php endif; ?>
the link is come up with - website.co.uk/&p=1
when its meant to be - website.co.uk/index.php?main_page=wordpress&p=1
and there is no styling
Can anyone help?
DEAD mod (see last few posts above this one re-iterating this point..) Doesn't work well (poorly coded IMHO) and not well supported by the author or the community.. Numinix solution works if you want blog embedding.. WOZ??? not so much IMHO..
Historically though, Hira seems to "magically" show up to provide support whenever you post anything that even remotely IMPLIES that this is a dead/non-working/non-supported mod.. (kinda like saying Beetlejuice three times:laugh:) Maybe you'll get lucky and he'll do a drive-by and help you hack/hammer this thing into place..
There are other posts which list options for getting blog posts to appear on the main page if that's what you really want.. Search the forum for WordPress and my user name... I've posted on a majority of the WordPress threads that are floating around out here.. You find the solution I refer to..
Will repost this for you are well..
Quote:
I have found that when folks have issues with Numinix's solution it's because a step has been missed or not implemented correctly.. (I say this because I have been hired to fix a number of sites with the Numinix solution and EVERY one of these sites wasn't working due to a missed or improperly implemented step..)