HTML / CSS centered menu
2010-01-16 @ 15:00It’s not very easy to create a topmenu as a list with centered list style elements. However it’s possible and here is how to do it.
It’s not very easy to create a topmenu as a list with centered list style elements. However it’s possible and here is how to do it.
Wordpress rewrite their URLs in a beautiful way which makes them very user friendly. I’ve created a function that converts a string to be user friendly, the Wordpress way.
This example is downloading data from an XML file from an RSS feed by using XPath. The XML file is downloaded with Curl, so make sure it is enabled on the server that runs the script. The titles are printed out, just to show that it works.
Did you know that CSS3 supports text shadows? A text shadow is what it sounds like, a shadow to a text, from all possible angles.
Almost all functions in Wordpress. It was written for Wordpress 2.8.2 but will probably work with future versions as well.
Wordpress Help Sheet Wallpaper:
http://www.quicklycode.com/wallpapers/wordpress-help-sheet-wallpaper
I have created a function called ”Delete Post Link”. If you are logged in you will see a link which allows you to delete the current page or post, even without visiting admin.
Normally the get_the_content() tag returns the content WITHOUT formatting. I found out a solution in Wordpress core to make get_the_content() tag return the same content as the_content().
This is excellent, thank you very much!
Thanks for this solution, was having troubles with some php scripts there,.
cheers
I created a function that returns the depth of a page or category. The depth is how many levels from the root the page or category in its hierarchy. The root level number is 0.
Thanks, saved me a lot of work!!!
Thank you so much. It's very difficult to find advanced WordPress snippets like this. I'll be subscribing.
Yes, I always need backlinks. Thanks for asking.
The function converts a post / page name to a post /page ID.
I created a function that returns an URL when sending a post / page name as an in parameter. Put the function into your functions.php in your theme folder.
I'm using this function on a page to go link back to another page, by name, within the loop, with no problems. However, on a post, within the loop, [...]
This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.
Ok i love this plugin but i have one problem. When I added in the links bullets for an list shows up on the P in page 1 [...]
...in response to my previous comment, i see that plugin order is determined by plugin name (alpha ordered) so renaming to z_ + name fixed it for me. thanks again [...]
Great idea and serves a real need but wondering if there is a way to have it load after all other plugins so my style include could overwrite previous includes [...]
2009-09-14 @ 14:22
thanks, it’s very helpful
2009-08-28 @ 12:28
Cheers for the backlink, glad it helped.