Tagged Questions
0
votes
0answers
39 views
Remove 'wp' from wp-login.php url for Multisite
I know this has been asked more than a few times, but... How could I make "mysite.com/whatever/wp-login.php" show up as "mysite.com/whatever/login" for a wp multisite?
To clearify, not just redirect ...
0
votes
2answers
26 views
unique identifier for the same pages in a multilanguage/site context
I've got always the same problem. If I program a multisite for multilanguage purposes, I cannot find a way to not change the page links in every language.
I mean, suppose I've got a page named ...
0
votes
0answers
28 views
Wrong permalinks for custom post type on multisite install
I'm working in a multisite instance of WP that is using subdirectories and am trying to add a custom post type to a child site.
I'm trying to get custom post permalinks that look like so:
...
0
votes
2answers
79 views
get_permalink doesnt work as expected after switch_blog() [closed]
I have this problem with my wordpress network, at some point I want to retrieve the links to specific posts from a different site of my network.
I am using the function switch_to_blog($id), which ...
0
votes
1answer
62 views
Permalinks in Multisite not working
I'm using a subdomain multisite and I receive a 404 when trying to visit posts. The main domain works, but the permalinks aren't working. When I use the default permalinks, they work, but when I use ...
1
vote
0answers
83 views
One blog inside another
I have a question about having two blogs at the same host simultaneously. Here is my scenario:
The first blog is hosted in the root directory http://mathosproject.com/, and the second is hosted in a ...
1
vote
0answers
97 views
wordpress multisite permalink structure: mostly subdomains but not all
I've got a Wordpress multi-site install with three (related) sites, and it works great. Previously, each site had its own totally unique domain name which I was managing with the WordPress MU Domain ...
0
votes
0answers
6 views
Custom Post type permalink not working on network [duplicate]
Possible Duplicate:
Remove unwanted part of permalink custom structure from CPT url?
I setup a network with has a custom post type "proyectos", I do a loop for each blog in order to get al ...
0
votes
2answers
139 views
Default category link for a custom category is a broken link
I'm developing a Multisute plugin that is supposed to setup sites using a specific template, including setting up several static pages and menu items, as well as a "Blog" category for blog posts.
The ...
0
votes
1answer
149 views
How to get permalink using get_blog_post function in a multisite?
I'm using code like this
$post = get_blog_post( $blog_id, $data );
echo __('Post on') . ' "<a href="'.$post->guid.'">' . $post->post_title . '</a>"';
But the href link looks ...
1
vote
2answers
73 views
How to show only blog-domain instead of the whole permalink in the loop
I wanna show the blog URL instead of the whole post URL in my loop.
The reason is that I use Wordpress multiblog with sitewide tags, so on my front-page of the main blog I'm showing the 10 last ...
0
votes
1answer
75 views
Multisite or redirect. Which way to go? [closed]
Hello I would like to split a Wordpress site in 2.
one category of pages will be shown on: www.domain1.com and the other category of pages will be show on www.domain2.com.
On the website hosting I ...
0
votes
2answers
386 views
WordPress Multisite Permalinks on mapped domain = server 404 error
I am setting up a multiblog. In sub-blogs that mapped on a different domain, permalinks work with only "default" values. They broke if set to other valid values.
My main domain name is abc.com
I have ...
0
votes
2answers
215 views
How to remove index.php from a tag or archive page URL in the root blog?
I'm developing a Multisite where the root site is an agregator (using the mu-sitewide-tags plugin). I created a custom widget to show tags across all sites, but when I click on the tag page on the ...
0
votes
1answer
221 views
Configure WordPress Multisite Pages with Custom Permalinks
I've just created a new WordPress multisite install and am having an issue with custom permalinks (the standard 'Day and Name' option) to the pages for the main site. I'm using the standard config ...
0
votes
1answer
162 views
Multisite: should /blog go to a 404 page?
I have a WP multisite installation. All the posts for the default blog are in the subdirectory /blog. All those URLs are fine, all the category and archive links work well. However, visiting the ...
3
votes
1answer
1k views
How to set permalink structure via functions.php
I'm setting up a Wordpress Network and wanted all new sites to have the same permalink structure (i.e. "/%year%/%monthnum%/%postname%/"). I'm wondering if this is possible to do via hooks or hacks in ...
0
votes
1answer
248 views
Categories show 404 error on multisite installation
I have a wp multisite installation with multiple blogs that are totally separated websites. I use a plugin for domain mapping.
Right now I am configuring everything and I wanted to remove the /blog ...
2
votes
2answers
668 views
Removing /blog/ from multisites cause infinite redirection
I have a wp installed with multisite enabled and working with subdirectories. I noticed that in the main blog (the one that exists by default on the root), the posts links had a "/blog" in the url ...
2
votes
2answers
301 views
Get Permalink of Network Blog Post
I am trying to write a function that will allow me to specify a post ID and a blog ID, and then have it return the permalink and title of the blog post.
I need this to be efficient because the ...
1
vote
1answer
293 views
Multi-site: removing /blog from posts
I'm deploying a multi-site network, using subfolders. I've found on the main site the permalinks for news posts can only be placed like so:
/blog/%year%/%monthnum%/%postname%/
I understand that ...
1
vote
1answer
699 views
Permalinks not working using wordPress Networking with custom post types
Hay All, I've setup a WordPress network and have a couple of websites. Within these 'sub-websites' have a created a new custom post type called 'courses'. When i create a new 'course' a sample ...
0
votes
1answer
743 views
301 Redirects for posts, category, pages from original domain to sub-domain of multisite
I want to move my blog from its original domain (site1.com) to become a sub-domain on another domain which is a multisite installation (sub1.site2.com).
I also want to change the permalink structure ...
