webhostinguk
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Theme ProblemsLet me know what exactly the error is and what theme you have which is giving problems.
If you can describe the problem in brief then that should help me to solve the problem for you.
Forum: Fixing WordPress
In reply to: Timeout / Host not available?It seems that time out limit set by your webhost is very low. Yu need to ask your hosting provider to get this sorted for you as apache timeout limits give such errors.
There’s nothing wrong with your wordpress installation.
Forum: Everything else WordPress
In reply to: How to display the latest Blog Entries?we have following code in overall_footer.tpl template inside the templates/subSilver/ directory :-
<center><span class=”admin-link”><b>Latest Blog Entry</b>
<script language=”JavaScript” src=”https://itde.vccs.edu/rss2js/feed2js.php?src=https://blog.webhosting.uk.com/feed/&chan=n&num=3&desc=0&date=y&targ=n” type=”text/javascript”></script>
</span><br><span class=”admin-link”>UK Web Hosting CompanyYou should modify this as per your blog details. You can see output of this code in our forum located at https://www.webhosting.uk.com/forums/
Forum: Themes and Templates
In reply to: Cant get WP to look the same in IE and FirefoxRight now your blog looks same in IE as well as firefox. Probablly you are placing images or contents based on pixel count which gets mis matched incase of both browsers.
Pixel length should not be considered as per your system or browser. You should consider some fix image or fix location for image and then go for the pixel count based placement of rest of the things in consideration with that fixed object.
Forum: Fixing WordPress
In reply to: Need some advice from you blogging experts! Categories Vs New Blogs?Your existing blog looks quite good. Keeping one blog with multiple categories is always good as that will bring more traffic in future and popularity of your blog will improve with traffic. maintaining separate blogs is like maintaining separate websites and managing all those websites.
! blog is good to focus on and maintain it.
Forum: Plugins
In reply to: Limited Access PluginYou can edit the post from admin section and make it Private in Post Status. You also have another feature called password protect when you edit a post or post a new topic.
Forum: Themes and Templates
In reply to: Theme EditorI guess you lost some files or some data at the time of installation. We have version 2.0.2 and we dont see any problem with theme editor on our blog. Try to upgrade your blog to latest version and hopefully that will help.
Forum: Everything else WordPress
In reply to: abuse of postsYou should contact the webhost or ISP of the server on which those 2 bug posts are present. give them proof that your post is older than those posts and those 2 copied posts have your link as reference without your permission.
Forum: Fixing WordPress
In reply to: Page Posting/Writing Error?Sue,
You are logged in as a administrator and thats the reason you get the edit option. Did you try to open the link from another system or browser ?
Forum: Fixing WordPress
In reply to: Dashboard Incoming LinksThose links have reached your blog by abusing access logs of your website. Only way to rectify those links is to add additional coding in your blog to verify the existing of your link on the links shown in admin section of wordpress and disapprove the bad links.
ppl have scriptson their websites to verify if link partners are linking back or not. I think this concept can be impleted in wordpress blog.
Forum: Fixing WordPress
In reply to: Blog disappeared and have blank page suddenlyrunnign upgrade.php again wont make any problems but it may solve the existing problem as it will try to place some of the lost files back in their place.
Forum: Fixing WordPress
In reply to: Display Latest Entries On Home PageWe have added following code in footer of our forum to show 3 latest blog entries :-
<script language=”JavaScript” src=”https://itde.vccs.edu/rss2js/feed2js.php?src=https://blog.webhosting.uk.com/feed/&chan=n&num=3&desc=0&date=y&targ=n” type=”text/javascript”></script>
You can check the result of this code in footer of our forum located at https://webhosting.uk.com/forums/. You can see the source code of index page of our forum with a right click to know rest of the things. I think this should be a easy and dynamic way to add 3 latest blog topics ??
Forum: Fixing WordPress
In reply to: archives not working properlyIn your admin section go to Options >> Permalinks >> and enable “Date and name based” instead of default.
Hopefully this will solve your problem.
Forum: Fixing WordPress
In reply to: Can’t upload photos (Error: Failed to write file to disk.)/var partition on your server is full or you hav exceeded your assigned quota. You can ask your host to take a look at this 2 things and your problem should get solved.
Forum: Fixing WordPress
In reply to: RSS – number of posts shownYou should have 12 in both Show at most: and Show the most recent: options.
Make sure that you choose summary option instead of full post .