https://gabrieldroberts.towerofbabel.com/2012/06/22/the-first-world-blues/
get automatically brought over to the same post on the main site page
https://towerofbabel.com/
they don’t also get brought to the main page of the individual blog itself
https://gabrieldroberts.towerofbabel.com/
Is there any way to make this happen?
]]>The posts display fine, but the pagination fails (404). I use similar code as below on index.php with switch_to_blog and it pages just fine.
As you will see I am rewriting the links for older and newer posts just as in index.php which switches to blog 10 for many things.
The pagination works fine if I replace the “tags” with “blog” BUT this ends up pointing to blog 10 which I do not want. I am only posting after trying many things and need a separate set of eyes. Thanks in advance.
[Code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
]]>Here’s the situation:
I’m using the sitewide tags plugin to display posts from sub blogs on a main, or “tags” blog.
In my network installation, in the main blog, using the SWT plugin, I want to display a loop of images (and the title and some meta info, but I understand how to do that) from posts in my sub blogs. I want the loop to display the post thumbnail first, if that’s available. If that’s not available I would like it to pull the first image. If that’s not available I would like it to pull the avatar. If none of these are available, then I don’t want the post to display.
Here’s the thing. I’ve seen solutions to some of the individual things I’m looking for, but haven’t seen any with these fallbacks. Also, I’m using a grid with some pretty tight parameters, so I created a post thumbnail size to fit. I don’t understand how to also get either the first image or avatar to also size and crop correctly.
I also want the images to link to the post.
Hope this all makes sense.
Thanks very much!
JW
]]>What should I do so that it shows posts only once.
Also I want that it should show posts only from certain blogs and not all.
]]>The SWT plugin now works with both custom taxonomies and post formats, now that I’ve added my filter to the mu-plugins folder, but only when I use the wordpress new post entry page to save the post. When using the WooTumblog dashboard (which uses an ajax routine for publishing) the taxonomy or post formats are lost.
I have tried lowering the action hook priority in SWT as follows
add_action('save_post', 'sitewide_tags_post', 20, 2);
… and also elevated the the same action in WooTumblog, but still no change.
Does anyone have any suggestions from having previously worked with the save_post hook? I’d really like to get this issue sorted today.
Thx
]]>