This is a tutorial describing how to make changes to your WordPress page.
Posts Tagged ‘wordpress’
Edit a WordPress Page
Sep2840 Most Wanted WordPress Tricks and Hacks
Sep24Thanks to Hongkiat.com. This is a wonderful list for web designers and website owners. It helps compile all the neat tricks and design elements that a WordPress website can do beyond the standard install and configuration. If you are website owner and not sure what you would like your website to do, this list can help you explain to your designers, “see, just like they do here.”
http://www.hongkiat.com/blog/40-most-wanted-wordpress-tricks-and-hacks/
Remove the ‘Home’ Title on the Homepage
Jun03< ?php if ( is_front_page() ) { ?>< ?php } else{ ?>
< ?php the_title(); ?>< ?php edit_post_link(__('Edit', 'sandbox'),'','') ?>< ?php } ?>
Place this code in the Page.php of your WordPress template.
Look for the <h1> </h1> or <h2></h2> tags and PHP code calling for the Title.
Houston Racing Triathlon Club
May17The new Houston Racing Triathlon website went live! We are very excited and so was the group. The site is completely based on WordPress, a content management system (cms). This will allow the group to change webmasters without the new person having to have special software or skills.
Included were video tutorials that GlobalSpex prepared to help understand each section of the site and how to make changes. For example, the sponsors section section is shown in 2 place (the right column animated and the sponsor page with logos), a simple e-commerce tool, and widget that pulls event photos from Picasa.
Adding Camtasia Video to WordPress
Apr10Whew! After a couple of hours of searching, I finally figured out how to add my Camtasia 6 output to my WordPress blog.
- Download and install the Kimili plugin.
- Add the [
kml_flashembed movie="/path/to/video/video-file_controller.swf" height="250" width="400" fvars="csConfigFile=/path/to/video/video-file_config.xml" /] to my post or page.
Note: What I couldn’t understand was that you don’t call the myfile.mp4 file but the controller.swf file. This will embed your video and the controller.



