The links tag has no wiki summary.
0
votes
1answer
41 views
Automatic linking terms
I am trying to link words that show up anywhere on the website to go to a pre-defined internal url.
In the post editor the author is able to choose a product from a drop-down menu using custom ...
0
votes
1answer
198 views
Adding link to dashboard sidebar, nested under custom post type
I hope there is an easy answer for this, as it doesn't seem like it should be difficult and could make my backend much easier for other's to use.
I'm trying to add links to custom post types - that ...
0
votes
1answer
45 views
WordPress relative links for regular non image links
Is there a way to do normal links in WordPress (not image source links) in a "relative" manner??
Im doing custom site in WP and some portions of the site, for example an image link that when clicked, ...
0
votes
2answers
163 views
Add class to all links created by tinyMCE
I'm attempting to automatically add a class to all links created when clicking the "link" button in tinyMCE. I've found this snippet in the tinyMCE docs:
// Adds a class to all paragraphs in the ...
0
votes
2answers
21 views
Link from Post to Another Post Via Clicking on Words within Original Post
On WordPress (—-.wordpress.com), how can you write a post for example, but then within a post, create a link to another page on your website if someone clicks on a highlighted word? For example, if ...
0
votes
1answer
120 views
Display custom field value as a mailto: link
I'm very confused with an "Email" custom field, how I can make it automatically clickable as "mailto:" link, inside a loop like this:
while ( $loop->have_posts() ) : $loop->the_post();
...
0
votes
1answer
282 views
How do i remove all Bit.ly shortened links from site?
Bit.ly have black listed one site which i linked to which produces a warning.
I have removed this link but want to remove all links which i have shortened using Bit.ly
Is this possible?
0
votes
2answers
154 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
0
votes
1answer
272 views
How to add a Wordpress page with multiple picture links?
I'm new to WordPress.org and currently I'm making a food recipe website. What I want to do is to create a menu with different categories, eg Pork, Seafood, beef etc and when I clicked into each ...
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
181 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
122 views
2 item in a same menu pointing to 1 page
I have a menu containing 2 item that pointing to 1 page, my question is how do i highlight the top level item according to where i click it.
<nav>
<ul class="mainNavi" id="menu-main">
...
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( ...
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 ...
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
2answers
699 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
3answers
820 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 ...
0
votes
1answer
282 views
How to show pages in menu without link
I need to have a menu like this:
- a (link to a)
-- b (link to b, children of a)
-- c (link to c, children of a)
- d (NO LINK, #)
-- e (link to e)
I have the menu composed by the pages, as ...
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
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
71 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
123 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
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
2answers
105 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
74 views
Editing Help Section
I was trying to find the contextual help section for all the admin pages so I could add some additional text. The main pages I need to hit are the "Pages" page and the "Widgets" page but I'm not sure ...
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.
0
votes
2answers
300 views
Gallery - custom html for inserting images
I have gallery (I'm using Cleaner Gallery plugin) with many images. I want to add asynchronous image loading with jQuery (I'm using JAIL to do that). But to use this JAIL plugin I need to change ...
0
votes
1answer
358 views
inner anchor scrolling with wordpress
i got this page:
http://www.amirwebdeveloper.com/blog/common-sense-sensibility-and-accessibility-or-how-not-to-drive-the-surfer-mad-guide
im trying to make a inner page anchor:
<a ...
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 ...
0
votes
1answer
42 views
Hide links to pages that dont have any content
Its that possible?Than when something is added to page in admin panel, page link to that page appears.
0
votes
1answer
199 views
Is there a way to hide WordPress behind a web visible directory?
Is there a way to hide WordPress behind a web visible directory for extra security using a symlink?
0
votes
1answer
180 views
How do I exclude main pages and link only to sub pages?
I have read the following but I'm still confused
http://codex.wordpress.org/Function_Reference/wp_list_pages
At my website
http://alluvialtrading.com/
I would like for example "Who We Are", "What ...
0
votes
3answers
377 views
add_action hook for links.php page
What is the definite hook which identifies links.php page (add, edit, delete, etc. Blogroll Links), and only this page?
Any help would be appreciated.
Thanks,
cadeyrn
EDIT
Sorry, I forgot to ...
0
votes
1answer
363 views
Problem creating an edit link for a custom post type
In my last question, I asked How to build a post and comment editing form in a page?.
But in order to edit the custom post type (called Question) I have to reference the edit page and the ID of the ...
0
votes
1answer
161 views
Converting a hierarchy of off-site web-links to Word-Press
I'm looking at converting several PHP-Fusion sites to WordPress. I'm wondering how to convert a page like this: http://biztalk-training.com/weblinks.php. Is there a plug-in for links that will ...
0
votes
1answer
77 views
What's the URL to my blogs (from my home page - which is a “page”)
How do I add a link under my home page banner to my blog summary page. My default page is a "page", not a "post".
http://nealwalters.com on 3.0.4
0
votes
3answers
2k 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
145 views
“Folding” links in the blogroll
I've got a site (this one) with too many links in the blogroll. I want to keep them there, but to maybe have them "fold" in the menu (after some of them showing without the unfolding of the menu)
...
0
votes
1answer
91 views
Custom theme - pages in menu
I am glad for the opportunity to be a member of this community. Lately I decide to start learning wordpress and theme building so this is my first post here. I read some tutorials around the net about ...
0
votes
1answer
145 views
Html and links via Quick press
Is there anyway I can add an html link from the quick press on the Wp-admin Dashboard? Does it accept html? If only I could do that, I wouldn't have to go to create new post everytime I wanted to ...
0
votes
1answer
30 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
12 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 ...
0
votes
0answers
31 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
0answers
30 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 ...
0
votes
0answers
19 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
17 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 ...
0
votes
1answer
42 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 ...
