FishPig is a Magento extension development company most famous for its free Magento and WordPress Integration extension.
Questions tagged [fishpig]
134 questions
1
vote
1 answer
How to get current WordPress category in FishPig in Magento 2?
What is the most straightforward way to get the current category in the view? I notice that there is a getTerm method in the Term class:
public function getEntity()
{
return $this->getTerm();
}
/**
* Returns the current Wordpress category
*…

Speencer
- 13
- 2
1
vote
1 answer
Magento 2 WordPress Integration (FishPig Extension) - Add menu in Magento
i use the fishPig Magento WordPress Integration for magento 2. In the first version the functionality to add menus in magento was build up. In the second version its incomplete and the dev pointed me to the model Menu.php in order to get this…

Florin P.
- 185
- 1
- 1
- 12
1
vote
1 answer
Fishpig magento2 Integration with wordpress
I want to show the wordpress posts on the magento2 page . SO I have enabled the fishpig wordpress integration extension .
And call/added the block code in the magento page content.
{{block class="FishPig\WordPress\Block\Post\ListPost"…

jagjeet
- 35
- 1
- 9
1
vote
1 answer
How to apply wordpress shortcode in sidebar using fishpig extension in magento?
I've installed fishpig extension in magento for wordpress blog. But I'm not able to apply shortcode in sidebar. But its works in post.
Please help me on this situation.

Darshak Shah
- 159
- 8
1
vote
1 answer
FishPig Magento Extension : WordPress Auto Login Failed and not even login manually
Error:
WordPress Auto Login Failed: HTTP/1.1 404 Not Found Date: Thu, 12 May 2016 07:09:31 GMT Server: Apache/2.4.9 (Win32) PHP/5.5.12 X-Powered-By: PHP/5.5.12 Set-Cookie: frontend=7pr2r9qub10h5skdbqot9dbiu7; expires=Thu, 12-May-2016 08:09:32 GMT;…

Roshni
- 315
- 3
- 14
1
vote
2 answers
Display all the Post Categories in Magento Fishpig
I've two Post Categories with two different layouts, But now both are displaying in the same view.phtml. I need to create a check in which category the post belongs and display the style accordingly.
By using below method, I can load a single…

Shyam Prakash
- 52
- 1
- 7
1
vote
1 answer
How can I display a Magento Category In WordPress article using fishpig integration?
I have Magento with fishpig integration and Wordpress blog.
I can see magento products easy with this shortcode [product sku="skunumber"].
But I have a lot of trouble with categories, how can I display a Magento Category In WordPress article?…

Sarah
- 15
- 7
1
vote
2 answers
Magento sessions being cached incorrectly
I have a Magento store running 1.9.1.0, it appears that user sessions are being stored incorrectly, because:
If user logs out of their account: on the home page, it's fine, but then if they go to a product they've already visited, they're logged…

zak
- 151
- 3
- 14
1
vote
1 answer
Remove /blog/ in magento wordpress integration done through fishpig
I have done the Magento - Wordpress integration through fishpig plugin. The URL of my posts, pages etc have changed now (because fishpig puts additional /blog/ in the URL.
Before integration my wordpress url was like…

Shaikh
- 11
- 2
1
vote
1 answer
how to get wordpress post tags using fishpig in magento
I am unable to fetch post tags added from wordpress admin panel. I am using fishpig magento extension and everything is working perfectly.
I am fetching posts using the code
$posts = $this->getPosts();
and I need tags associated with each…

Kajal
- 15
- 5
1
vote
1 answer
meta description homepage with yoast plugin not working in Fishpig Magento
We have a Wordpress site that is in our Magento webshop with the module of Fishpig and we are using the Yoast module. In this module we have set a meta description and a meta title for the homepage by the "Titles & meta" part. Now the meta title of…

Coen
- 461
- 2
- 11
- 28
1
vote
1 answer
fishpig $this->getPosts() not working
I want to get a list of authors for my blog posts, so I set up a block in my local.xml and am trying the following:

user2953379
- 17
- 3
1
vote
2 answers
How to implement wordpress blog and magento blog parallely
I have a single instance of Magento running. I am using wordpress blog in magento and want to use magento "Blog" parallely. When i use both blogs magento blog overrides wordpress blog section. Can anyone tell me how we can solve this problem.
You…

Ramit Joshi
- 369
- 1
- 3
- 5
1
vote
0 answers
Why Fishpig www.home.com/blog redirects to home www.home.com?
I have followed the steps To integrate fishpig WordPress in to magento .
I have installed WordPress in /wp folder
I have set the home url to blog and path to wp in magento WordPress admin panel.
I have changed the home_url to /blog
I have also…

Abhimanue Tamang
- 580
- 2
- 9
- 20
1
vote
2 answers
How does one change Fishpig blog description/title?
Where do I need to go to change the /blog/ description? I noticed that Fishpig isn't using WordPress's blog description and that there also isn't a setting for changing this within the Fishpig settings page under Magento admin panel.

ND_web
- 33
- 3