Archive

Posts Tagged ‘blogging’

WordPress Sign In

September 19th, 2011 admin No comments

WordPress Tutorial – How to Login and Log Out


[affmage source="clickbank" 3="10"]KEYWORDS[/affmage]

WordPress Login Link

September 10th, 2011 admin No comments

Blog stats on wordpress…?

I just created a wordpress account, and was wondering how the bog stats work. I know that when I login to my account, I can view the number of visitors (as well as what links they clicked on and how they were referred to my site). What I don’t know is how do I know where the visitors are viewing my site from; is there a way I can find out? Can I even know what the IP address is? Thanks a lot!

Your requirements can be fulfilled using google analytics plugin for wordpress. To download this plugin go to this link: http://wordpress.org/extend/plugins/google-analytics-for-wordpress/

Google analytics will track everything on your site ( like visitor’r ip, country, which links are visitors are clicking most, from which site visitors are coming from etc. etc. )

**********************

to Search and Download videos from youtube in the easiest and quickermost way go to this link: http://www.watch-and-download.info

How To Login To Your WordPress Blog


WordPress Blogger Plugin

August 27th, 2011 admin No comments

How To Use Costum Field Data in WordPress?

I am a video blogger for http://gamerglitches.com. All of my posts are just embedded YouTube videos. I have a plugin which generates a thumbnail for the video, and the plugin creates a custom field called “thumbnail” and the value is the path (URL)to the thumbnail. I want to somehow create on the front of my blog, a row of latest or recent posts, with a thumbnail, then to the left of that, the post title(just like the home page of gamerglitch.com). However, I don’t know much PHP. I have created a second page template to get started, but I need some help on where to go from there. Pretty much, I need the php code to create a display to show the post title, and thumbnail from a custom field. HELP????????

This might be a bit more than I can type out on here, but I’ll try to get you started.

Give your new template a name so you can link your new page to that template, if you need help doing that check out :

http://www.thewordpressblog.com/theming/creating-a-new-page-template/

Now on to the fun stuff. Let’s get the 5 most recent posts:
global $post; //we need to be able to use the $post variable, so get it queued up
// first lets set a variable with all of the settings we'll need for our query
$args = array(
'numberposts' => 5,
‘orderby’ => ‘post_date’,
‘order’ => ‘DESC’,
‘post_type’ => ‘post’,
‘post_status’ => ‘published’ );

//great, now let’s query the database
$latestposts = get_posts( $args );

//now we have the 5 latest posts, lets display them one by one
?>

WordPress Install Godaddy

August 7th, 2011 admin No comments

Integrating WordPress into existing GoDaddy hosting: what’s the next step?

Here’s the deal: I have a GoDaddy domain and purchased hosting a few months ago. My coding isn’t that good, though, and someone told me I could install WordPress as an application and basically build my website that way.

I’ve installed the app (took a few hours to “create the database,” but it finished), but there’s nothing telling me what to do next! The closest thing to a next step I saw was to pick a pre-made template and pay $45 for it. I can design my own, really, or at least would like a free one. I’ve already paid for the hosting, so what happens now? Also, I was told I could easily add plug-ins, like a lightbox gallery. Don’t know how to do that either.

If it matters, it’s for a graphic design website–to show off my portfolio and the like, not a blog.

All help is appreciated!

If you are struggling that much and do not need CMS functionality, download the free Serif Webplus X4 Starter Edition. If nothing else, it will get you started more easily.

Alternatively can’t you find something at http://wordpress.org/extend/themes/ ?

Easy WordPress Install on Go Daddy From Design to Web


WordPress Review Plugin

August 4th, 2011 admin No comments

What are the best SEO friendly ratings and reviews plugins for WordPress?

I don’t mind paying a little for quality. I want the reviews to crawlable by search engines, and if possible I want the plugin to do some IP monitoring…

http://WhatRanking.com

WordPress Plugin Review: Popularity Contest