The links tag has no wiki summary.
3
votes
2answers
1k views
Adding jquery and thickbox to wordpress theme
I would like to add thickbox for the template which I develop to wordpres. At this time I'm trying with a clean template that have only header.php footer.php index.php and functions.php
I've included ...
4
votes
3answers
858 views
How to Get Next or Previous Post in a Specific Tag?
I'm trying to create links to the next and previous posts within a specific tag (on the post page itself), but I can't seem to find a plugin or source that does this.
I want to be able to something ...
2
votes
2answers
325 views
Getting archive pages in WP's AJAX internal link finder?
I often need to link to custom taxonomy term archive pages and would love to be able to do so through the AJAX internal link navigator added to the visual editor in 3.1. Is there any way to get this ...
0
votes
2answers
847 views
how to grab first link in post… and of course call it
I have been trying to get the answer to this for ages now and wondered if anyone here could help. I would like to 'grab' the first link in a post and attach it to a button/image. I have tried the ...
5
votes
1answer
806 views
Uploading Images in the Link Manager
In /wordpress/wp-admin/link-add.php there is the possibility to add an image to a link, but it belongs to the category "Advanced" and is really a little too advanced for an average user, which needs ...
0
votes
2answers
170 views
I want to remove the links from the term list returned by get_the_term_list
I want to keep this category title on my pages, but I don't want it to be a link.
<?php echo get_the_term_list( get_the_ID(), 'portfolio_cats', ' ', ' , ', ' '); ?>
Can anyone help?
Thanks
4
votes
5answers
4k views
Disable image attachment links
Is there a way to disable image attachment links trought a filter in functions.php or something ? I know it's possible to do it manually when you add an image to a post but I want to disable this ...
0
votes
2answers
87 views
How to display page title+link of page created by user
I want to check if user is logged in and if have created a page. If so, option 1 is shown. This all works fine.
But how to display page title+link of page created by that user between {page title ...
1
vote
2answers
216 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 ...
11
votes
4answers
137 views
How do I check if I linked to a post before I delete it?
If I want to "safely" delete a post. I want to make sure that no link exists (within my blog) to "to-be-deleted" post. How do I do that?
6
votes
5answers
1k views
Building a Digg clone using WordPress?
I am thinking of building a site similar to Digg.com (the old version). I think the best way in my case is to make a custom post type for the links and then use a a plugin such as TDO Mini Forms or ...
3
votes
1answer
2k views
remove links from images using functions.php
I am looking for a way to remove the attachment link from images in the post content.
I would like to add this to the functions.php in my theme. I know you can disable this in the post on a per ...
2
votes
3answers
3k views
Linking a PDF as a downloadable document
How do I add a link to a PDF in the content, so that it downloads rather than opens in the browser windows? (I've uploaded the PDF to the media library and can insert the link but can't find an ...
2
votes
2answers
249 views
root-relative links for multiple parked domains
I have five domains pointing to the same server/wp installation. the domain names are important and my visitors need to be able to stay on their preferred domain as they surf through my site.
how do ...
1
vote
3answers
3k views
How to remove link from an image in a post?
When image is being added in a post it is being wrapped with a <a href></a>
I want to know which class controls this segment and where I can find a decent doc for this kind of problems ...
1
vote
2answers
681 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
2answers
856 views
Plugin that inserts favicon next to links
I, like many others, have numerous links all over my website. Some are in the body, some are in the sidebars, some are in comments. When links go to an external site, I would very much like to have ...
0
votes
3answers
695 views
How to splice in wp_links links into the loop?
I want to create a loop where 2 or 3 items from my blogroll are spliced in like this:
<loop>
<post1>
<post2>
<blogroll1>
<post3>
<blogroll3> ...
2
votes
1answer
61 views
How to attach Links into page/post or custom post type?
I need to create or use an existing 3rd party plugin to attach any links (one or more) to a page, post or post-type from the WP link manager:
http://example.com/wp-admin/link-manager.php
I need a ...
1
vote
1answer
532 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
450 views
Can't filter wp_get_attachment_link
Can't figure out why this won't work:
function my_get_attachment_link($html){
$postid = get_the_ID();
$html = str_replace('<a','<a rel="shadowbox['.$postid.']"',$html);
return ...
0
votes
1answer
49 views
Navigation link to specific user page
I asked this question and got a great reply - Associate Page with User - so I can now associate a post with a specific user as required.
What I want to do is include in the main site navigation a ...
0
votes
1answer
43 views
Adding a user's ID behind the <a> tag ref link address
Good day, everyone:
I want to make wordpress to add the user's id number behind the ref's link string, so that, for example
<div class="toolsbutton">
<a ...
0
votes
2answers
713 views
Make Current/Active Page Number a Link (WP_LINK_PAGES)
With the default wp_link_pages the current/active page number is not a link. I would like to find a code/hack which turns the current/active page into a link to the top of the page.
I am already ...
0
votes
2answers
107 views
Website bookmarks as a custom post type
Let me first explain what I am wanting to do...
I am wanting to add all my hundreds of website bookmarks that I have now in my browser, into wordpress for the following reasons.
Can search my ...
0
votes
1answer
521 views
Is there an easy way to create a links index page?
Essentially I want this...
http://oldtimemusic.com/otlinks.html
I want to have an index of letters each pointing to a page with links for that letter along with a description.
I'm wondering if ...
0
votes
1answer
284 views
wp_list_categories link to first post of category instead of calling taxonomy template
I'm using wp_list_categories to give me a list of links to categories (no surprise there)
Is it possible to get Wordpress to link to the first post of a given category instead of calling the taxonomy ...
0
votes
3answers
3k views
Category links suddenly started giving 404 errors
My Wordpress blog suddenly seems to have started giving me 404 errors when accessing category pages. For example, http://blog.rtwilson.com/category/tok-related/. Interestingly, this doesn't happen for ...
0
votes
1answer
252 views
Conditional Display of Links in Widgets
I want the links widget in my sidebar to display links based on the page the user is on. For example, if the user is on the home page I want it to display link1, link2 and link3. But if the user goes ...
-1
votes
3answers
491 views
PHP code for link with text
I was exploring and ran across this post: Grab First Link From A Post, Grab First Blockquote
I would basically like to do the same thing, but have it call not only the URL but also the link, since I ...