ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: address problem1) Login to admin panel
2) Go to settings –> permalinks
3) check if the permalink structure is correct…Forum: Fixing WordPress
In reply to: Link to a Forum on Reply to a Blogin your page.php or single.php (depending on the theme), you can edit the comments tag and code a custom php function.
It will contain an html form and comment function that will make an entry to both the database..
Forum: Fixing WordPress
In reply to: My flash banner is not clickable, but is on other pages.are you talking about this?
http://i29.tinypic.com/a1rfhy.jpg
it is linking to http://archive.puma.com/us/en/archive_splash.html
Forum: Fixing WordPress
In reply to: Formatting Textyes, but I think you should not create a table in word. Try using table tag (html) in html editor..
Forum: Fixing WordPress
In reply to: Require Page Parentmay be this can help you:
Forum: Fixing WordPress
In reply to: up loading imagesmake sure /tmp folder exists and it has enough permissions
Forum: Fixing WordPress
In reply to: Formatting Textyou can create tables with border 0
Forum: Fixing WordPress
In reply to: HACKED on a newer version of wordpressdid you install any new theme? Some theme contains eval functions..
Forum: Fixing WordPress
In reply to: Two blogs but one has taken overwhat in your .htaccess? (for both domains)
Forum: Fixing WordPress
In reply to: made by workdpress?home page is not wordpress
this is wordpress: http://blog.inkd.com/Forum: Fixing WordPress
In reply to: Creating home page (CMS) and getting rid of titleDo you want to remove the title of blog itself ? or just a page ?
1) For blog itself:
open header.php and remove the link for home.. something like bloginfo tag
2) For a page, remove this link:
<h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h3>Forum: Fixing WordPress
In reply to: Two blogs but one has taken overin your main domain database, check the wp-options table and check the blog URL..
also, refer this URL:
Forum: Fixing WordPress
In reply to: WP code like permalink?no, nothing can work without http://
all the files are transferred from server to your browser, using http request only.. 🙂
Forum: Fixing WordPress
In reply to: move meta data into footeryeah, thats it!!
Forum: Installing WordPress
In reply to: 500 internal server error on plesk with wordpress1) check the name servers. It takes some time for propagation
2) Check all the services are running