The links tag has no wiki summary.
0
votes
1answer
60 views
Can i have a slider image with images on my wordpress.com site? [closed]
Now, what i wish to do is set a page as a static as my landing page on my wordpress.com site.
That page should have a couple of slider images which would be hyper-linked to my other pages, not ...
0
votes
1answer
104 views
Image not showing up in media loader success area - followup
This is part two to this question:
Post Specific Uploader
I am using an upload filter to put files in a location based on post_id. Now when the file uploads, the URL path in the meta is wrong and the ...
0
votes
1answer
44 views
Link to older links
Im trying to have 5 posts for page in my blog. This is what Ive used in index.php
<?php
get_header();
query_posts('posts_per_page=5');
// The Loop
if (have_posts()){
...
0
votes
2answers
33 views
Plugin to Link Posts by Title
I'm looking for a plugin that will allow me to link to posts by title. That is, when I click the link icon in the editor (or some other icon), instead of entering a URL, I get a drop-down of posts to ...
0
votes
2answers
180 views
Good plugin for managing outbound links?
I've looked around and around for a good WordPress plugin. I know this is a shopping question, but such an important aspect of managing your WordPress blog, I'm surprised to find that there isn't a ...
0
votes
1answer
48 views
Link to full-size image for subscriber only
I'm looking for a way to disable the "link to full-size image" for people that are not logged in. I would like that people become a subscriber before they can download my full size images.
Is this ...
0
votes
1answer
59 views
wp_insert_link not working
Im using this code to insert links into my blog:
$linkdata = array(
'link_name' => $title,
'link_url' => $url,
'link_catetory' => 3, // my cat ...
0
votes
1answer
40 views
How to link post titles on page A to its posts on page B?
I set and reversed the order of a list of post titles on my front page with:
<?php
global $post;
$args = array( 'category' => 6 );
$myposts = get_posts( $args );
$reverseposts = array_reverse( ...
-1
votes
1answer
67 views
What is making these links open as new windows?
<?php } } ?>
<?php else : ?>
<li><div class="columb-shadow2"><img src="<?php echo get_template_directory_uri(); ...
0
votes
1answer
210 views
anchor tag in header not working on other pages except the home page
I have a anchor tag that wraps around my logo image that takes you back to the home page using the following
<a href="<?php bloginfo('url'); ?>"><img src="<?php ...
1
vote
2answers
603 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:
...
0
votes
1answer
176 views
Internal linking search box not working - WP 3.2
I'm developing on a local install of WP 3.2 and noticed that the search box inside the insert/edit link dialog is not working (Tiny MCE link button in the visual editor).
Has anyone else experienced ...
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 ...
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 ...
0
votes
1answer
209 views
Change maxlength of link_description in dashbord link section?
Im using wordpress together with qtranslate and it works on pages and post but not in menus, widgets etc. So i created jquery scripts to solve those issues. The problem is that the field ...
4
votes
1answer
94 views
Allow user to create instances of custom field
I have a custom field for a links page which takes a name and an URL and saves it in the post meta. However, I want the user to be able to click "Add new link" and a new custom box appears so they can ...
0
votes
1answer
503 views
Change description of my Jetpack facebook shared links [closed]
When I try to share a link from my WordPress site on facebook using the Jetpack Sharing Settings the link shows up like this:
(My Featured image picture here)
Put a hat on yo’ baby! | Trendz with ...
2
votes
1answer
171 views
Tag link suggestion plugin
Every time I write a post I make sure I add links to words that I have tags for.
For example:
"The economy of Brazil has improved in the last few years".
This ensures that when people re-post my ...
0
votes
2answers
698 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
1answer
95 views
child pages from home (or main) page [closed]
How do I create child pages which WP recognises (so I can use the $wpdb->get_results() function in them), and which I can display from my main/home page.
Would I then use normal a href="some url" ?? ...
0
votes
1answer
55 views
Linked pages from plugin on front can't see $wpdb
I obviously need more knowledge re this one.
From my plugin.
I have a custom main page which displays my custom db data table of a list of stores.
Each store has a "link" ie using a href eg.
<a ...
0
votes
1answer
44 views
I am not getting Backlink/interlinks notifications! [closed]
When I link my old post in the new one and click publish, I don't get the pingback alert/notification on the dashboard (neither in comments section).
Does it got disabled? How can I enable it?
0
votes
2answers
113 views
Clicks registering on Preview DNS site
I set up my site on a PreviewDNS, I have since pointed my Domain to the correct place and changed all the links to non-previewDNS links.
However I can see (using Jetpack) that visitors to my site are ...
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 ...
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 ...
2
votes
2answers
53 views
Turning broken link into search term?
I'm migrating a Typepad subdirectory install to a Wordpress subdomain install, and most of the links will be broken. The rewrites work so that;
http://mainsite.com/blogs
is rewritten to
...
0
votes
3answers
812 views
How can I get a different image size, if all I have is the link?
For various reasons, I can't use Wordpress' built-in Thumbnail functionality.
What I want to do instead is to use the first image in the post as the thumbnail.
Here's what I found in the codex: Show ...
1
vote
1answer
49 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 ...
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 ...
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
1answer
149 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?
0
votes
1answer
252 views
links to Media Library content in sidebar per page
I have a bunch of PDF files in my Media Library and I want to show the relevant ones on a per-page basis in the sidebar. So on the 'About Cats' page, I want ILoveCats.pdf and cat-food.pdf from the ...
0
votes
1answer
23 views
How to create several Post pages
I have a question regarding the Posts.. When I create a new Post it will display on the Home page and not for ex. in the photogallery page where I want to have it... Is there any way how to define ...
1
vote
1answer
40 views
Convert link in Wordpress 3.2.1
How can I convert links (url displayed in the browser) from :
www.mywebsite.com/?p=13
to something like this :
www.mywebsite.com/title_of_the_topic
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 ...
0
votes
1answer
111 views
Linking to Post Types from wp-admin
Morning all,
I'm having a bit of trouble finding a function I can use to link to a post type from the admin area. I'm actually using something as simple as:
<a ...
0
votes
1answer
52 views
Menu System: Custom Links
Is there a way to set default values for options selected in the WordPress menu system? My example would be if the "Custom Link" option was chosen, can this default to a _blank target? Thanks!
1
vote
3answers
585 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!
0
votes
1answer
69 views
How can I see a list of all pages my WordPress site has generated?
I would like to be able to to see some sort of list of all the individual pages my WordPress site has generated that would inevitably be visible to a user or a search engine. For example, I know tags ...
0
votes
1answer
122 views
Plugin for wikipedia style references in WP?
I find inline links offputting to read so want to use wikipedia style foot-of-article references with incremental numeric linking to the external link reference.
I can just stick the HTML in but on ...
0
votes
1answer
390 views
get_category_link() is returning nothing
<?php
$categories=get_categories('taxonomy=galeriak');
foreach ($categories as $category) {
?>
<li><a href="<?php echo get_category_link( $category->term_id ) ?>" ...
0
votes
1answer
122 views
echo site_url() returns a different value than what is in the database siteurl field
I have just copied a WordPress site to a different domain, everything on the front-end and admin side displays and works smoothly except I found my category links are linking to the old site domain. ( ...
0
votes
1answer
124 views
HTML link within my plugin settings page
My plugin has a settings page. It's working fine. Now, i want to put a html link within this page. This link will go to another settings page. How could I do that?
Thanks.
-1
votes
3answers
713 views
Stop underlining image links
One my widget bar, I have an image which is hyperlinked. The problem is that CSS underlines it. How do I remove the underline?
Update:
Just noticed that this is what is causing the underline:
}
...
-1
votes
1answer
89 views
Problem embedding a page on facebook [closed]
When I put the link to this page:
http://www.likeforisrael.info/
In facebook, I get the embed code to show a link to this page:
http://likeforisrael.info/NVnlO/
And idea why this happens?!
1
vote
0answers
378 views
Password reset link not working [closed]
For some reason, my password reset link on one of my sites is no longer working...it redirects to a 404 page.
It's URL /login?action=lostpassword is not working...any ideas on how to fix this?
...
-1
votes
1answer
226 views
plugin: SEO smart links does not work [closed]
I need to add automatically links in my blog to various pages.
I try "SEO smart links" and other similar plugins but no links are added.
Any ideas as per what I'm doing wrong?
Thanks.
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
651 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 ...