anthonyb
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: If function returns value…Thanks.
Forum: Fixing WordPress
In reply to: Not visible in IEForum: Fixing WordPress
In reply to: outline around png imageIt won’t. Both are embedded using the HTML img tag.
Forum: Fixing WordPress
In reply to: outline around png imageHey Kevin,
In your theme stylesheet on line 231 you have the following:
#content img { border: 1px solid #BBB; padding: 2px; }If you wanted to make this change global, change that code to the following:
#content img { border: 0; padding: 2px; }Cheers
Forum: Fixing WordPress
In reply to: Not visible in IEDo you have a link to your blog you can share with us?
Forum: Fixing WordPress
In reply to: cat_name comma seperatedHey alchymyth,
This worked out quite well! Thank you for the quick response!
Cheers,
AnthonyForum: Plugins
In reply to: Auto Archiving Media LibraryWould it be possible if the media was in a custom tag and somehow having that tag disable after x amount of time?
Not post expiration, rather media expiration.
Forum: Fixing WordPress
In reply to: Count overall posts Ad PlacementAfter thinking about this..
I think the best way would be to simply count all the posts.. with wp_count_posts
Then saying something like … every 15.. print this..
Forum: Fixing WordPress
In reply to: Updating Embedded post image links on new urlThey would have been added via the text editor. Most likely using the Upload/Insert functionality.
Forum: Installing WordPress
In reply to: How can I turn off WordPress’ index.php redirect to domain root?Thanks for this, worked for me too.
Forum: Fixing WordPress
In reply to: wordpress in my own index.htmlyeah i know that is a php extension, i was just curious if there was any other way to display it on another page becides using an iframe.