Jump to content

How can I show wordpress articles on my Prestashop site?


Recommended Posts

Hi,

 

I'd like to know if there's an option available to show articles of my wordpress blog on my prestashop site?

 

For example: on this theme (http://themeforest.net/item/transformer-responsive-prestashop-theme/full_screen_preview/5095795) you have a "featured articles" block showing parts of the articles made on the blog from that theme.

 

Is it possible to show wordpress articles in similar way (a clean an nice look)?

 

Would appreciate the help!

Edited by Kstyle001 (see edit history)
Link to comment
Share on other sites

i think that it can be easily achieved with some rss channels.

open rss on your wordpress, then in prestasohp install this module:
ZItoV27.png

(it's native prestashop module ,available with each prestashop installation)

 

after installation open module configuration page and paste url to your wordpress RSS feed to field "Add a feed URL"

5zc0HDS.png

  • Like 2
Link to comment
Share on other sites

i think that it can be easily achieved with some rss channels.

open rss on your wordpress, then in prestasohp install this module:

ZItoV27.png

(it's native prestashop module ,available with each prestashop installation)

 

after installation open module configuration page and paste url to your wordpress RSS feed to field "Add a feed URL"

5zc0HDS.png

Thank you. You're very helpful. :)

 

I will try this.

Link to comment
Share on other sites

i think that with some minor improvements we can achieve very nice looking rss feed, for example on displayHome hook

it can look like a part of website, with some nice css styles etc.

 

powerful :-)

I tried to hook it into the displayHome hook but it get a message that it can't be hooked there.

 

Got any other options?

Link to comment
Share on other sites

by default this module can be used in this hook - that's fact.

but it is easy to solve

 

open module file: blockrss.php

 

and paste there code

	function hookHome($params)
	{
		return $this->hookLeftColumn($params);
	}
    

paste it before last closing bracket

 

 

then go to modules > positions section and transplant module to home hook

Link to comment
Share on other sites

by default this module can be used in this hook - that's fact.

but it is easy to solve

 

open module file: blockrss.php

 

and paste there code

	function hookHome($params)
	{
		return $this->hookLeftColumn($params);
	}
    

paste it before last closing bracket

 

 

then go to modules > positions section and transplant module to home hook

It worked !!!

 

Thanks again!

 

Btw, can you please help me a little more in the EU cookie module thread?

Link to comment
Share on other sites

i can but it's hard to reply for all merchants here hehehe ;)

I don't understand why you can't help? I thought it was a small problem or maybe you don't know how to fix it?

 

Anyway even if just don't want to help, I'm still grateful for the past help! Thx

Link to comment
Share on other sites

  • 2 months later...

Hello Everyone

 

I tried the built in Module "RSS feed block", however after installing it.  I got the install button again. So I deleted it and now I cannot find it in modules. how can I get it back so I can install it?

 

when I look in modules for rss nothing comes back, this is weird.  Do I need to install it manually?

 

Thanks

Edited by neugon (see edit history)
Link to comment
Share on other sites

  • 1 month later...

i think that it can be easily achieved with some rss channels.

open rss on your wordpress, then in prestasohp install this module:

ZItoV27.png

(it's native prestashop module ,available with each prestashop installation)

 

after installation open module configuration page and paste url to your wordpress RSS feed to field "Add a feed URL"

5zc0HDS.png

Unfortunately not suitable, if your blog is on the same domain in a sub-folder. The module does not accept the same domain.

'You have selected a feed URL from your own website. Please choose another URL.

In this comment the line in blockrss.php and you will get access.

	   /*		elseif (stristr($urlfeed, $_SERVER['HTTP_HOST'].__PS_BASE_URI__))
				$errors[] = $this->l('You have selected a feed URL from your own website. Please choose another URL.');   */
Edited by selectshop.at (see edit history)
  • Like 1
Link to comment
Share on other sites

  • 10 months later...
  • 3 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...