Tagged Questions
0
votes
1answer
28 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 & ...
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
16 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
41 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
1answer
43 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
35 views
Adding a user's ID behind the <a> tag ref link address
Good day, everyone:
I want to make wordpress to add the user's id number behind the ref's link string, so that, for example
<div class="toolsbutton">
<a ...
0
votes
1answer
93 views
Adding a text link under the post title in the lists of posts
I made a lot of changes to my WP settings and now, when I approve and publish pending posts, authors have one hour to modify their articles.
After the hour has gone the edit link disappear and they ...
0
votes
2answers
81 views
Linking to page with all posts
I'm new to the Wordpress world. I've read the template hierarchy document and read online, but, I wanted to get feedback from here on what the best way to do this would be.
What I'm trying to do is ...
0
votes
2answers
86 views
Authors' Links on Homepage Not Going to Author Post Pages
This problem only occurs with the articles/blog posts on the homepage of the site, readbuzz.com.
On the homepage of the site, the author's name is supposed to link to that particular author's post ...
0
votes
2answers
36 views
Short link to read complete post
I am just a newbie to the WordPress. I was just going through the demo sites and I found a website. Here you can see there are couple of posts in a home page and just below the every post there is a ...
0
votes
1answer
45 views
All Posts Linking to Author Posts directly
I want to do "All Posts" hyperlinked to Author-Link so when user clicked All posts then user will be directed to Author's all posts, instead of "All Posts of: Author-Link"
I don't want repeatation of ...
0
votes
2answers
78 views
Delete all Tag Links from Posts
We're working on this site:
http://granthammond.staging.wpengine.com/
which will no longer be using tags,
i need a way to strip / remove all the tag links in the post content,
for example:
any ...
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 ...
2
votes
0answers
144 views
Link button is not working while editing a post in Firefox [closed]
One of our admins started experiencing a weird issue when editing a post. When the link button is clicked inside the post editor in visual mode, the box appears with the content inside, but it is ...
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
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
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
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 ...
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 ...
3
votes
2answers
953 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 ...
11
votes
4answers
136 views
How do I check if I linked to a post before I delete it?
If I want to "safely" delete a post. I want to make sure that no link exists (within my blog) to "to-be-deleted" post. How do I do that?
0
votes
2answers
826 views
how to grab first link in post… and of course call it
I have been trying to get the answer to this for ages now and wondered if anyone here could help. I would like to 'grab' the first link in a post and attach it to a button/image. I have tried the ...
1
vote
2answers
203 views
Is it possible to add a first and latest posts link?
I'm using the following code to show one post in a page (Blog pages show at most is set to 1 post):
<?php
/**
* Template Name: Front Page
* @package WordPress
* @subpackage Prominent
* @since ...
2
votes
1answer
170 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 ...