The urls tag has no wiki summary.
0
votes
1answer
98 views
Website Address Keep redirect to website after migration attempt
I have a loclhost site that I heard I can migrate the site by just copy and paste the whole site from local to host if I changed WordPress Address (URL) and Site Address (URL) to my current hosted ...
0
votes
1answer
51 views
Organizing the Navigation Menu
I have a problem with menu organization. I have a Pages with url "pressroom" and have a Category with the same name. I want to make it a one menu item.
Pressroom (sitename.com/pressroom/)
page 1 ...
1
vote
0answers
143 views
wp_insert_post - How do I prevent incremental numbers on child pages?
I'm using wp_insert_post to dynamically generate child pages for a given page using a predefined array of values. The goal is to give each child page the same slug.
For example, clicking "Generate ...
0
votes
1answer
104 views
Lost theme while attempting to change URL [closed]
I am a total novice with WordPress and all things web. I was able to download a great theme, install it and practically finish what I considered an excellent website, until I tried to moved the URL ...
0
votes
1answer
25 views
Using functions concatenated with strings inside a variable
Trying to do some dynamic image sourcing but I'm stuck. Probably pretty basic stuff, but I'm new to this.
This works:
<img src="<?php ...
-1
votes
1answer
103 views
Why is WordPress saving full-urls to the database?
Every time im about to put my local project into staging/production environment im beeing hardly reminded that WordPress saves all the urls as absolute.So i need to rewrite all the urls with a ...
0
votes
1answer
72 views
Append custom parameter to taxonomy/term URI
I have a Custom Post Type named "Cars" and 2 Custom Taxonomies "Ferrari" and "Lamborghini". Each taxonomy has 2 Terms: "New" and "Used".
These URIs work as expected:
http://myhost/ferrari/new
...
-1
votes
2answers
126 views
Remote Image (from URL) as Media Library element
I have slow upload on my wordpress server and I want to export two very big image to external server. So I need Media Library Image to use in other component. I cant edit URL of Image. Is any plugin ...
1
vote
0answers
61 views
Changing URL scheme, mod_rewrite not helping
We're trying to move away from the /YYYY/MM/DD/Post-Title URL structure without breaking links that are floating around on the internet. The mod_rewrite rule is fairly straight forward -
RewriteRule ...
0
votes
2answers
49 views
Is Wordpress API visible from PHP file called in htaccess
I'm trying to add some rewriterules in the .htaccess file to deal with hotlinked images - specifically I want to add the URL from the post where the image appeared to the header location information ...
0
votes
1answer
644 views
Get URL Parameters from referer
Not 100% sure if this one classes as a php question or is specifically Wordpress...
I'm implementing the Wordpress Settings API with a tabbed settings page. I've added a 'reset tab' button, but since ...
1
vote
0answers
42 views
Need help enqueueing webfonts
I am attempting to enqueue web fonts that I am loading in via the WebINK font library. (This service is similar to Typekit). This service works by generating a unique CSS link for each unique site. I ...
0
votes
1answer
928 views
Moved WP into new folder. How to fix image links in posts?
I moved from Wordpress.com to my own Wordpress.org hosting.
I had no problems importing all my posts over, and the images were all linked up fine.
Since the import, I decided to move my WP install ...
1
vote
1answer
74 views
Disable page access via query vars
I'd like to disable the default WP query vars (p, attachment_id, etc...), and make the pages only accessible by URI Permalinks.
I've taken a list of variables from WordPress Query Vars and created a ...
0
votes
2answers
215 views
Add menu and submenu in admin with a URL instead of slug?
I use this function and hook:
function mysite_admin_menu()
{
add_menu_page( 'Categories', 'Catégories', 'administrator', 'categories', 'a_function' );
add_submenu_page( 'categories', 'Manage', ...
2
votes
1answer
41 views
Handling URLs in WordPress application
We have a web application that we run inside of WordPress in order take advantage of WordPress's authentication. To make this work, we created a template type for our application that simply includes ...
2
votes
1answer
78 views
Wordpress address URL keeps dropping the www
My Wordpress Address (URL) in general settings keeps losing the www from the URL - I type in http://www.domain.com and it saves and works fine.
Next time I go in the address has changed to ...
-1
votes
1answer
83 views
WPMU - How to echo only one URL
I have this code that I am using on a site to check if the current user has a blog on the our wp network and as of now it is echoing the URL for both the main site and their blog. I would like to ...
1
vote
3answers
1k views
How to create non-unique sub-category slugs?
What’s the best way to make Wordpress accept non-unique sub-category slugs?
By default, Wordpress ensures that every ‘slug’ portion of permalink URLs is unique, and is very savvy about using this to ...
1
vote
2answers
127 views
How do I get rid of “category” from my URL structure?
By default WP links to a category like this, mydomain.com/category/travel. Having the word "category" appear in the URL seems unnecessary. I'd prefer have the link read mydomain.com/travel.
How can ...
0
votes
2answers
1k views
How to set global variable in functions.php
I want to be able to echo the URL of the featured image of a post and after looking some on the web I found the following which works fine when I put it in a loop in my front page template.
<?php ...
1
vote
1answer
112 views
Which of WordPress's .php files need to be directly accessible via HTTP?
I'm trying to tighten up security on my WordPress installation, and one of the things that seems like it might be a good idea is preventing all of the internal-use .php files from being accessed ...
1
vote
1answer
130 views
What is the correct way to convert the absolute path of the executing script to a URL, in WordPress?
In a nutshell, my question is "How do I convert the absolute path of the executing script, e.g.,
/home/content/xx/xxxxxxxx/html/wp-content/plugins/MY_PLUGIN_DIR/MY_PLUGIN/MY_PLUGIN.PHP
or
...
3
votes
1answer
97 views
How to make WordPress use protocol indepentent upload files?
I am using FORCE_SSL_ADMIN in wp-config.php so everytime I upload a new image and inserted into the post, it is using SSL version
e.g.
<img ...
3
votes
4answers
7k views
Why is ?doing_wp_cron being appended to my URLs
I'm finding this string appended to the end of my URLs sometimes:
/?doing_wp_cron
Does anyone know what it for? How can I remove it?
1
vote
1answer
66 views
How do I test my localhost WordPress project with VirtualBoxVM?
I'm working on a WordPress project set up with MAMP on localhost. I try testing the site on internet explorer with VirtualBoxVM by browsing to my local ip.
My problem is, wp_head() outputs absolute ...
0
votes
1answer
42 views
How to show the homepage on a different url, like site.com/blog instead of site.com?
I have Wordpress installed in my root directory, so if you go to site.com you see the list of recent posts.
What I want to do is to have the homepage show a static page instead showing recent news ...
0
votes
1answer
112 views
How can I do a url redirect to include a wordpress username?
I currently have a button like this, that takes a user to their 'mentions' page
<a href="http://my.url.org/mentions/<?php global $userdata;
get_currentuserinfo(); echo( $userdata->user_login ...
0
votes
0answers
7 views
310 errors are fixed by changing the slugs? [duplicate]
Possible Duplicate:
Error 310 too many redirects after switching domains
I'm in a huge bind here. After relaunching our site, many of the pages started resulting in 310 errors. About 70% of ...
3
votes
2answers
678 views
How to add category to: 'wp-admin/post-new.php'?
I want to have a link to create a new post that sets the category also.
I have tried wp-admin/post-new.php?post_category=12 and wp-admin/post-new.php?cat=12, but neither worked. I also tried using ...
1
vote
1answer
40 views
Organizing Your Pages
I'm having problems creating sub pages. So far I've followed the proper directions:
Go to a new page, click the "Page Parent" drop-down menu.
Select the
appropriate parent Page from the drop-down ...
7
votes
2answers
200 views
Which asset URLs are acceptable in a “vanilla” MU install?
Wordpress appears to let content be addressed by many URIs in an MU install. For example:
example.com/wp-content/blogs.dir/5/files/picture.jpg
example.com/bob/files/picture.jpg
...
1
vote
0answers
57 views
Pages redirected to attachment post
THE SETUP
I'm using WordPress 3.4.2 with Magic Fields 2 plugin. Using MagicFields2, I've added a custom field to the builtin 'page' post type. This field is called 'section_header' (which is ...
1
vote
1answer
59 views
Multiple URLs with Numbers
I am trying to correct a problem on a Wordpress site which is producing duplicate pages in the format of:
/about-us/connecticut/3/3
/about-us/connecticut/3/3
/about-us/connecticut/3/
...
1
vote
2answers
33 views
How do I link to a blog not set as the homepage?
I have a blog here /www.mysite.com/section/news/ that only shows news in a specific category.
When I use wp_get_recent_posts() and get_permalink($recent["ID"]) the link goes here ...
0
votes
1answer
36 views
Finding URI in Child Theme
Which is best way to find URI in child Theme.
<?php echo get_template_directory_uri(); ?>
<?php bloginfo('template_directory'); ?>
Below given code works but it has "stylesheet" in it, ...
0
votes
1answer
54 views
URL problem: www.sitename.com/blog and www.sitename.com/learn using same WP installation
I'm sure there has to be some way to make this with single wordpress instalation. Posts for "learn" page are tagged with "learn" and I built a custom template that has loop that prints only posts from ...
1
vote
2answers
259 views
Change code to display image attachment page
I have this code which displays images with their captions in a list.
On clicking caption, opens image in an attachment page, but clicking on image, opens that image with a dark-gray background. Is ...
1
vote
0answers
107 views
Custom category URL rewriting
Here is the situation: let say I have a page called Press and that page has this url: www.example.com/press-center
Now, let say that I have a category Press (slug is press) and subcategory called ...
1
vote
2answers
156 views
How does WordPress generate URL slugs?
Is there a page somewhere that details exactly how WordPress generates slugs for URLs? I'm writing a script that needs to generate URL slugs identical to the ones WordPress generates.
0
votes
2answers
487 views
How to replace post image url before posting using api?
I am currently writing phpNuke import Wrdpress plug-in. I have a problem with importing posts with images:
+ I already had written a routine which extracts image tag text and images from source post ...
0
votes
2answers
131 views
How to avoid duplicate Url for the home page
I am working on this web . I need to fiugure it out on how to avoid repeating the URL in the home Page.
The Home page has actually two url
creativesquaresummercamp.com/
...
2
votes
1answer
229 views
Best Way to Leverage Custom Post Type Related Content and Consider SEO
I'm doing a real estate project for a client. I've created a custom post type called "communities" to list new construction communities in her area.
I also want to have deeper sub pages but I would ...
0
votes
1answer
97 views
Tricky URL rewrite with custom values in url
We have custom post type as user_images and each of these post has a image attached with image name is 3 digit number followed by extension.
When the url
http://mysite.com/wp_username/3digitnumber
...
2
votes
1answer
103 views
Display posts with author in the url with custom post types
I'm having a really difficult time with this.
I have a multi-user gallery site. Each author has his own page that lists the author's posts (this is a custom post type).
I have made it so that the ...
0
votes
1answer
81 views
Avoid too long words in a post title, post content or comment but only if its not a url
I want to prevent users from posting things like "aaaadfgdfgsdfgdaaaadsfgsdfgaaasdfgdfaaadfgsdfgaaaaaaaajahkjhkahkkjkjhaa..." which would not only be annoying but would certainly break the content div ...
5
votes
3answers
492 views
Filter any HTTP request URI?
I want to filter any HTTP request URI done through the HTTP API.
Use cases:
The WordPress update check goes to http://api.wordpress.org/core/version-check/1.6/, but ...
1
vote
4answers
2k views
How to change the main site url on a multisite installation (network)?
My multisite (network) installation has 3 sites.
the main site (nothing there, just very brief information)
client 1 site -- siteurl/client1
client 2 site -- siteurl/client2
With domain mapper, ...
0
votes
1answer
212 views
How to prevent automatic redirection?
Wordpress has a feature whereby it will automatically redirect your URLs if it percieves them to be written wrongly. Here is an example: I have a page called my-page
If I go to:
...
0
votes
2answers
189 views
What can I replace '.get_bloginfo('url').' with to return the current URL rather than the home address?
I am using the Any Mobile Theme Switcher plugin to switch between full and mobile themes automatically.
The only problem with it is that the 'switch to mobile site' and 'switch to full site' links ...