raywp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Square brackets removed from linksNow I notice that even this post has stripped out the square brackets.
I’ll try and repeat it here:
Forum: Fixing WordPress
In reply to: Square brackets removed from linksThanks yet again.
Here is the link I want to use:
http://www.viewranger.com/buddybeacon/v2/?bb%5B0%5D=rayonfoot;0203&date_from=22/08/2011&date_to=23/08/2011&timezone=Europe/LondonWP removes the square brackets after the 0 following ?bb. If you remove those links it logs into the site in a different way. Ie,
For your information, this link allows me to show my location to others when I am walking long distance routes etc. What you see with the first link is just a test run. If you zoom in, you will see that I can add Twitter messages. The second URL shows activity over the same date range, but shows everybody using the system at that time.
Do I need to log into pastebin for you to pick up the functions.php file, or will you see it anyway? If I need to login. What login should I use?
I’m in the UK, so at some point I will go to bed, but I’m enjoying your support, so I’ll leave that as long as I can!
Forum: Fixing WordPress
In reply to: Square brackets removed from linksActually, I found a functions.php file in the twentyeleven directory. I didn’t notice it before. The last couple of lines (after I’d added your original remove_filter suggestion) are:
if ( is_singular() && ! is_home() && ! is_page_template( ‘showcase.php’ ) && ! is_page_template( ‘sidebar-page.php’ ) )
$classes[] = ‘singular’;return $classes;
}
add_filter( ‘body_class’, ‘twentyeleven_body_classes’ );remove_filter(‘the_content’, ‘do_shortcode’);but this hasn’t changed my original issue, even though I manually added the brackets back in the URL. Maybe I haven’t modified the code correctly?
Forum: Fixing WordPress
In reply to: Square brackets removed from linksFinally the penny drops. Thank you for your patience. I’ll go off and create myself a function.php file and let you know how I get on.
Forum: Fixing WordPress
In reply to: Square brackets removed from linksIn case it influences things. I have created a network so that I can eventually create multiple blogs. I know, that may sound as though I know more than I am letting on, but it took me a while, and I just followed WP instructions!
Forum: Fixing WordPress
In reply to: Square brackets removed from linksOK. I found /wp-content/themes/ but the only directories under that are twentyeleven and twentyten. Not your_active_theme.
I’m still working with the default theme. Could this explain that?
Can I just go ahead and create a directory called your_active_theme and create a functions.php file and drop it into that? Or is that too simplistic?
Forum: Fixing WordPress
In reply to: Square brackets removed from linksI’m clearly out of my depth here. I thought I’d just need to look at the WordPress installation on my server using ftp and find a file called functions.php and modify it. I’ve looked, I think, in all directories and haven’t found that file or a theme directory. It’s clearly not as simple as that. I really appreciate your help, but I suspect I’m completely on the wrong track.
Forum: Fixing WordPress
In reply to: Square brackets removed from linksWell, I didn’t manage to find the functions.php file More help, please.
Ray
Forum: Fixing WordPress
In reply to: Square brackets removed from linksThanks for your rapid response Jackson. It’ll take me a while to digest what you have said (I’m not a very code aware person), but I can probably find the functions.php file and try adding the line of code you gave me and see if it’s ‘an issue for me’.
Ray