Often times you don't want to show how old your blog article is or the comments' age. Livefyre does not provide a standard in-built feature inside your Control panel to hide comments age, however you may remove dates of your comments adding this small piece of CSS to your master .css stylesheet: #livefyre .lf_comment_date{visibility:hidden;} It will just hide the dates of comments. … [Read more...]
How to make ALL links within WordPress site to open in new window

There are couple of plugins forcing links to open in new window (tab) of a browser. But those work for external links only. How to make ALL of your WP site links to open as target="_blank" in new window? The solution is: put this piece of code <base target="_blank" /> in your head section between <head> and closing </head> tag. If you are using StudioPress or Elegant theme or any other professional WP templates solution allowing to put codes into different areas … [Read more...]
WP page redirect after login

Pretty often it is very frustrating when after logging in the user goes to a Dashboard panel of WP's admin area instead of seeing Home page or any other live page of the frontend. The solution is simple - install the plugin Login configurator. 1. Go to Settings > Login Configurator. Choose the tab Plugin Settings: 2. You need 'Redirect URL' field at the very bottom. Just check the checkbox to Redirect to Home page or insert desired URL to redirect after user logs … [Read more...]
Things to consider before chosing hosting provider – authority reputation

Purpose: to have your emails being delivered instead of returned because your proxy is RBL, meaning blacklisted. While chosing a shared hosting check its reputation first. Some of them have really bad history of abusing spam and are blacklisted by many mail services. So when you send an email using address like me@mydomain.com being hosted on such provider, you get it returned only because your proxy is in RBL. Bad? Bad! There are two free tools which will help you to check all of … [Read more...]
How to download all images from web-site

Sometimes it is impossible to download directly all images from a given web-site using Extreme Picture Finder. What I do: Run XENU - and get all URLs from a web-site. (if it is not too big) Save as - Export to TAB separated file... Open Excel, export data with TAB separator - copy and save as regular *.txt file. In settings of Extreme picture finder import received in previous steps URLs into 'Starting address' Run Extreme Picture Finder as usual or Restart the project. Now all … [Read more...]








