![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
If you change
/wp-content/themes/xMark/images/bodybg.png
Then you can change the header image - (The Circle with the X in it) - I then used paint .net to make a circle of the same general colour as the normal x and then put it over the top of the X to get rid of it. Then I used layers and added another image over the top of that - and made the colours burn so you could see the transition between the red and the white backgrounds.
If you just over-type that file then you should not need to change any of the code
]]>Thanks,
Bill Dupray
http://www.dailyblogtips.com/homepage-excerpts-wordpress-plugin/
This seems to read the dom and words rather than just a character list…. now just for an archive alternative and fix my donation picture
]]>Not all of my plugins are compliant which was giving problems, Google Sitemaps and Advanced Live Archives are not up to date - this was causing wierd MySQL errors; see the full list of compliant plugins here: http://codex.wordpress.org/Plugins/Plugin_Compatibility/2.3#Non-working_plugins.2C_or_has_issues
Also, For some reason the content limit is a simple left function and does not take into account the dom model, meaning that some posts that are not included correctly will destroy my main page, so for the moment I have deactivated the plugin.
Alsthough above I mention replacing code - this was from the plugin’s website, what you really should be doing is :
< ?php
if (function_exists('the_content_limit')) {
the_content_limit(1100, "
< - Click Here To Read The Complete Post ->“);
} else {
the_content(__(’Continue Reading »’));
}
?>
so if you deactivate the plugin then you will not get problems and it will display as normal.
Looks as though the changes were more painful than they first appeared.
]]>