muhammadwaqas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: getting wordpress http error on image uploadJust tried by disabling smush.it and it worked I think its plugin compatibility issue
Forum: Plugins
In reply to: [Post From Site] [Plugin: Post From Site] popup closeHello, Just checked your plugin. working good.
I tried my best to redirect my plugin after submission but nothing worked.
can you please tell me your method?
Forum: Fixing WordPress
In reply to: url ending with ?m=1 or ?m=2sorry again…
I’ve got it. before my site was at blogger. blogger mobile version uses ?m=1 ?m=2 at the end of url.. so some people may have shared some of my post using mobile version. thats why Its occurring..
I want to know any htaccess trick to remove it for coming traffic .. any idea?
Forum: Fixing WordPress
In reply to: 301 htaccess redirection from old permalinks to new permalinksok here the solution
<IfModule mod_rewrite.c>RedirectMatch 301 /\d{4}/\d{2}/(.*)\.html https://sitename.com/$1</IfModule>
Forum: Fixing WordPress
In reply to: 301 htaccess redirection from old permalinks to new permalinksfriend I’m not using .html in permalinks but want to redirect old blogger link to newer permalinks.
Forum: Fixing WordPress
In reply to: blogger to wordpress: replacing the "page break" html tagok, I’ve solved it myself by just studying a little bit about sql ??
just run it in sql
UPDATE wp_posts SET post_content = REPLACE(post_content, '<a name="more"></a>', '<!--more-->')
if you using wp_prefix don’t forget to add that to wp_[you prefix here]posts
??
wp rox – cheers
Forum: Fixing WordPress
In reply to: How to show wordpress gallery before post title?Thanks, this is what I wanted.
Regards
Forum: Themes and Templates
In reply to: Sight theme sight_meta_box_nonce errorsmay be something required to do with this line..
// Use nonce for verification
echo ‘<input type=”hidden” name=”sight_meta_box_nonce” value=”‘, wp_create_nonce(basename(__FILE__)), ‘” />’;Forum: Themes and Templates
In reply to: Sight theme sight_meta_box_nonce errorswell, Im using it at Version 3.1.2 without any problems :S Yesterday I installed fresh copy of wp and sight without any single prb.
its a strange error you are seeing
try reinstalling
Forum: Themes and Templates
In reply to: Want to show Latest Posts in Single Post PagesAlready tried by adding this, but nothing happened. can two 1f conditions can create conflict?