erikthulin
Forum Replies Created
-
Forum: Installing WordPress
In reply to: [Unknown column ‘time_modified’ in ‘order clause’]Ok, figured out what you meant and did it. It worked!
Thanks,
– ErikForum: Installing WordPress
In reply to: [Unknown column ‘time_modified’ in ‘order clause’]I’m sorry but could you layman that a bit more?
Sorry for the trouble,
– ErikPS this happens with MULTIPLE themes.
Forum: Fixing WordPress
In reply to: WordPress making other files 404I feel very stupid…
Oh well, that is 50% I learning..
Thanks for the reality check.Forum: Fixing WordPress
In reply to: Static pages come up as 404Thanks.
As I said, the issue has been resolved.
Thanks all of you guys.
Forum: Fixing WordPress
In reply to: Static pages come up as 404nm, I seamed to have fixed it. Thanks.
Forum: Fixing WordPress
In reply to: Static pages come up as 404I keep clicking update PermaLink Structure but it still gives me a 404.
FYI I did not have to do any updating of PermaLinks when I created all the other pages.
This already is in the httaccess file before:
RewriteRule ^(contact)/feed/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(contact)/(feed|rdf|rss|rss2|atom)/?$ /index.php?pagename=$1&feed=$2 [QSA,L]
RewriteRule ^(contact)/page/?([0-9]{1,})/?$ /index.php?pagename=$1&paged=$2 [QSA,L]
RewriteRule ^(contact)/?([0-9]+)?/?$ /index.php?pagename=$1&page=$2 [QSA,L]
RewriteRule ^(contact)/trackback/?$ /index.php?pagename=$1&tb=1 [QSA,L]
Thanks,
ErikForum: Plugins
In reply to: Insert google ad inbetween first and second postI tried David’s code:
<?php $postCounter = 0; ?>AFTER the if ($posts) line add:
<?php $postCounter++; if ($postCount==2) { ?>
.. do HTML/script here ..
<?php } ?>And it is not giving me errors, but nothing is showing up.
My site is: http://blog.freedomdown.net/ . Thanks for your help in advance ;).– Erik