silver89
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: 'Duplicate' threadLast time I bother starting a lengthy thread here, far better forums elsewhere.
Forum: Everything else WordPress
In reply to: 'Duplicate' threadI’m guessing you have no backups of deleted posts hence ignoring the reply?
Oh well, thanks for the help ..
Forum: Everything else WordPress
In reply to: 'Duplicate' threadNo it wasn’t, that topic is one line of text for hack support which clearly noone can answer.
The second topic was a thread half a page long with url examples of what I wished to achieve with demos of the .htaccess codes I’d tried.
The thread was a request on if it would be possible to add such a feature to the options settings tab in the future.
Forum: Hacks
In reply to: Remove "page" from pagingI know how permalinks but the “page/1” is the pagination of wordpress. There seem to be no settings to customise this other than editing the .htaccess?
Forum: Fixing WordPress
In reply to: Adding a word to the custom permalinkFound the problem.
Was using this for the custom:
news/%postname%
and then this in the category:
/%category%/
Using just “category” in the category part fixed it.
Forum: Fixing WordPress
In reply to: Dynamic subdomains for author archiveGot it working: http://keiththegooner.afcnews.com/
RewriteCond %{HTTP_HOST} !^www\.afcnews.com
RewriteCond %{HTTP_HOST} ([^.]+)\.afcnews.com
RewriteRule ^(.*)$ ?author_name=%1