The links tag has no wiki summary.
0
votes
0answers
11 views
SEO Permalinks break media links using the Salient theme - how to resolve? [closed]
When I switch the permalinks to use the more friendly URLs, all of the media-related content (images) links break for some reason.
Below is my web.config - I'm guessing there may be some rewrite rule ...
0
votes
1answer
13 views
How to change link with broken link?
I removed all posts in my website. And then, I posted them again. But links is changed.
Example: Original:
http://mywebsite.com/helloeverybody
After changing:
...
0
votes
0answers
12 views
Modifying the permalink href for posts with jquery
I Was wondering if there is any way to modify a link to add for example a category that I could use with $_GET.
For instance,
www.example.com/this-is-the-post/category (or ?cat=category)
I've tried ...
0
votes
1answer
37 views
How to re-enable the links manager?
There is no links manager in the admin_menu of Wordpress 3.5.1 anymore. I'm creating a custom add_links_page, and I'm having a hard time with the making a plugin.
Do I need to initialize something to ...
0
votes
0answers
23 views
Inserting 'smart' links in pages
I'm not sure of the appropriate descriptive terms for what I'm trying to do, so apologies if this is a repetitive question.
I'd like to insert references into my page content that will update itself ...
0
votes
0answers
17 views
link generated term list to latest post of term
i use the following code to generate a unordered list of all terms within a taxonomy and a nested list with all posts of the terms direct under the lsit item of the term
<ul ...
0
votes
1answer
18 views
Link a widget or find the php that creates the widgets
I would like to make the entire widget a link. Ideally, I would like to find the php file that has created the widget and then modify that.
Q: Is there a way to backtrace the HTML to find what php ...
0
votes
0answers
15 views
Sidebar links fail sometimes but not all the time [closed]
The title says it all, really.
I'm working on a WordPress-based site, a theme derived from TwentyTwelve, with some CSS3-formatted sidebar links and some JavaScript functionality added.
Those ...
0
votes
1answer
19 views
Permalink structure as code in back-end?
I have this permalink structure: /%year%/%monthnum%/%postname%/
What I want to is, output the link of a post in the back-end and let users input a postname, that will automatically lead to that post ...
0
votes
1answer
12 views
Automatically deactivate link for attachments
It's probably super easy. I know it can be done when uploading stuffs to WP but I wonder if there is a simple snippet or setting to automatically deactivate link on attachment.
For example :
I do ...
0
votes
1answer
14 views
link above a list table get permission problem
I wrote a plugin that displays all products in a woocommerce store in admin settings option, now I want to add a link to download the products as csv file.
The problem is, when I click the link I get ...
0
votes
1answer
22 views
Remove link from Page name in navigation bar
I have a wordpress site and there is a navigation bar with menu and submenu.
I want to remove link attribute from menu items that have sub menu.
Is it possible? because i couldn't achieve to this by ...
0
votes
0answers
29 views
Not able to put link on featured image
I have one front slider and I am just showing featured image within front slider, but not able to put link of post on featured image in WordPress.
<img src="<?php echo $thumb_small;?>" ...
1
vote
1answer
11 views
Related Links Page with moderated, user suggested link submissions
Updating an old dinosaur of a site to Wordpress (3.5.1), one of the more popular pages on the old site is a “Related Links” page with links for and about kids. (e.g. fitness, nutrition, ...
0
votes
2answers
38 views
Get all children titles of a page as a link to them
I want to pull all the children titles of certain page and put them as a link.
This is what i got so far:
$my_wp_query = new WP_Query();
$all_wp_pages = ...
1
vote
1answer
15 views
How to remove comment link title attribute?
When I hover over any post's comment link, I see the title: "Comment on Post Title". How can I remove it? I could not find this text in the theme.
Edit: Here's the source which generates the comments ...
0
votes
0answers
13 views
Embed this book to your site [migrated]
I have a Google docs embed link. How do I make this embed link into something that users can click on to embed into their own site using an onclick code like this?
<table>
<tr>
...
1
vote
1answer
25 views
How can I find all internal links that are pointing to post/page?
I have deleted a page and now I want to find all internal links that are pointing to this deleted page.
So I need to know which posts/pages have a link to the deleted page.
Is there a faster way to ...
0
votes
1answer
25 views
Why does wp_links still exist in the db schema?
I understand that links used to be a big thing when Wordpress came out and during the blog rise, but the link feature is so underused nowadays that as of version 3.5 it is hidden by default (thus ...
0
votes
1answer
27 views
Internal linking to posts permalink fail because of spaces and stripe at postname
I have written a function which outputs a tag in a textarea in which people can link internally to other posts on the website. This works like a charm except with using a postname permalink ...
0
votes
2answers
56 views
A link (not in the post) to download a specific PDF file
I want to add a button (or rather, a link formatted to look like a button) in the utilities area somewhere above the main navigation menu of a WordPress-based business site (that is, not in the body ...
0
votes
0answers
14 views
How do I change the title link generated code to improve accessibility?
When you fill up the title input link
WordPress will generate a code like this:
<a href="http://google.com" title="Testing it"></a>
However, this seems to be a bad practice ...
-2
votes
0answers
15 views
Google can't find my site links [closed]
I just finished creating a site saazs-v3.com, for a client but the links can't be found by Google. When I tried to generate a sitemap using xml-sitemaps.com, it reports 86 broken links. The links do ...
-1
votes
1answer
67 views
update_option onclick
I'm trying to add a update_option value when I click a text link.
I came up with the following code, but I don't know how to make it "clickable", like
<?php
function ...
0
votes
1answer
15 views
Links In Sidebar not displaying
Ive placed a link in the sidebar, however its not showing up at all!
Any ideas? The link is the blackburn text in the post.
http://pcdconsultancy.co.uk/
thanks
Kirsty
0
votes
1answer
23 views
Get Link to Feed On Term or Taxonomy
Instead of building the link myself, I was wondering if wordpress has a function which generates a link to a given feed, be it a taxonomy, term, or post type. Perhaps it might even generate the little ...
0
votes
1answer
39 views
How to auto strip hyperlinks & images in wordpress post
I creat a post form on front-end for wordpress members by use DJD Site Post plugin.
Plugin url: http://wordpress.org/extend/plugins/djd-site-post/
And now i want to auto strip all hyperlink & ...
-1
votes
1answer
60 views
Suddenly unable to share WordPress link on Facebook
I was able to share links from my WordPress blog on Facebook with no issues up till about a month ago. Previously, the abstract and featured image turned up fine, but now only the link shows up. I've ...
0
votes
1answer
28 views
Display category page number links for older posts
I was given a task to move the content and certain familiar navigation elements from an old WP-based website to the new one, based on the latest version of WP.
The blog page of the old site has the ...
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
votes
1answer
73 views
How to centre menu items on horizontal nav bar? (e.g. make margins equal) [closed]
I'm currently working on building this site:
http://2013.whitehallrow.com/
I would like to centre the menu items so that there isn't the large gap after "Row Club" on the right. I've tried to locate ...
0
votes
0answers
35 views
How to use Link Manager
I'm working on a plugin and want to use WordPress's 'link manager' (see following image).
How can I use it?
I used Google to find an answer but I couldn't.
I also figured out that this option was ...
0
votes
1answer
28 views
Automaticly replace a link with other “new link”
I want "a link" in my content "automaticly" replace with "new link"
Heres the explanation, in my all post content I want a link of www.lol.com/?http:/rapidshare.com automaticly replace with new link ...
1
vote
1answer
26 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 ...
0
votes
0answers
37 views
How to link to a custom .php file from wp_create_nav_menu?
I'm trying to create a custom nav menu for my theme that already has menu items included in it, such as a "Members page" and a "News page". I've already created the .php files, but I can't find a way ...
1
vote
1answer
52 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, ...
0
votes
1answer
45 views
Disable title link in the backend for non-admins
I need to make posts not editable by non-admins in the backend, is there a way to disable the link in the title of the posts when they view the list of post published?
Thanks!
0
votes
0answers
21 views
Instead of showing the post it just shows the URL
When I tried to share this link http://www.j1studios.com/archives/6032 on Facebook, it would just repeat the URL and not show the title of the post, or the image. It's as if the link is broken.
0
votes
0answers
21 views
How to display links from my post on my home page
I would like only links from a post to appear on my homepage. Then when the user clicks the link it will take them to the actual post. Similar to www.rr.com homepage. Any help will be appreciated.
In ...
2
votes
1answer
18 views
Links are not working on All Plugins Page
I apologigize for the question, as it sounds silly.
But I am forced to ask this question, as I didn't find it's answer anywhere.
I have about 3 sites on WordPress, and 2 are working absolutely fine. ...
0
votes
1answer
59 views
Automatically search and replace link in content (pages/posts)?
The users of my site mainly share documents by inserting links into content (pages/posts) using the built in editor. These files include everything from pdfs to word documents. The users currently ...
0
votes
0answers
87 views
HTTP Code 302 on Google Webmaster tool
I'm running a wordpress blog.
My blog is very young. It's online since a couple of months.
My host is godaddy.
I'm not a SEO expert.
Recently I noticed that on my webmaster tools (from google) there ...
0
votes
0answers
66 views
Trying to get clicked link 'ID' to display specific metabox in 'Add New Post'
So this is something I am trying to accomplish. Basically, I created a custom Admin Page: with 2 link options that both lands on the 'Add New Post' page. For example: 'Add New Post with X' and the ...
0
votes
0answers
43 views
Link to portfolio page
I am using panoramica theme. I have made a portfolio item in category solutions and I have another subpage with of this portfolio page which is another portfolio page. I want to give the link to one ...
0
votes
1answer
24 views
What is the issue with our links? It creates a loop
On behalf of the university's radio station, I am trying to solve the issue with our links.
When you go to our site http://brookesradio.com, if you click one of the nav bar or header, twice or go to ...
0
votes
1answer
66 views
How do I add php to all links automatically?
I'm using the Qtranslate plugin for my site. It's a pretty cool plugin and works great to a degree. I'm having a problem though when users add links to internal content in the WYSIWYG editor in that ...
0
votes
1answer
51 views
insert link in wordpress editor greyout whole screen?
Pulling my hair with this strange issue. When I want to insert link in wordpress page or post, my whole page screen is greyed out, and insert link feature dont work. I tried to disable plugins, insert ...
-1
votes
0answers
77 views
How to add text link to display Gallery
With echo do_shortcode('[gallery link="file"]'); it adds gallery thumbnail but what I am looking is add one text link e.g. View Gallery and when user click it will open gallery in lightbox/colorbox
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
32 views
Disable Link to Post from Showing Up in Post's Comments?
When I link to a another post in one of mine, is there a way for it not to show up in that entry's comments? Very small, new blog at the moment... I honestly just don't want all the exposure from ...


