Twitter links in widget don’t work?

Try this out. I went through and replaced ” with ‘ /* These prefixes and suffixes will display before and after the entire block of tweets. */ $prefix = “”; // Prefix – some text you want displayed before all your tweets. $suffix = “”; // Suffix – some text you want displayed after all … Read more

Displaying a full post instead of a slug per category?

In the appropriate template file, you need to replace the_excerpt() with the_content(). As this is a change specific to a known category (i.e. “podcasts”), I would recommend creating a custom template file for that category, called category-podcasts.php, and making the change in that template file. To create this template file, look for (in order) category.php, … Read more

Problem with meta box in Links

The hook you are after is edit_link (I couldn’t find any documentation). It’s fired from inside wp_insert_link (itself fired whenever a link is created or updated). The action only passes one argument, the link’s ID, to the callback. So you would need to change 2 to 1, on your add_action call: add_action( ‘edit_link’, ‘mytheme_save_data’, 10, … Read more

Enumerating over a category of links

Recycle the core You could simply take the widgets code from core 1), rename the class and such and alter it to your needs. OR you could simply extend the core widget class and just alter what you need changed (overwrite the methods in your extending Widget class). Than add a plugin comment on top … Read more

How to add a WordPress page with multiple picture links?

You have two options which I’ll call the “quick and dirty” and the “sustainable.” Quick and Dirty You could manually-create the Categories Page with many left-aligned images with captions and the Link URL field for each image linked to a set of pages where you repeat that process with images linking to individual recipes. If … Read more

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