Tagged Questions
0
votes
0answers
37 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
87 views
wp_get_attachment_url not working
I have a template file which shows the posts of a category called downloads. for each posts i have attached a pdf file. I have given a link to download the pdf file on the page. But when i click the ...
0
votes
1answer
134 views
Create custom links for excerpts with php dynamically
Good Day
I am using excerpts in my wordpress theme. Now in wordpress's documentation, they say wordpress does not automatically add links for the excerpts, you have to manually add them like this:
...
1
vote
0answers
82 views
Older entries link within category page
I am building a custom wp theme and I have a category called 'blog'. On here I have all of my posts displaying from the category 'blog' and a link at the bottom that says older entries.
When i click ...
3
votes
1answer
134 views
Social Media Links on homepage - within posts/post loop
On my WordPress site I've got a social sharing bar that I created myself. Here's a picture of the social sharing bar: http://d.pr/i/ucSG - I have the social sharing links included within 'index.php' ...
1
vote
1answer
500 views
Change website URL without breaking links or images? WP 3.3
I am using Wordpress 3.3.2.
Currently I am working on a website in a dev folder on my domain, dev.domain.com. Upon creating pages and blog posts, it just occurred to me that when I move the WP ...
0
votes
1answer
34 views
Format HTTP links
I have a custom page template creating an xml feed found on a WP page at http://example.com/xml/
I am trying to access this xml document via Google Maps but it appears I need the actual file name ...
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
69 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 ...
1
vote
2answers
566 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?
2
votes
2answers
322 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 ...
-1
votes
3answers
460 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
227 views
Cannot access blog pages beyond main page [closed]
Hallo,
I cannot go to my individual blog posts (or any other pages beyond my main page) because it always takes me to the RSS feed page instead. I think it is a problem with my .htaccess file, so ...
3
votes
7answers
7k views
How to use relative links on my pages?
In my web pages I want to use relative links instead of absolute links.
However, pages do not allow php code inside them, so i cannot do to from a url in a relative manner.
How does one get ...
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 ...
