moslemblog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blog error after changin URIHandySolo,
thanks .
I did only the option_id =1 , but not the no. 40.However it works now …
i just compare the .htaccess with my other wp blog.it adds ‘MYBLOG.COM’ in my .htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase MYBLOG.COM/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . MYBLOG.COM/index.php [L]
</IfModule># END WordPress
then I just delete the ‘MYBLOG.COM’ it works now.
Thanks all
Forum: Fixing WordPress
In reply to: Blog error after changin URIyes already done that.
but still cannot access the blog server, giving me error 500Forum: Fixing WordPress
In reply to: Blog error after changin URIno, without quote in the mysql.
Forum: Fixing WordPress
In reply to: Blog error after changin URII already tried that .. put back the “https://” in wp_options tabel .. in the field option_value … but still ??
Do you think there is anything to do with .htaccess ?Forum: Fixing WordPress
In reply to: Blog error after changin URII cannot browse my blog now. and the wp admin also.
Forum: Themes and Templates
In reply to: Display by Category home.php templatehi Kafkaesqui,
I am really enjoying your hacking template here.
However I have a question though, that maybe you can help me.In the sidebar :
how can I show the category name followed by 3 (subheading) of posts title that linked to it’s single page.
How can I set the number of category shown, and the number of posts within that category shown ?I want my sidebar looks something like this :
Category1
>>title post1 in category1 (linked to its single page/post)
>>title post2 in category1 (linked to its single page/post)
>>title post3 in category1 (linked to its single page/post)
>>title postn in category1 (linked to its single page/post)
Category2
>>title post1 in category2 (linked to its single page/post)
>>title post2 in category2 (linked to its single page/post)
>>title post3 in category2 (linked to its single page/post)
>>title postn in category2 (linked to its single page/post)
.
.
Categorym
>>title post1 in categorym (linked to its single page/post)
>>title post2 in categorym (linked to its single page/post)
>>title post3 in categorym (linked to its single page/post)
.
>>title postn in categorym (linked to its single page/post)etc.