When you speak on the community website, one thing is certain, you may at one time or another will generate negative or inappropriate comments. This will happen on networks you control (Twitter, Facebook page, blog etc.) and those in which your brand exists (Other social networks, forums etc.). Today, we are interested mainly in networks that you control, and on which you just attack other … [Read more...]
Wordpress Weblogs tips
Great tips and tricks for fellow bloggers, either using Google Blogger or WordPress Blog. Search Engine Optimization is advised by Google to rightly focus Unique Content.
Customize blockquote using CSS and graphics in WordPress
Blockquote should reflect the personality of the blog site writer. It looks nice when it is customized to reflect the brand of your blog or simply to add an effect of quotation mark. We will discuss, how you can customize your blockquote in Wordpress (can be done in Blogger too as it also uses the CSS to define the blockquote). This is our block quote. This has been branded with our … [Read more...]
Pressed text effect with Photoshop and CSS
Pressed text effect, becoming more and popular these days. You can create pressed text effect by two methods: Graphically by using Adobe Photoshop or by using CSS codes. In this article, we will write about how to create pressed text effect with Photoshop (outline only) and by CSS codes. Where to use CSS and where graphics? Obviously, you can not use CSS to create a banner or a … [Read more...]
How to ban an IP address to your WordPress blog?
This article follows a comment asking if an IP address that visits almost 600 times in the [crayon-69eac3da06e84737579110-i/] page (which is the login page of the WordPress Administration) of her blog was well a hacking attempt. It was a brute-force attack of finding a password by trying all possible combinations. When the password is relatively complex, there is virtually no chance to penetrate … [Read more...]
Estimate where visitors look on your website using online simulator
Feng-GUI simulates human vision during the first 5 seconds of exposure to visuals, and creates heatmaps based on an algorithm that predicts what a real human would be most likely to look at. Use Feng-GUI to Use Feng-GUI attention analysis to realize which areas of the webpage, photo or advertisement gets most of the attention. Optimize the layout of a webpage, along with … [Read more...]
Create custom menus in WordPress
Creating custom menus is now possible in Wordpress via drag and drop interface, make your own menus using a combination of external links, categories or pages in a few clicks. It is necessary to add the line of code: [crayon-69eac3da06f07702746730-i/] in your [crayon-69eac3da06f0a569030648-i/] file if you do not use the default theme or a theme does not support Menus for … [Read more...]
Customize the logo of your WordPress login page : second method
Want to customize the logo of WordPress admin login page? This is possible by inserting a few lines of code in the [crayon-69eac3da06fb1687957129-i/] file of your theme. Finally, a website that is more professional and close to your brand. The topic is named "second method" ; because previously we described another similar method, which does not require the use of CSS file. Therefore, … [Read more...]
Create a free child theme of your own in WordPress
The principle of child theme is to enable the modification and adding features to a parent theme without introducing any change to the parent theme. The major advantage is the ability to receive updates for the parent theme while continuing changes in the child theme. Two minutes effort is enough to create a child theme! Not that you need premium platform based themes like Thesis, Genesis; you … [Read more...]
How to configure and use Windows Live Writer for blogging
Microsoft Windows Live Writer tool, is specifically designed for bloggers - both beginners and experienced, including support for WordPress and Blogger blogs. Read this tutorial to learn how to configure your blog in Live Writer and so to have a blogging tool that is easy to use and incorporate features useful to start in the wonderful world of blogging. Presentation First, one question comes to … [Read more...]
Highlight, add pressed effects to certain words in your WordPress blog
Just after publication of the previous post; one of our Tweeter follower asked, how we have highlighted certain words in that post. Actually, it is very easy, no big knowledge of coding or even installation of plugin is required. In order to highlight and add effects to certain words in your WordPress blog in Wordpress, just follow these easy steps. We will use span style to indicate the browser … [Read more...]
Highlight search results in WordPress with jQuery
This PHP hack for WordPress enables you to highlight keywords in the search results of your WordPress site. We will use jQuery, a language built natively inside of WordPress. Adding a PHP command in functions.php From the Theme Editor, open the file called functions.php or open by your favorite FTP client by locating it in the directory / wp-content/themes/Your-Theme / Using an FTP … [Read more...]