dikkevandale
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Display blog posts from specific category AND tag@vtxyzzy, I can do that easily ?? No problem, it works.
But I want to load it with variables, because the combinations are endless. That would let me make more than 100+ templates. If it could be solved with a variable enabled query, I don’t have to.
Forum: Fixing WordPress
In reply to: Display blog posts from specific category AND tagI’m still looking for the same solution you were looking for. Linking to a URL just like you state in your example!
I haven’t figured it out yet ?? Did you?!
Forum: Your WordPress
In reply to: Link to or Search inside a Category to posts with a specific tagNot possible??! :/
Forum: Plugins
In reply to: [Plugin: WP to Twitter] Submitting Edited PostsIt was fixed indeed ??
Thanks a lot!
Forum: Themes and Templates
In reply to: wp_list_pagesI did some DB queries and found out that these things are stored in the wp_postmeta table
WP_POSTMETA
============
meta_id
post_id
meta_key
meta_value
============The value of meta_value = page-chosentemplatename.php
So it should be possible to output a list of all pages where meta_value = page-chosentemplatename.php and create a link to those pages.
Forum: Themes and Templates
In reply to: wp_list_pagesThe first one doesn’t do what I want, but does exactly the same as what I’m doing now: Adding a page shows up automatically in the list, so I need to manually exclude it again.
Second one, better then the first one, but still you have to check manually if the page should be listed or not.
=========
I think it should be possible with a query to see if a page contains a specific template or the default page template. Based on that you can list pages automatically with the specific template.
Forum: Your WordPress
In reply to: Who can help me figure this out :) check if post title existsI have changed it a little, but it’s working like a charm now ??
Thanks a lot!
Forum: Plugins
In reply to: [Plugin: Dynamic Content Gallery] version 3.0 conflics with WP 2.8.6I would like to switch to jQuery since I’m using other plugins with jQuery.
When I change the option from mootools to jQuery, the gallery doesn’t get displayed.
Am I something missing?
Forum: Plugins
In reply to: [Plugin: WP to Twitter] Submitting Edited PostsI have the same problem! please fix this!
Very annoying ??
Forum: Plugins
In reply to: AJAX: close post when another one opensIt seems that it’s working already?
Forum: Plugins
In reply to: Converting Tags to URLSI’ve been trying it with the php explode() function but I can’t get it get to convert it to 2 coordinates as variables