Just for the archive
Author Archives: Laszlo Pinter
Date specific header image in the Witcher World WordPress theme
Have you ever wanted to display specific images on certain dates in the header of your WordPress page like Google does? If you want to automatically set the header image based on the date there is an easy way to do it. This way you can display a prepared image on certain dates like Independence …
Continue reading “Date specific header image in the Witcher World WordPress theme”
Print a web page in a printer friendly format
If you want to print a web page on your printer without header images and advertisement Highlight the address of the page in the address bar and Press CTRL-C or Right click it and select “Copy”, Open a new tab and navigate to printfriendly.com Paste the address into the field that says: “enter a url” …
Continue reading “Print a web page in a printer friendly format”
Where are the uploaded images stored in WordPress?
When you upload an image for a page or a post WordPress stores the image at the following location: wp-content\uploads\YEAR\MONTH where YEAR and MONTH are the year and month of the upload date. WordPress creates a new folder every month to reduce the number of files per folder. This way you can find your files …
Continue reading “Where are the uploaded images stored in WordPress?”
How can I remove an image from the Uploaded Images list in WordPress?
When you upload an image as a theme header images the image will be stored in the Media library. If you upload multiple header images and you want to remove some of them Log into your WordPress site as an administrator, On the left side select “Library” in the Media menu, Click the “Delete permanently” …
Continue reading “How can I remove an image from the Uploaded Images list in WordPress?”
How can I create a custom header image for the Witcher World theme in WordPress?
The Witcher World is a great theme and it is very easy to customize it. The original header image is beautiful, but if you want to display your custom header image you have to take some simple image editing steps to make sure it looks as good as the original. The original image contains the left …
Continue reading “How can I create a custom header image for the Witcher World theme in WordPress?”
How to set up WordPress in five minutes
It really takes five minutes to set up WordPress. If your site is hosted by an other Internet Service Provider the process can be slightly different than the steps below, but it should be similar enough to be relevant to your situation. If your site is hosted by Winhost.com Log into your Winhost control panel …
How to clear the saved authentication data in TortoiseSVN
If your TortoiseSVN client stores an incorrect username or password it will try to access the Subversion server with that stored data. To force TortoiseSVN to ask for a new username and password clear the stored data. TortoiseSVN is a shell extension, so you have to start Windows Explorer to access the TortoiseSVN menu. Start …
Continue reading “How to clear the saved authentication data in TortoiseSVN”
How to set up VisualSVN Windows authentication
If you get the access to ‘…’ forbidden error message in an svn client most likely the Subversion server authentication is not set up correctly. Users can access the VisualSVN repository using the Windows user accounts of the server. To set up the Windows user account authentication: Install VisualSVN on the Windows server, In the start …
Continue reading “How to set up VisualSVN Windows authentication”
Windows desktop doesn’t show any icons
If your Windows XP or Windows 7 desktop is empty and does not show any icons the following steps can enable the display of your desktop icons: Right click the desktop, In Windows XP, Select “Arrange Icons By”, In Windows 7, Select “View”, If “Show desktop icons” is not checked, click on it to …