Saqib Islam
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to open a link with woocommerce light box?Hello, could anyone please help! Bumppppp!
Forum: Hacks
In reply to: How to disable wordpress Media Library Completely?Never mind I made it work. This code in functions.php redirects attachment pages back to the posts.
<?php function attachment_redirection() { global $post; if ( is_attachment() ) { wp_redirect(get_permalink($post->post_parent)); } } add_filter( 'wp_head', 'attachment_redirection' ); ?>To only remove an object from attachment pages but show it on posts I used this
<?php if ( is_single() && !is_attachment() ) : ?> <div class=banner>Banner</div> <?php endif; ?>Forum: Hacks
In reply to: How to disable wordpress Media Library Completely?Hello please asnwer this one last question, can I delete stuff from Media Library without actually deleting the images from uploads folder. like running an sql query or something like that?
Forum: Hacks
In reply to: How to disable wordpress Media Library Completely?All right I guess I will just keep using the other website to add imgages. Thanks for the information.
Forum: Hacks
In reply to: How to disable wordpress Media Library Completely?Okay thanks for the help. Please answer this question.
If I want to redirect the attachment urls to the post url they are attached to, can I do that?
Like this is the POST URL
http://localhost/wp/earth-shes-a-beauty/and this is the Attachment URL
http://localhost/wp/earth-shes-a-beauty/screenshot-2/can I redirect the Attachment URL to the POST URL automatically
Forum: Hacks
In reply to: How to disable wordpress Media Library Completely?I use single.php on my theme to show advertisements. So when the media item is accessed by it’s url the ads show up too right next to the images which violates the google terms.
Right now I use another website with wordpress to upload the images and them copy the upload code back to my site.
Is there any way or plugin which just uploads the images and not attach them with posts and make uniques ids for them?
So if I want to just use Disques to store comments and not in my local Database can I do it?
Forum: Fixing WordPress
In reply to: How to remove excerpts and keywords from old posts?Okay that worked flawlessly. Thank you very very much sir.
Forum: Fixing WordPress
In reply to: How to remove excerpts and keywords from old posts?I have tried that but this error pops up
#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘* FROM 7274_postmeta WHERE meta_key=’_aioseop_keywords” at line 1
Here I am putting a screen shot please check
Forum: Fixing WordPress
In reply to: How to remove excerpts and keywords from old posts?Hello Sir I don’t under stand how that works. I have tried both commands in myphpadmin but error comes up
“You have to choose at least one column to display”
I have chosen column too but some other kind of error pops up.
Please can you give me some Idea how to use these commands
Forum: Fixing WordPress
In reply to: How to remove excerpts and keywords from old posts?Ok great thank you very much sir @adpawl I’ll try it
Forum: Plugins
In reply to: [Disabler] [Plugin: Disabler] "Disable post revisions" not workingdoes this work on wordpress 3.0.1 too?
Forum: Plugins
In reply to: Exclude / Hide WidgetI found a plugin to do the job done. “Display Widgets” your problem will be solved 100%. It has great feature hide any widget from any page or post or homage or archives page. It also has option or showing widget which mean if you want the widget show only on or more page and no where else it will do. This plugin rocks I have been using it for last 12 days working fine for me. Here is the link you can download from.
Forum: Fixing WordPress
In reply to: Fatal error: Allowed memory size of 33554432 bytes exhaustedexcuse me follows but I need to know is IF we increase the memory in wp-settings.php will it consume the PC on hosting service you see my hosting service has a pc usage limit. Thank You
Forum: Everything else WordPress
In reply to: every media has different pages.Thank you again for explaining sir. Bur actually I have put adsense ads on my blog. to start and end of posts as you know when this type of page is created it showing ads right start and next to the images and adsense policies don’t allow that. Thats why I am so much worried.
What do you think I should do remove ads and images upload them to some other website was my first idea but it’ll take a very very long time. I have 200 posts and every post have images.
So please help me out any ideas please.
Thank You very very much again for answering.