nsathees
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can I take care for different post on pages on a archiveDevelop your own theme and use custom query to get there!
Forum: Fixing WordPress
In reply to: Is it possible to upload GBs of Data in wordpress ??you site is not configured properly!
I see “Error establishing a database connection”Forum: Fixing WordPress
In reply to: Is it possible to upload GBs of Data in wordpress ??I haven’t tried that big file. But I think the limitation is not the WP, but your hosting account. Assuming that is not a problem for you here are a few tips on that.
1) having a file in the public_html or in WWW folder is not considered secure. Thus I will put the files out of it.
2) create a page where the logged in user is checked and request the file from a php page acts as a middleman. thus the requester could be verified to be coming from the WP page and not a direct link.
3) the middle man page will generate the code necessary to download the file and pass it to the user.
4) secure the folder where the files are as no direct access to it.I am using similar setup in my site
PS: 30 to 40 GB file? wondering what that is? Technology to develop an Anti gravity vehicle?Forum: Fixing WordPress
In reply to: Web counteruse statpress plugin and call the number of visitors template tag.
Forum: Fixing WordPress
In reply to: IE8 CSS issueI don’t have IE as I am on Linux. But a quick check of the site points me to one problem.
Your total sidebar width is 320px, the the image you use for h3 tags is 324px. Reduce the image size to 320 and check it out!Forum: Fixing WordPress
In reply to: My website is Infected with Mass Iframe Injection Attack 2I scanned your site with http://sitecheck.sucuri.net/scanner/ and it seems all clear. Any way I have no faith in Norton AV.
Forum: Fixing WordPress
In reply to: excerpt and content questionthe_excerpt() or the_content() should be in the loop.
so don’t change much just findthe_excerpt();and change it tothe_content();in the category.php filethat’s it!
Forum: Fixing WordPress
In reply to: All my pages are suddenly 404 – HELP?Did you do any modification to the permalink? If yes try to reverse what you did. When ever the permalink is set the WP will write some script to .htaccess file which is in your WP root folder. If your root folder is not writable than the WP should have shown the code to put in that file.
any way check and make sure the .htaccess file is ok!
Forum: Fixing WordPress
In reply to: Making Index Thumbnailsuse the furthered image and pull the thumbnail image from the post. I know it may sound banana if you are not familiar with WP theme development. If you want a custom build theme then get some one to develop it.
But, again its nothing like do it your-self. If you want to give it a try, here is the full documentation.
Forum: Fixing WordPress
In reply to: 2 Questions: Been looking everywhere no one has an answer for meWhat you are asking is how to develop or edit the theme.
Forum: Fixing WordPress
In reply to: Pages keeps losing layout settingplease provide a link to your site and give more detail of the issue. The question as now can’t be answered.
Forum: Installing WordPress
In reply to: quick install trendyhost.comYes, that is ok to use installation like that. many hosting companies provide quick install by the script call fantastico.
Forum: Installing WordPress
In reply to: Transfer issuesyou can develop your WP in localhost. But you have to wait for the domain name transfer to complete before you can access it with your domain name. But why not change the DNS of your domain to point to Bluehost and use it?
What do you want to transfer the domain registrar?Forum: Fixing WordPress
In reply to: PHP code pls, i want to Show ad based on Category just after post?Use
if(in_category('computer')){ //your computer ads code here }elseif(in_category('mobile')){ //your mobile ad code here }etc.
Forum: Requests and Feedback
In reply to: Blocking a contrubuterThe problem is still there!