Of course, when you go to your own WordPress admin panel and update your profile, you will see that it says you cannot change your username. A lot of people usually choose admin as their login username. This is very common. For those who are using ‘admin’ for their username, it is best to change
[Continue Reading...]wordpress tricks
Inserting Adsense Between Posts in WordPress
There have been a few tutorials out there for inserting Google Adsense between posts, but a lot of them no longer work. Users have a lot of choices in Adsense plugins to insert their code within posts, sidebars, or main banner images. However, inserting between posts, say the 4th and 5th post is not as
[Continue Reading...]Add More Social Network Handles To Your WordPress Author Profile
The author’s page by default only allows you to put just enough information up. For those who utilize their authors.php page, they can add more things like your Twitter and Facebook profile to their author profile and not have to even alter the core of their site. You can even add more than that. This
[Continue Reading...]How to Add an ‘Edit This Entry’ Link into a WordPress Theme Template
The ‘edit this entry’ template tag, or edit_post_link gives the blog owner and any other users with editing privileges to have a quick link to click on that will allow the user to edit an article. Users who do not have this capability, like your readers who are not registered members will not be able
[Continue Reading...]How to Change The WordPress Default Avatar
Sometimes that default Gravatar with the gray and white seems boring. Lucky for you, instead of altering internal WordPres files, you can harness the power of adding a filter to your theme’s functions.php to change your default image to display. 1. Open your template’s functions.php 2. Insert the following code: add_filter( ‘avatar_defaults’, ‘newgravatar’ ); function
[Continue Reading...]Edit The Number Of Words For The Excerpt in WordPress
Some people might think it is the number of lines you have to define to edit how long or short your excerpt in your WordPress article. It is not. It is defined by how many words. WordPress by default picks the first 55 words as your excerpt. However, if you wish to edit to make
[Continue Reading...]