Step 1. Finding file wp-config.php in your wordpress root file and adding 2 these codes: define('WP_ADMIN_DIR', 'your-custom-folder'); define( 'ADMIN_COOKIE_PATH', SITECOOKIEPATH . WP_ADMIN_DIR); Step 2. Go to the theme that you are using and open the functions.php file Add this code to the bottom of the file: add_filter('site_url', 'wpadmin_filter', 10, 3); function wpadmin_filter( $url, $path, $orig_scheme...
Making custom patterns in Photoshop is a very easy process. If you're like me then having the ability to create your own patterns will make your work stand out and become much more unique and after all that's what our clients are paying us for. Its a quick and simple...
Nowadays CSS development is process which makes people to think to produce good results. You may have experience with working on large CSS files, multiple developers, and long development schedule of events. If you have created more complicated CSS in your files then there is more difficulty arises in...
Normal 0 21 false false false BG X-NONE X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Calibri","sans-serif";} In the following tutorials I will show you an easy way to create your very own custom brushes, shapes and patterns in Photoshop. Photoshop comes with a pretty useful array of pre-installed brushes, shapes and patterns but what if you can’t...
Which Doctype should I use? This is one of the first questions people ask when they start using web standards. There are four main doctypes in use today. This artcile will firstly define what a doctype is and how it works, and then go on to explain the four...
To make effective seo in addition to creating regular content and backlink that is not enough, because now the search engines are interested in social networking sites such as Facebook or Twitter it can help for seo work you become more special it easier also attract a number of...
1) Know how to use reset.css: 2) Learn to use CSS shorthand: 3) Understand how to use class and id 4) Know how to use semantic HTML (used to make menu li ... for example) 5) Construction layout using div instead of tables (of course still use tables for tabular data. To do...
A high-converting landing page is the backbone of any successful online marketing campaign. It’s the first impression your visitors get, and it can make or break your lead generation efforts. Whether you’re promoting a product, offering a service, or collecting emails, your landing page must be designed with conversion...
When you have a good WordPress blog and plugins are installed from the plugin's library,  you can create your own simple WordPress plugin. How you want to customize it depends on your needs. Here's an article outlining the steps necessary on How to Write a Simple WordPress Plugin! The main...
A Beginner’s Guide to Site Speed Indexing and More for Mastering Technical SEO
Technical SEO is the backbone of your website’s performance in search engine rankings. While content and backlinks are essential, technical SEO ensures that search engines can efficiently crawl, index, and rank your site. This guide focuses on critical aspects like site speed optimization, indexing techniques, and other technical elements...