-2

I am using wordpress on my site http://thedripple.com. I want to show just table from posts of http://thedripple.com/products (Another wordpress installed) on my main site's posts! How can I do this?

1

1 Answer 1

2

since they are on the same domain perhaps:

<div id="posts"></div> $('#posts').load('/products/hp-envy-spectre-xt #wp-table-reloaded-id-2-no-1'); 

You'll want to pull in the css somehow so that it displays correctly. example:

Sign up to request clarification or add additional context in comments.

5 Comments

Can't i do something with javascript ( stackoverflow.com/questions/2828109/… ), I just want to display the table not the whole post!
sure that would work. Is your Id going to be static?
I'm not good at javascript :\, about id, yes it'll be static!
what posts exactly are you trying to get
Suppose there's article about HP Envy Spectre XT on my main site, so I would like to display whole spec table of the laptop from thedripple.com/products/hp-envy-spectre-xt and something similar to all posts!!!

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.