Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Kategorie "Web Development"
Leider ist der Eintrag nur auf English verfügbar.
Leider ist der Eintrag nur auf English verfügbar.
(English) Nothing new, nothing special… just the working code of a basic Ajax skeleton, as this has to be copied and pasted that often. This example shows an application similar to Google suggest, which searches related values, whenever a key is pressed.
Leider ist der Eintrag nur auf English verfügbar.
(English) It is a common problem to detect parents or childs of pages and categories in WordPress correctly. The way WordPress stores relationships in hierarchies is not that trivial sometimes, so the results when querying are a bit confusing sometimes. It took some time to determine and optimize functions which do this job good and without faults, and I want to present these. As in this function I prefer working with page IDs, as this is the savest way to identify certain pages. With little changes it should also be possible to use these using e.g. slugs. Both of these functions can be used inside and outside of „the Loop“ or loops.
Leider ist der Eintrag nur auf English verfügbar.