aijohn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Front Page not workingRedirect Loop
from firefox browser
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site’s cookies does not resolve the problem, it is likely a server configuration issue and not your computer.Forum: Plugins
In reply to: linux browsers and wp contact formWent to the plugin
and replaced all div class= with div id=
in wp-contactform.phpand now works on my server with linux browsers
any thoughts on this?
Forum: Installing WordPress
In reply to: permalinks and pagesI noticed that editing the post and changing the title does not change the name of the page(still is myoriginaltitle.htm even if post is now newtitle). Are the page names added as an entry to the database on the original posting, and if so what table, if I wanted to modify them?
Forum: Installing WordPress
In reply to: permalinks and pagesI saw this in the file
RewriteRule ^(the-first-test-page)/trackback/?$ /thetestblog/index.php?pagename=$1&tb=1 [QSA,L]
RewriteRule ^(the-first-test-page)/feed/(feed|rdf|rss|rss2|atom)/?$ /thetestblog/index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(the-first-test-page)/(feed|rdf|rss|rss2|atom)/?$ /thetestblog/index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(the-first-test-page)/page/?([0-9]{1,})/?$ /thetestblog/index.php?pagename=$1&paged=$2 [QSA,L]
RewriteRule ^(the-first-test-page)(/[0-9]+)?/?$ /thetestblog/index.php?pagename=$1&page=$2 [QSA,L]so five lines for my first page, am I doing it right?
Forum: Fixing WordPress
In reply to: Put AdSense next to the post instead of top of postI installed the adsense plugin and works great but I haven’t figured out how to wrap text around the smaller Google blocks. Would be very apprciative f some very specific insructions on how to do this.
Thanks
Maybe not strangely silent, just quitely thinking. I’m sure the solution is out there.
Perhaps a variation of the same question. I have about 30 posts in the blog. I think a search enginepicked up the rss feed but since only the last ten items are shown in RSS those are the only items that appear when searched for specific word phrases. How to get the other 20 to be included?
Forum: Plugins
In reply to: Keywords PluginBeen wondering what this line is for:
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats please –>
Whose stats? What can I do with it?
Forum: Fixing WordPress
In reply to: stupid image questionOk, got it. Edited archive.php in the default folder
Forum: Fixing WordPress
In reply to: stupid image questionHi Minna,
Where do I find Main Template and Archive Template for editing?
Forum: Fixing WordPress
In reply to: stupid image questionWell, here’s the answer. I was trying to post the picture in a comment. Works fine when i edit the original post.
thanks for your quick response.