morktron
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] sitemap not workingNextGEN got back to me, it will be fixed in the next release which will be soon ??
Meanwhile they say if you need xml sitemaps asap then disable the Yoast one and use ‘Google XML Sitemaps’ which does work
Forum: Plugins
In reply to: [Yoast SEO] [Plugin: WordPress SEO by Yoast] sitemap not workingThanks for finding out about the NextGen conflict! that has saved me hours of work ??
I’ve sent a support request to NextGEN so hopefully they provide an update that fixes it, I’ll post it here if they do
Dito
Forum: Plugins
In reply to: [WP Help] Can I embed an Amazon S3 hosted video?Hi WPyogi, yes I’m trying to embed a video into WP Help
I went to that plugin and at the bottom of ‘support’ I submitted this post, sorry if it is the wrong place. i’m new tp the WordPress forums ??
Forum: Themes and Templates
In reply to: Exclude category from archiveAfter many a long time searching I found a solution:
Forum: Fixing WordPress
In reply to: Change URI Addresscool, thanks for this solution everyone ??
Forum: Fixing WordPress
In reply to: WP 2.1 – Posting ProblemThanks people that’s great.
I’ve replaced
$valid_elements = ‘p/-div[*],-strong/-b[*],-em/-i[*],-font[*],-ul[*],-ol[*],-li[*],*[*]’;
with
$valid_elements = ‘-strong/-b[*],-em/-i[*],-font[*],-ul[*],-ol[*],-li[*],*[*]’;
but unfortunately now it inserts a linespace if the div tag is at the top of the code.
Anyway at least now I can have div’s – so thanks ??
Forum: Themes and Templates
In reply to: Exclude category from archiveThanks BParth, that’s a very useful and helpful thing to know. I’m very grateful.
Is it possible to do this with the ‘archive’ function though?
I tried this:
<?php wp_get_archives(‘type=monthly&exclude=3’); ?>
basically I just added ‘&exclude=3’ from your code, but it still shows all the archives for all the categories.
Forum: Fixing WordPress
In reply to: Disable sidebar for specific categoryThanks Charlie97, I don’t know how to write php yet, please could you tell what a php closing bracket is?
thanks ??
Forum: Fixing WordPress
In reply to: Disable sidebar for specific categoryIs there anybody out there? just nod if you can hear me.
Forum: Fixing WordPress
In reply to: Easy Permalinks questionYou are a legend Handysolo! thank you so much ??
I should have noticed that Frontage bit but alas I didn’t,
Thanks ??
Forum: Fixing WordPress
In reply to: Easy Permalinks questionHi HandySolo, thanks again for you reply.
Yes Permalinks work in the default mode.
I will ask my webhost. I assume that it’s something you type in the .htaccess file.
This is what my .htaccess file says:
—————————————–
# -FrontPage-IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName https://www.nidhana.com
AuthUserFile /home/nidhanaq/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/nidhanaq/public_html/_vti_pvt/service.grp
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
—————————————————I found some stuff on Google but I have no idea what it’s on about so I’d rather not mess with it. I don’t suppose you know what to type in to get AllowOveride turned on?
Forum: Fixing WordPress
In reply to: Easy Permalinks questionThanks HandySolo for your reply,
yes i did follow the WordPress instructions and it worked perfectly apart from the permalinks.
So WordPress is in a directory called ‘blog’ and when you go to the url it works no worries.
Just can’t seem to change the permalinks, any idea’s?
this is the message i get if i use anything but the default setting:
————————————————–
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.36 Server at https://www.nidhana.com Port 80
——————————————————–