Showing posts with label blog. Show all posts
Showing posts with label blog. Show all posts

Create Variations Title in WordPress Blog

>> Saturday, August 15, 2009

In the title bar (title bar) browser, the blog title is displayed in front of the title of the article while in the background. We can exchange the position. The goal is what? So that the title of the article appears in the search engines so that people easily find the article.

This trick can only be used by bloggers who have their own web host, not use wordpress.com. The first step, of course, login to your blog. After that, open the file header.php in the template that is used. Search code " < /title> ". Delete the code between <> and < /title >< /title>< !- - title- >. Replace with this code. If you are, save the file header.php.

';
bloginfo ( 'name');
echo '-';
bloginfo ( 'description');
echo '';
)
?>

Create Variations Title in WordPress Blog READ MORE, For Complete Article

Make a Views Interest for Date on WordPress

In an article in the blog, the date is displayed as plain text. If you want you can modify the appearance of an article loaded with charts so that more interesting. Next we will learn how to create a button on a blog for the 3 simple steps.

The first step here. Type in this code in the single.php file. Precisely in the location where you want to display the date.

< div class="post-date" >
< div class="month" >
< div class="day" >
< !-- div-- >

The next step, make the background. You need an image processing program, such as Photoshop. Make a background image design your own.

After that, set the style. This step requires a little knowledge of CSS and depends on individual taste can be due to the background image is different. However, basically you just create a class in the css file with Notepad or other editor you prefer. Here's the code.

. post-date (
float: left;
display: inline;
margin: 0 10px 0 0;
background: url (images / date_button_template.gif) no-repeat;

Part "date_button_template.gif" is the name of the file for your background image. The "images /" is a folder containing the file date_button_template.gif. If you use a picture with the name latar.gif in the folde picture, the code changed so that "image / latar.gif".

Make a Views Interest for Date on WordPress READ MORE, For Complete Article

How To Distinguish A Visitor Comment And Comment The Blog Author

The blog has many visitors, have a lot of the commentator. We sometimes difficult to distinguish where the visitor comments and comments which the author intended the blog to respond to the comments of others.

There are ways to make a comment with a different author comments, that is, give the author's comments highlight the article. Here's how.

1. Change us to add style "authcomment" in the css
Add the following class:
. authcomment (
background-color: # B3FFCC! important;
)
2. Edit comments.php file to add a little code.
Comments.php files usually have a content as following:

  • " id = "comment ...

    Change as follows:
  • echo $ oddcomment;
    ?> "Id =" comment ...

    That's it. Now we will have different colors to make a comment so that we can be with the comments from visitors, although may be using the same username.

    How To Distinguish A Visitor Comment And Comment The Blog Author READ MORE, For Complete Article
  • Create Search Engine in Blogger

    Search Engine on blogger facilitate visitors search for articles in a blog. Perhaps there is some way that I already do so. But this time we make it a little different, with the Flat Button Flat Texbox Style and Style.

    How to make it follow the steps below:
    1. Login to your blogger account. In the Template, select the Page Element> Add a Page Element> HTML / JavaScript

    Type in this code:





    If you are, keep.

    2. The second step, select Edit in the Template HTML.

    Type the code below in the CSS code in the blogger. Precisely the code after the (body, ending with a).

    . buttonreset (
    color: # 333;
    background-color: # f3f3f3;
    border: 1px solid # 999;
    padding: 1px;
    )

    . buttonsubmit (
    color: # 333;
    background-color: # f3f3f3;
    border: 1px solid # 999;
    padding: 1px;
    )

    . textinput (
    color: # 333;
    background-color: # ffffff;
    border: 1px solid # 999;
    padding: 1px;
    )

    If you are, save and see the results.

    Create Search Engine in Blogger READ MORE, For Complete Article

    Set Schedule Published Articles on Blogger

    This information for you all : blogger's mania
    There are interesting features of the Scheduled Posts blogger.com. With the facilities we Scheduled Posts be simple in a posting schedule.

    Whenever we want dipost article, the system will automatically do so. Enggak need begadang. Suppose we want any posts at this time publish in the next week. I only live set posting time.

    How to setting Scheduled Posts:
    1. Log in to http://draft.blogger.com/
    2. Login If not, please log in first.
    3. Post on the page select "Options Posing" or "Post Options" referring to the post date and time that we want.
    4. Please set the date and time when we will be posting.

    When we press the button Publish automatically akan posting our scheduled and will be published according to the time already set. If you want to stop the scheduling save lives just as the draft.

    Set Schedule Published Articles on Blogger READ MORE, For Complete Article

    My Rank



    Update News

    Get the latest update of this site via email, Enter your email address:

    We Don't Use Your Email For Spam Activity.

    Link Banner

    Copy Code Below, Insert Into Your Technology Site And Bestechno Team Can Review Your Web

      © Blogger templates Palm by Ourblogtemplates.com 2008

    Back to TOP