transom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: page titlesThis is determined in your theme file. A quick and dirty fix is to leave the title field blank.
Forum: Fixing WordPress
In reply to: How to add "send post to a friend" on the blog page?You’ll have to find a plugin like “Share This ” – http://wordpress.org/extend/plugins/share-this/ for this functionality.
Forum: Fixing WordPress
In reply to: images can't be copied when I share blog linkThis change you made would have been in your .htaccess file. It is designed to prevent hotlinking.
Forum: Fixing WordPress
In reply to: My blog only showing snippetIt is likely in your index.php file. DO NOT paste it here – it is too big. Go to pastebin.com – paste it there and post the link to the pastebin page here.
We might be able to advise a fix once we see it.
Forum: Fixing WordPress
In reply to: Problem transforming HTML site into WordPress ThemeYou’ll want to modify your theme to dynamically put the url in front of the style.css.
something like:
<?php bloginfo(‘template_url’); ?>/style.cssin your index.php file, put something like
<?php get_header(); ?> for your header fileForum: Fixing WordPress
In reply to: My blog only showing snippetThis would be a theme issue. It is likely using the function the_extract, rather than the_content function.
Forum: Fixing WordPress
In reply to: Tweet and Like buttonsAbsolutely – the easiest way is to use the “Share This” plugin – http://wordpress.org/extend/plugins/share-this/
There are many plugins in the Extend/plugins directory that provide similar functionality
It sounds like you have fixed the header issue. Have you changed the value of WP_LANG in wp_config.php to “ar”?
Forum: Fixing WordPress
In reply to: Problems with Querying Custom FieldsSince you don’t have end dates for some events, there really isn’t a way to do this query. If there was an end date, you could query for only end dates in the future.
Forum: Fixing WordPress
In reply to: How To Remove Default Menu Option?The issue is with the stylesheet of your theme. You’ll have to modify it to make the styling of “current-menu-item” to match your desired look.
Forum: Fixing WordPress
In reply to: All posts are titled [Title]">[Title] when logged in?!Based on your description – it looks like something in the theme is cutting the alt link off prematurely.
Most likely a typo in the theme file where the post title is output
Forum: Fixing WordPress
In reply to: Feed does not validate using feedburner?My best guess is that using UTF-8 character in the file name of an image – messed up the validator – vår.jpg
Forum: Fixing WordPress
In reply to: extra header how do I get rid of it???The lower header is actually the title of the post. If you click on “specials”, you’ll see that the same area is empty (as is the title of that post.)
Removing that area would require editing the theme.
Forum: Fixing WordPress
In reply to: LTS Compliance?I do – you can contact me via my profile page here (click on the URL to my site)
Forum: Fixing WordPress
In reply to: User Writing/Publishing IssueCan you share the URL?