Where i can put Shortcodes ?
-
i’ve install plugin in my network sites.
But, i don’t know how to use Shortcodes or where i can put
-
Read the readme.txt file and it goes in posts, pages and if allowed widgets. Let me know which page you want and what arguments, I’ll make you a code. Website examples are coming soon.
can i make like http://bimber.bringthepixel.com/wall/ ?
i want my post from subdomain display in my main siteplease, give me shortcodes for put in static page (pages)
I need the blog’s ID since that is the blog you want to post.
Give example id : 1,2,or 3. I will change for my site
I’ll assume your blog has an ID of one.
[netsposts post_type='post' include_blog='1' include_post='1' thumbnail='true' meta_info='true' order_post_by='alphabetical_order' list='10' paginate='true']
The above will get you started. Just place it anywhere in a post or page under the text menu. Don’t paste it in in the html menu will mess up the coding. The readme.txt file also has many other settings that you can use.If you want to add it to the sidebar in a widget the standard wordpress text widget will allow shortcodes now.
not work sir
i can’t see anything https://caklus.com/homemay be, i do something wrong ?
[netsposts post_type=’post’ include_blog=’6′ include_post=’1′ thumbnail=’true’ meta_info=’true’ order_post_by=’alphabetical_order’ list=’10’ paginate=’true’]
First of all delete the argument
post_type='1'and see if that fixes the problem. I threw that in as an example. It will only show a post with an ID that is 1.Second thing is remove the page_order_by argument also since you want the latest posts showing up first.
-
This reply was modified 7 years, 11 months ago by
johnzenausa.
-
This reply was modified 7 years, 11 months ago by
johnzenausa.
Before
[netsposts post_type=’post’ include_blog=’6′ include_post=’1′ thumbnail=’true’ meta_info=’true’ order_post_by=’alphabetical_order’ list=’10’ paginate=’true’]
After delete (post_type=’post’)
[netsposts include_blog=’6′ include_post=’1′ thumbnail=’true’ meta_info=’true’ order_post_by=’alphabetical_order’ list=’10’ paginate=’true’]
After Delete (post_type=’post’ and order_post_by=’alphabetical_order’)
[netsposts include_blog=’6′ include_post=’1′ thumbnail=’true’ meta_info=’true’ list=’10’ paginate=’true’]
Not work sir
Is the plugin activated on the domain you are putting the shortcode into? You may also network activate the plugin to make sure it is active on all sites. Only really needs to be activated on the sites you are pasting the shortcode in to.
For now just put in
[netsposts]and nothing else. Your single quotes might be messed up. Justy copy and paste what I put here.work
But, https://caklus.com/home/ no same http://bimber.bringthepixel.com/wall/What goes in
include_blog=''is the ID of the subdomain information you want to show. Not the domain the shortcode is on.Is http://bimber.bringthepixel.com/wall/ on the same multisite installation as https://caklus.com/home/ or are they two completely different websites. Is they are two separately installed websites the plugin won’t work. It’s not designed for that.
Sorry, i don’t understand what you mean
http://bimber.bringthepixel.com/wall just example
My blog is https://caklus.com (Multisite)
Main site : https://caklus.com
Subsites : https://en.caklus.com
Subsites : https://id.caklus.comNetwork Posts Extended Plugin Netword activated
i think this work. Because, i put code :[netsposts include_blog=’2,6′]
i can see : https://caklus.com/home (Page)
i just want make display like http://bimber.bringthepixel.com/wall
I get it you don’t want to display that website you just want to look like that website. Is that correct?
Yes. Because, i use same themes
-
This reply was modified 7 years, 11 months ago by
The topic ‘Where i can put Shortcodes ?’ is closed to new replies.