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 ...
-2
votes
2answers
113 views
Removing links to current pages [closed]
Okay, I give up. How do you remove links to current pages from the navigation bar in Wordpress? For example, I don’t want to see the Home navigation link on Homepage or About Us link on About Us page.
...
-1
votes
1answer
2k views
Add “sub-nav” class to a sub menu parent item
i have a problem. I have an CSS Dropdown Menu. The HTML Code of the is this:
<ul id="nav">
<li><a href="#">Home</a></li>
<li><a ...
0
votes
1answer
341 views
Can't add mailto link in page [closed]
Whenever I add a mailto link (<a href="mailto:alias@site.com">alias@site.com"</a>) in a blog post or through the admin edit page (HTML interface, not visual), WordPress will incorrectly ...
1
vote
1answer
66 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!
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
125 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
393 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 ) ?>" ...
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 ...
0
votes
1answer
176 views
Clean links in: the_author_meta('description')
I need to clean any links returned from the_author_meta('description')
The code I use is simply that:
<p><?php the_author_meta('description'); ?></p>
I Searched old question but ...
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. ( ...
-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
382 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
vote
1answer
654 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 ...
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
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 ...
1
vote
0answers
99 views
RSS feed is empty [closed]
is anybody know about this issue?
I have implemented RSS feed in functions.php file for two custom post types:
function myfeed_request($qv) {
if (isset($qv['feed']) && ...
0
votes
1answer
502 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 ...
-1
votes
1answer
228 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.
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 ...
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
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
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?
0
votes
1answer
209 views
remove the 'page' URL parameter in previous/next posts link
I want to remove the "page" bit from the URL when I use the previous_posts_link and next_posts_link. Right now, it looks like:
http://mywebsite.com/page/2
I want it to look like this:
...
0
votes
2answers
257 views
Get paged category link programmatically
I want to get the link to a category (specified by id) but with a paged value (e.g. page 3 of category id 4).
I was looking into get_category_link()Codex, but it only returns the link to the first ...
1
vote
2answers
100 views
Get link to a specific template file [closed]
I was planning on creating a custom "Archives" template to create a detailed Archives page for my blog, including lists of posts by category, tag, date and author. Rather than use a static link ...
2
votes
1answer
141 views
Related links - from other sites
I'm in middle of re-building a website that's coded in a rather terrible custom CMS. Since the site is essentially a blog, I've been doing it in Wordpress.
One thing I'd like to do is be able to add ...
2
votes
1answer
58 views
Hooks for Links Box [duplicate]
Possible Duplicate:
Getting archive pages in WP's AJAX internal link finder?
Are there any hooks for the new internal links box that was created in WP 3.1? I'm trying to modify it in my ...
2
votes
2answers
323 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
1answer
283 views
How do I make Wordpress “Page” link in the top nav bar go to an external URL?
I would like the Wordpress page link as shown here go to an external URL instead of going to page. What is the best way to set this up? I'm running Wordpress
3.1.3. Thank you.
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.
2
votes
1answer
112 views
Getting only the most recent bookmark?
So, I was thinking I'd use WordPress' Bookmarks/Links content type to populate a slider...
...Except there are a grand total of four functions interacting with this part of WordPress.
I don't think ...
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 ...
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:
...
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.
4
votes
1answer
95 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
177 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 ...
-1
votes
3answers
466 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 ...
0
votes
1answer
278 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 ...
1
vote
2answers
283 views
Auto-embed link info from URLs in link post format?
Would it be possible to make the link post format work the way links are shared in Facebook, i.e. auto-populate a title, description, and thumbnail?
A plugin for BuddyPress (Buddypress Links, see ...
0
votes
1answer
223 views
Blogroll import/export with categories and descriptions
Is there an easy way (a plugin maybe?) to export and then import into a different WordPress installation all links in the blogroll including descriptions and categories?
I know you can export links ...
3
votes
2answers
967 views
Wordpress: How to get the current logged in author page URL?
Is there a way to display, via a PHP function, the author posts link (myblog.com/author/jason) of the current logged in user ?
In fact, I would like to display, for every logged in user, a "My ...
2
votes
1answer
153 views
WYSIWYG – Getting the “link” button from HTML mode in Visual mode
Pretty much as the title says, I want to use the "link" button from the HTML mode in the Visual Mode in the WYSIWYG editor (the link/unlink in visual is to "advanced" for my liking). Is this possible ...
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 ...
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?
1
vote
1answer
684 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 ...