Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter moslemblog

    (@moslemblog)

    HandySolo,
    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

    Thread Starter moslemblog

    (@moslemblog)

    yes already done that.
    but still cannot access the blog server, giving me error 500

    Thread Starter moslemblog

    (@moslemblog)

    no, without quote in the mysql.

    Thread Starter moslemblog

    (@moslemblog)

    I already tried that .. put back the “https://&#8221; in wp_options tabel .. in the field option_value … but still ??
    Do you think there is anything to do with .htaccess ?

    Thread Starter moslemblog

    (@moslemblog)

    I cannot browse my blog now. and the wp admin also.

    hi 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.

Viewing 6 replies - 1 through 6 (of 6 total)