Archive for the 'Word Press Tutorials' Category
Word Press: Remove Date on Posts
To remove the date on a post in Word Press you just need to comment out the right snippet of code. I used a plug in for FireFox called FireBug to right click and “Inspect Element”. By looking at the highlighted code I could see which style is being applied to the date.
In the Word Press “Edit Themes” page I selected the “Main Page Template” hit command (or control for PC users) + F to search the template for the “details1″ style that is applied to the date.
After locating the style I found the code snippet that generates the date and commented it out with the opening tag ““.
This only removes the date from the posts on the blog page. When you click on a title it takes you the the “Single Post” page. If you want to remove the date there you will have to edit the “Single Post” page in the “Edit Themes” editor as well.
iPhone And Word Press
The iPhone has a nice little app for Word Press.
Word Press: Make a Link
In your browser on your web site.
Choose the page you want to link to. Copy the address from the URL box.
In Your web site admin area on “Edit Page”, select the text you would like to link from, click the chain icon above, paste the address and click the “insert” button.
Then on the right click the “update page” button.
