The links tag has no wiki summary.
1
vote
1answer
682 views
Is it possible to link to draft pages?
Problem: I have a overview-page with a sub-page. Both pages are still in status "draft". Now I want to create a link on the overview-page to the sub-page, a popup appears, but in the list of internal ...
1
vote
3answers
592 views
Create anchor from Wysiwyg editor
Is there any way to create internal anchors without using the HTML rendering option?
I don't mind but I guess my customer will ;)
Thanks!
1
vote
1answer
1k views
Link submission website (ala Reddit)?
Pligg sucks, Hotaru CMS is dead and I'm not sure if the Nominate theme is what I want. Basically I'm trying to create a link submission website like Reddit with WordPress, this would basically mean:
...
1
vote
1answer
52 views
How to check if upload window came from the featured image link?
I need to verify if the media-upload screen came from a click on the "feature image link" on the admin screen. How can i do it?
I've already change the way the uploader works , but I need to check ...
1
vote
4answers
540 views
Get the prev / next page links only (not title, <a> etc)
I currently use the following method to get a prev / next blog page link:
<?php previous_post_link( '%link', '%title' ); ?>
However this includes the outer element, name etc, I want just the ...
1
vote
1answer
65 views
How do i set the read more link?
I read the others on the site and i didnt find a working solution. I am using the 20-11 theme and i tried using <--more--> (in visual and html) with no luck, using excerpts and whatever i could ...
1
vote
2answers
378 views
get_site_url is not returning anything?
I'm using the twentyten theme with the bbpress plugin.
I have the following in my header.php (twentyten):
<div id="masthead">
<div id="branding" role="banner">
...
1
vote
2answers
358 views
Changing the comments link produced by the get_comments_link() and get_comments_pagenum_link() functions
Currently my theme calls upon get_comments_link() to create the standard anchor #comments to link to the comments below the post, as does the get_comments_pagenum_link() function on paginated ...
1
vote
2answers
71 views
Why doesnt ONE of my links in the footer work properly? [closed]
I have a products page with a couple child pages and in my footer I have the same product categories as links. All the words do work as links except one and there is no difference in paths and I can ...
1
vote
1answer
37 views
Dont’t change active Button while I’m listing a category?
I have a simple Navigation: Blog, About, Contact. Mainsite is Blog. To keep the current Button highlighted, I used this in my CSS:
li.current_page_item a{
border-bottom: 1px solid #212121;
...
1
vote
1answer
56 views
How to obtain the link/URL to the feed of a custom taxonomy?
What I need to accomplish is to provide a feed link for every item in a custom taxonomy. The function get_category_feed_link only works for categories, and I don't see that tags support this either.
...
1
vote
2answers
308 views
How to change server name on Wordpress Installation?
I am not sure if the title of the question is acurate enough but here it goes.
I have set up an Ubuntu server inside a VirtualBox VM, I have enabled port forwarding so when I type on the host ...
1
vote
1answer
50 views
How to prevent a page from being linked in the menu/crossbar
I apologize if the question is confusing. Let me explain:
I'm running a modified version of Twentyten and I've been doing the parent/child thing with my pages, which show up on the horizontal menu ...
1
vote
1answer
150 views
Remove Admin sidebar link
I have a taxonomy link in my admin sidebar i'd like removed from view.
Only in the sidebar though, i will still be using the function in the post view, so if that creates problems a simple simple ...
1
vote
1answer
370 views
Get Stylesheet To Showup in WP Admin Panel Editor
So I have a css file that is called blue.css and a universal one called style.css I have a few css colors inside a /css folder. How do I get all those css files to show up in my Admin panel editor?
1
vote
1answer
652 views
How to link avatar and nickname to profile
On the single post page I want to link the avatar function to the author profile, but I tried
<a href="<?php the_author_posts_link(); ?>">
<img src="<?php echo ...
1
vote
2answers
570 views
How do I customize my WordPress shortlink structure in link-template.php without a plugin?
Right now my shortlink structure looks something like this:
example.com/?p=451
I would prefer it to look more like this:
example.com/abc123
Any ideas how I can alter the code to do just this?
1
vote
3answers
303 views
HTTPS page link in menu
Ok, so I have a wordpress site with a lot of pages and menus that I've defined in the appearance/menus section of wordpress.
One of my pages has a little payment form on, which I'd like to link to ...
1
vote
1answer
738 views
Relative instead of absolute links in pages?
I have my blog under blog.mydomain.com. I am using pages for some static content that needs to be accessed from another subdomain. So careers.mydomain.com will show WordPress content from ...
1
vote
3answers
2k views
Is there any way to set default for “Insert/Edit Link” to “Open link in new window”?
I almost always select "Open link in new window" when creating an URL/HREF. Is there any way to default this choice.
Even if it requires a small source code change, I think it would be worthwhile ...
1
vote
1answer
2k views
Image as a link using wp_nav_menu()
In creating a custom navigation menu in TwentyTen ( WP3.01), is it possible to make an image a link to a page on the same site, using wp_nav_menu() ? Is it the case that wp_nav_menu() echos or returns ...
1
vote
2answers
671 views
How to enable category hierarchy for links?
It looks that by default WordPress had hierarchy only for page/post categories and not for links categories.
How can I enable that?
1
vote
1answer
80 views
How to convert all links to no follow links of particlular section of a webpage
I just wanna convert all links to no follow links which are being displayed in sidebar or footer or comments.
How can i do this?
1
vote
1answer
23 views
SEO smart plugin not working for words ending with ä, ö, å
Custom keywords don't get linked if words end with this letters : ä, ö, å
It works if those letters are inbetween. any idea how to fix this?
Custom Keywords :
meäts, www.google.com ...
1
vote
3answers
210 views
Build a list of partners with Link, Logo and text
I want to build a list of partners. At the moment, I have tried with the "links" function, the problem is that I can't use html tags on the description field. Therefore I'm looking for another ...
1
vote
1answer
136 views
Removing custom post type from link search results
I have created a custom post type and disabled it from appearing in search results. However when I add a link from a normal post, I still get these entries from my custom post type available to link ...
1
vote
1answer
237 views
Add a class to links in the visual editor (how to get old dialog back)
New:
Old:
In short, i want a list of some classes inside the add link dialog. Because this was default there might be a easy way to get it back like this?
Long:
I like to have the ability to ...
1
vote
1answer
59 views
How to automatically remove links from WordPress Biographical Info?
I want to automatically remove any kind of links from author's Biographical Info instead of doing it manually everytime. Whenever a user adds any link to the Biographical Info box, it should be ...
1
vote
1answer
505 views
Change website URL without breaking links or images? WP 3.3
I am using Wordpress 3.3.2.
Currently I am working on a website in a dev folder on my domain, dev.domain.com. Upon creating pages and blog posts, it just occurred to me that when I move the WP ...
1
vote
1answer
27 views
Enumerating over a category of links
I need to show a list of links, similar to what "Bookmarks" widget does.
But Bookmarks widget is not suitable, because I need to display links (with removed "http://") instead of titles and also ...
1
vote
2answers
605 views
Separator for custom nav menu
I creating a custom footer navigation in wordpress. I looked all over the wordpress documentation and still haven't found anything. So, what I'm trying to do is add an "|" in the navigation like this:
...
1
vote
1answer
280 views
Problem with meta box in Links
I have troubles saving the data of the meta box in the link part of the admin.
My code is working, because when I try it in the post or page part, it saves the data, but in Links it just won't.
Here ...
1
vote
1answer
58 views
Displaying a full post instead of a slug per category?
I have a single category on my blog that I want to display full posts in when looking at the category instead of just slugs.
The category is for Podcasts, and presently it displays slugs which:
...
1
vote
1answer
160 views
Wordpress links/bookmarks - need to urlencode because spaces are getting stripped
Wordpress is stripping spaces out of links.
For example putting this into the web address of a new link:
mailto:my@email.com?subject=Hello there
and saving results in this:
...
1
vote
1answer
409 views
Twitter links in widget don't work?
I am displaying a twitter feed on my homepage:
http://www.fairwaterrights.com
The feed works fine. But if I click on a link in the twitter post, it doesn't open.
For instance, instead of opening ...
1
vote
2answers
205 views
Adding existing links to custom navigation menus?
When I visit Appearance → Menu, I can add custom links, but not any links
I've already created under Links. How can I do this?
1
vote
2answers
135 views
Links in nonalphabetic order
On wordpress.barrycarter.info, the links sidebar is in alphabetical
order by category ("My ... Stuff"), which looks weird for "My other
stuff". How can I order the link categories myself?
1
vote
1answer
190 views
Replace default Blogroll Links with Social Media Links
I'm creating a script that will remove the default "Blogroll" links in Links manager and replace them with an arbitrary listing of links, each with a custom css style name.
It my case, I'll be ...
1
vote
2answers
203 views
Is it possible to add a first and latest posts link?
I'm using the following code to show one post in a page (Blog pages show at most is set to 1 post):
<?php
/**
* Template Name: Front Page
* @package WordPress
* @subpackage Prominent
* @since ...
1
vote
2answers
663 views
Can't add a class to links in the visual editor since WP 3.1?
Did this feature chang in 3.1?
I recall that I could change the class of the link in the thickbox popup.
1
vote
1answer
1k views
Link Attachment Image to Category
How do you link an attachment image to its category?
function wp_attachment_image($size = thumb) {
if($images = get_children(array(
'post_parent' => get_the_ID(),
...
1
vote
0answers
35 views
Adding (blog-specific) links to “My Sites” admin page
The My Sites admin page only has links to the sites’ dashboards and production pages which is of limited value. I am trying to figure out a way to add a more useful links to them like New Post, ...
1
vote
0answers
52 views
Parent/child pages and link structure the right way
I've always wondered what's the best way to achieve the following with pages.
Say I have a (part of a menu) that looks like this:
What we do
Design websites
Develop websites
SEO
The 'What we ...
1
vote
1answer
60 views
How do I get link URLs from the Wordpress links backend into an array?
I'm currently running a blogroll on a site I'm working on by defining a variable with an array that has all the rss feed urls I want to pull from. Like this for example:
<?php // Get RSS Feed(s)
...
1
vote
0answers
82 views
Older entries link within category page
I am building a custom wp theme and I have a category called 'blog'. On here I have all of my posts displaying from the category 'blog' and a link at the bottom that says older entries.
When i click ...
1
vote
1answer
102 views
How to add subcategories to the blogroll?
I'm looking for a way to create subcategories in my blogroll...
For example:
Downloads
-> Windows
-> Mac
-> Linux
I want to create a real page (not a widget) where the main categories and ...
1
vote
0answers
59 views
Link Pop-up in custom plugin
I am trying to build a plugin, for one of my current task, and at a field it requires user to provide the URL their content would link to.
I have added a text-box where user could paste the link they ...
1
vote
1answer
39 views
Combining post categories and link categories?
So as to get a single index of both internal posts and external links on the same or related topic/subject matter, is it possible to combine post categories and link categories? I would like to be ...
1
vote
1answer
124 views
Style category link depending on category ID
I want to style a link depending on its ID, for instance, if the category ID is 2, then I want the link to be pink. My theme calls the category like this:
<?php if (in_array('categories', ...
1
vote
1answer
91 views
custom menu widget where menu title is a link
I am looking for, like the title of this question indicates, a custom menu in wordpress where the menu title itself is a link. It seems like a very simple thing, but after a lot of searching I've come ...