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...
It takes the form:
preg_match('/regularexpression/', $textstring)
Note the forward slash at the start and end of the regular expression. This is a way of indicating there is a regular expression between the forward slashes. Other PHP commands used with regexs are preg_split, preg_replace and preg_match_all. You can find out more of...
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...
Use the links in the article
In this section, I will refer to the type of link in the article: deep links and associated characters. You should refer to the path or in terms of computer terminology.
Character link
When you want to extract an address, a Web page, you should use...
Normally, a new article or a new site set up to Google index, it may take a few days, even a week. But the perennial site, prestige, most within 24 hours or lesser is normal. Therefore, the job of the SEO tips Google index as soon as possible is...
In HTML, in addition to the stored container, such as html, header, body and stored to provide information such as meta tags and many other tags, for tags for the format of the content (for users), the Heading tags (H1 to H6) are considered the most powerful tags.
Join the...
Meta Description tag is hidden in the HTML description tag will not show the contents of the webiste, but it is beneficial to do SEO. Meta Description is like one summary about your site, Google will rely heavily on the Meta Description to display on the search results page.
According...
Recent studies suggest that the Yahoo and Bing alliance has managed to bag at least 30.5% of the marketshare. This figure is almost half of the marketshare that Google claims, which makes Bing and Yahoo all the more important. Just for your knowledge Bing has closed a deal with...
Users use blogs (WordPress, Joomla, Blogger, Dotclear, etc.) are no stranger to Tags, and Category. However, if you are a beginner, Tags and Caterogy are not entirely simple.
Technical understanding of the similarities and differences between the two organizations and mark posts Tags and Category will help you not only...
How to make custom shapes with Photoshop.
As with most tools in Photoshop there are a number of pre-installed shapes at your disposal and it’s very easy to make your own.
The custom shapes tool is where Photoshop meets Illustrator as the shapes are actually vectors, meaning that you have the...














