Tagged Questions
0
votes
2answers
21 views
removing hyperlink title - wordpress
After being googling I found many results like this.
Search for: <a href="<? php the_permalink()" /> <?php the_title()?> </a>
in single.php or page.php or index.php inside your ...
0
votes
3answers
36 views
make anchor text link's in more than 100 posts in a specific period of time
I need to write on a Wp database (inside the posts) an anchor text link for a given keyword in more than 100 posts in a specific period of time (posts published between 16-01-2013 and 23-05-2013).
...
-1
votes
1answer
26 views
Wordpress: Link to Category is Splitting when Static Text Added
I tried to insert static text before my link back to the category page of a post, but it is displaying the links separately and they do not go to the same place.
The expected output was to print a ...
0
votes
1answer
29 views
How to skip certain links on adjacent posts in Wordpress?
I use the following code to fetch the links of the previous and next posts respectively, from the single post template;
<?php echo get_permalink(get_adjacent_post(false,'',false)); ?>
<?php ...
1
vote
2answers
37 views
Links in a single page wordpress theme
I am building a single page WordPress theme (index.php including header.php and footer.php)
the navigation inside the site is done by jquery div hiding and showing...
as a result,the url of the page ...
-1
votes
1answer
28 views
Why is my wordpress site turning all links to local path [closed]
My site is turning all my wordpress links into local links (ex: href="http://google.com" gets ends up going to "http://domain.com/http://google.com" on the site). What is causing this and how can i ...
0
votes
1answer
35 views
Next / Prev post link not working wp
Ok so I am having issues with linking to next and previous posts...
Here is my code:
<?php get_header(); ?>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
...
...
1
vote
2answers
53 views
how to link wp tamplate to different stylesheet
I am trying have my own stylesheet linked to a custom page inside a theme on wordpress.
Im using this code on my header.php
/my-own-styles.css" />
There are 2 changes in this code that I made: ...
-1
votes
2answers
39 views
php footer links [closed]
how do i get the headers for my footer to become a link ? currently i have this code :
<div id="footer">
<div id="foot">
...
0
votes
1answer
66 views
Facebook is not showing my link images or info
I am using wordpress for my blog I also added it in spanish but when I share the link on Facebook it does not show any images just the link info how can I fix this?
I went on Facebook debug and it ...
2
votes
1answer
112 views
TinyMCE visual editor hyperlink button not working in WordPress 3.5
When i click the insert hyperlin button in the visual editor it literally does nothing. I ran the console in IE to see any errors which i've listed below...
SCRIPT438: Object doesn't support property ...
6
votes
5answers
160 views
Unable to expand navigation of wordpress website when the browser size is reduced
I am looking for help in verefly.com. I have developed this website with an online theme and have made the necessary changes .My issue is that the navigation menu when the browser is reduced from its ...
0
votes
0answers
34 views
Wordpress links appending URI when anywhere but homepage
So on my site, http://www.bigideaadv.com/, all links are formatted correctly and look like
http://www.bigideaadv.com/wp-content/themes/my_theme_file/location_of_file
On any other pages, say ...
0
votes
0answers
39 views
Using the get method for an admin area plugin for WordPress
I'm trying to use either the get or post method to transfer data over links in an admin page I created for a plugin, but whenever I use the get method to transfer the data to the desired page, the get ...
0
votes
1answer
33 views
Wordpress image and link in header
I have a Wordpress child theme of TwentyTwelve with a header image and I would like to place another smaller image with a hyperlink centered in the header image.
...
0
votes
1answer
123 views
Get The Category Link outside The Loop In WordPress
Is there any ways to get category link outside the loop? So I can place the code everywhere.
In case I want
For example: I want to create a custom title category, then link to the specific category
...
0
votes
3answers
46 views
How to add hyperlink on banner back to homepage
I have a wordpress blog and I wanted to add a link to my banner that when clicked it sends you back to the homepage. I know wordpress has this feature with the 'title' setting but I had to remove ...
1
vote
0answers
311 views
WordPress 3.5.1 og:image not showing in facebook link preview
Two clients have contacted me with this problem immediately upon upgrading from WordPress 3.5 to 3.5.1. I've posted to the WP support forum, but have yet to see any traffic on my question. Thought I'd ...
1
vote
2answers
223 views
Featured image from post not showing although Fb Debugger is OK
I´m finishing my site in WP and everything seems ok but I can´t get the featured image from my posts to show when sharing the link in FB.
I tryed the debugger, it sees the image ok and returnes a 200 ...
0
votes
2answers
86 views
How to make a link generated random by php tu auto-open itself?
On my menu, i want to be a a link called"Random" that when clicked it will open a random article, just like on stumbleupon. I made the template thinkink i may go from there and achieve this. But i ...
0
votes
0answers
33 views
How to link keywords in custom fields?
I found the idea and WordPress plugins that will automatically link/hyperlink keywords--to external links--every time they appear throughout posts. However, they are only linking the specific keywords ...
0
votes
1answer
31 views
How to automatically link a word(s) to an external site every time it appears anywhere on the site?
For the life of me I do not know what the terminology is for this. And my search engine searches are straight up hopeless. I know I'm not the only one wanting to know this; I just don't know how to ...
1
vote
1answer
23 views
wordpress img link
I'm working on a little blog made with wordpress.
I'm new in the CMS world.
I have one problem when i click on every images in the index.
Differently when I click on the title links, if I click on an ...
0
votes
2answers
95 views
Reply link wordpress doesn't work
I'm trying to put a reply link on my comments.php form and it doesn't work. It only refreshes my page!
The code i'm using is as follows:
<div class= replay_text">
<font ...
0
votes
2answers
86 views
link to internal page wordpress
I'm a newbie to wordpress, I added a new page via dashboard, and I want to make a link to this page from the home page so I would love to know what function does that,
I think it would be something ...
1
vote
1answer
101 views
how do I change link color in wordpress
I am using free Wordpress online. I want to change the color of a link. When I test this code in http://www.w3schools.com, it works well:
<!DOCTYPE html>
<html>
<body>
<table ...
1
vote
0answers
46 views
Wordpress- How do I display link categories per post?
I currently have several different link categories with links within them. My goal is to have the edit-screen of any post display these link categories so that I can select a category of links to ...
1
vote
1answer
74 views
How to limit number of links per post in Wordpress
is there way how to limit number of links per post in Wordpress?
I know this can be done by one simple function but I don't know how to do it.
Can you help me please?
Thanks
0
votes
1answer
46 views
clicking keeps redirecting to same page
I was working on a wordpress site locally, everything was working until today when I login to the site frontpage and try clicking on a link it redirects the same page.. I tried to undo all my code ...
0
votes
2answers
87 views
Link protection
Is there any plugin for Wordpress to protect link. I need a plugin to create a random generated key for my links. Like the one in this website : http://www.1channel.ch/watch-1941005-Red-Dawn .
If ...
0
votes
0answers
33 views
Two Read More Links WordPress
In the index.php <?php the_content(''); ?>, there was no text, so i put custom text in it <?php the_content('more Proceed... '); ?> and now i have two Links.
One is Read More...;
Second is ...
0
votes
0answers
14 views
How to do an anchor link for WordPress pagination? [duplicate]
Possible Duplicate:
WordPress pagination - Adding an Anchor link
I have this anchor link in my index.php where my blog is:
<a name="blog"></a>
I would like this anchor link ...
1
vote
1answer
110 views
Change Read More link WordPress
I want to change the Read More link in WordPress, i have found some tutorials where in the <!-- more --> i can write something else <!-- more Proceed... --> (this did not work).
And in ...
0
votes
0answers
52 views
Link from a tab to another tab on the same page, using WP UI for the tabs
I am trying to link to another tab from a tab on the same page. I am using the WP UI tab plug in. I have researched and tried the following but it is still not working as the url of the page does ...
0
votes
2answers
182 views
Linking back to home page in wordpress
So I have WordPress installed in a subdirectory of my website with permalinks set up.
I have my website set up like so:
-index.php
-style.css
-/contact
---index.php
-/blog
---(Wordpress ...
1
vote
1answer
173 views
In wordpress, how do I make link redirect to login if needed, and back to the same page afterwards
I'm using the category template to list a series of custom posts, each of which lists a link to document. Some documents are public and some are private. Currently, if the post is public, the link is ...
0
votes
1answer
20 views
error on wordpress index page
I made a wordpress theme myself and now I want to upload it without "wordpress" in the link: (example.com/wordpress/home) so it should be a normal link. I followed a tutorial to reach this. The whole ...
0
votes
1answer
62 views
Hyperlinks cannot be clicked on wordpress
i have a site i did for a friend using the theme KIN for wordpress as a base. The site is built on Wordpress and it's using AJAX to load all the pages, but the links although visible cannot be ...
0
votes
0answers
34 views
Firefox-like bookmarks in [closed]
I am new to WordPress, PHP, and CSS, but not new to programming. I would like to have Firefox-like bookmarking capability in a WordPress site. No limit to the number of levels in the hierarchy. The ...
0
votes
0answers
92 views
Word Press Canvas Theme top level navigation - How to add a pop up link?
I am working with the Canvas Theme in WP and would like to have one of the main navigation links to pop up in a new, smaller window using JS:
javascript:launchWS('http://link');
Could anyone let me ...
0
votes
3answers
98 views
How to turn a text called out by PHP into a link?
I'm currently using Wordpress and I have website listings that has link names as titles (eg. www.test.com, www.test2.com)
With this php code, it calls out the name of the website link:
<h3 ...
0
votes
0answers
139 views
Wordpress random post link for same catergory
I'm using a random post link plugin located here.
http://wordpress.org/support/plugin/random-post-link
It works fin accept the link directs you to a random post in any category. I need it to direct ...
0
votes
1answer
74 views
offsetting hash by 28px to accommodate admin bar for logged in Wordpress users
Because of the admin bar that shows for logged in users on my Wordpress site, hash links don't work as I'd like them to, i.e. they work as they should, but the top of the hash div is obscured by the ...
0
votes
1answer
435 views
How to remove hyperlink of images in wordpress post?
This is my first question here.
I need to disable hyperlinks on my images in posts in wordpress cms. I know about "None" button when adding images 2 post but i need some kind of filter cause i cant ...
0
votes
5answers
160 views
adding a class when link is clicked from Wordpress loop
I am trying to isolate and add a class to a clicked anchor tag. The tags are getting pulled from a Wordpress loop. I can write JQuery to remove the "static" class, but it is removing the class from ...
0
votes
0answers
127 views
WordPress - Page Navigation Not Working
I recently updated to WP 3.4 and updated a couple of my plugins like All in One SEO. Yesterday, i noticed an issue. Navigation for multi-paged posts isnt working. I dont know what caused the issue.
...
0
votes
1answer
153 views
(Wordpress) - PHP variable to show custom field hyperlink
I have authors associated with particular books, and where there is more than one author, I needed to comma delimit them. I have done this using the PHP implode function, but I cannot get it to show a ...
1
vote
0answers
440 views
MailChimp form in iFrame, how to configure the “return to our homepage” link?
I have a WordPress site, and in one page I have an iFrame which loads a MailChimp form. After completing the form and submitting the info, I have the option from MailChimp to return to your homepage, ...
0
votes
1answer
358 views
Custom Menu Link Descriptions
I am building a custom WordPress theme and need to add descriptions to my custom menu links. According to WordPress, there is a way to do this:
"The description will be displayed in the menu if the ...
2
votes
2answers
2k views
Control Link Description of a Wordpress link shared on Facebook
When we share a link directly on Facebook, and the link goes to a Wordpress blog, how can we control the text that Facebook will pull and use as the description for the shared link? Just go to ...
