Viewing 15 replies - 1 through 15 (of 29 total)
  • Plugin Author johnzenausa

    (@johnzenausa)

    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.

    Thread Starter anevhaleandra

    (@anevhaleandra)

    can i make like http://bimber.bringthepixel.com/wall/ ?
    i want my post from subdomain display in my main site

    please, give me shortcodes for put in static page (pages)

    Plugin Author johnzenausa

    (@johnzenausa)

    @anevhaleandra

    I need the blog’s ID since that is the blog you want to post.

    Thread Starter anevhaleandra

    (@anevhaleandra)

    Give example id : 1,2,or 3. I will change for my site

    Plugin Author johnzenausa

    (@johnzenausa)

    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.

    Thread Starter anevhaleandra

    (@anevhaleandra)

    not work sir
    i can’t see anything https://caklus.com/home

    may 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’]

    Plugin Author johnzenausa

    (@johnzenausa)

    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.
    Thread Starter anevhaleandra

    (@anevhaleandra)

    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

    Plugin Author johnzenausa

    (@johnzenausa)

    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.

    Thread Starter anevhaleandra

    (@anevhaleandra)

    Plugin Author johnzenausa

    (@johnzenausa)

    What goes in include_blog='' is the ID of the subdomain information you want to show. Not the domain the shortcode is on.

    Plugin Author johnzenausa

    (@johnzenausa)

    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.

    Thread Starter anevhaleandra

    (@anevhaleandra)

    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.com

    Network 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

    Plugin Author johnzenausa

    (@johnzenausa)

    I get it you don’t want to display that website you just want to look like that website. Is that correct?

    Thread Starter anevhaleandra

    (@anevhaleandra)

    Yes. Because, i use same themes

Viewing 15 replies - 1 through 15 (of 29 total)

The topic ‘Where i can put Shortcodes ?’ is closed to new replies.