Timed post and tweet?

WordPress doesn’t have “tweeting” functionality built in. However, post scheduling is built in. You just set the time when you want the post to publish on the edit post screen. If you use a twitter plugin like my own Simple Twitter Connect, and you schedule a post, then it will send the tweet at the … Read more

Disable a Custom Taxonomies default save mechanism

Like Bainternet suggested – remove_meta_box( ‘tagsdiv-custom_taxonomy_id’, ‘post’, ‘side’ ); to remove the default Metabox. If you want to still see the terms. Then re-register the metabox with your own custom callback. This callback function can then mimic the function used to display the default metabox – but simply omitting any input forms /checkboxes which send … Read more

Automatic linking terms

The answer was right under my nose facepalm. In the custom field suite plugin, instead of entering ProductName-2000 : ProductName-2000 you enter <a href=”http://www.site.com/ProductName-2000/”>ProductName-2000</a> : ProductName-2000 I kinda wish i could delete this question… hope it helps someone else at least. 😛

How to add thumbnails to posts and pages automatically in a uniformed fixed elegant way?

You should take a look at your Media Settings, to define the dimensions of your post thumbnails. Additionally, you could add this code to your functions.php to specify your own thumbnails and dimensions: // add thumbnail theme support add_action(‘after_setup_theme’,’tjnz_theme_support’); function tjnz_theme_support() { add_theme_support(‘post-thumbnails’); // wp thumbnails set_post_thumbnail_size(170, 170, true); // default thumb size add_theme_support(‘automatic-feed-links’); // … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)