lerizzle
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Remove slug from custom post type? WP 3.0anyone have an answer to this?
Forum: Fixing WordPress
In reply to: Hierarchical custom post type – can't specify parentSo I did what @jszkut suggested.
I didn’t include page attributes when registering my custom post type and then I added my own function:
add_meta_box(‘pageparentdiv’, __(‘Page Attributes’), array( &$this, ‘my_plugin_page_attributes_meta_box’ ), ‘listing’, ‘side’, ‘core’);
and my function is the same as ‘page_attributes_meta_box’ in meta-boxes.php, except I removed ‘post_type’ => $post->post_type from the wp_dropdown_pages. And it works.
It sucks but it works. Now I can use a shortcode and create a landing page of choice.
Forum: Fixing WordPress
In reply to: Boolean taxonomyIt’s not a variable. I would like it as a taxonomy in my custom post type plugin so I can take advantage of all the beauty taxonomies have to offer. But with hierarchal they can select both and flat all I get is a text field. What I would like is either radio buttons or a drop down.
Worst case I can use post meta but then I lose the advantages of a taxonomy. But is that my only option?
?? when inserting your image in your post there’s an option in the wordpress to link URL. Click none.
Forum: Fixing WordPress
In reply to: Changing Nav Bar Home Page Display NameIf you can use wp_nav_menu function and you’ll have full control over your menus.
Forum: Plugins
In reply to: form submission and permalinksWhat I’m finding is a Javascript solution. Is that really my only option?
Forum: Fixing WordPress
In reply to: where are the permalinks / slug stored in the databaseSince you guys seem to know about permalinks here’s my next question.
I developed a plugin and I use URL query vars. How can I turn those in nice permalinks?
I have https://www.URL.com/page/subpage/?id=1
I want https://www.URL.com/page/subpage/id/1
Any direction to the answer would be appreciated.
Forum: Fixing WordPress
In reply to: where are the permalinks / slug stored in the databaseawesome thanks!
Forum: Fixing WordPress
In reply to: where are the permalinks / slug stored in the databaseThank you so much.. I’ve been searching for this information forever.
Forum: Fixing WordPress
In reply to: where are the permalinks / slug stored in the databasethats what you would think but all the urls in there are
url.com?page=4
Where does it say this is actually
url.com/aboutus/
Forum: Fixing WordPress
In reply to: enqueue script issueThanks Esmi. I see you posted the same on someone elses question but I had read that too (i do look at docs before posting ;). After some digging I found that it’s an issue with putting the script with the init_head action as oppose to init. Is that correct?
Forum: Fixing WordPress
In reply to: monitor activitySo running ‘top’ i have 3 httpd in the list and one runs the cpu up to 96% when I load the page.
Does that mean anything to anyone?
Thanks
Forum: Fixing WordPress
In reply to: monitor activityYes it’s local but at this point I’m worried that something I did and eventually I’ll do the same online.
I know about caching, I know quite a bit about wordpress dev. Even if cached the pages take about 4 minutes to load. Online seconds.
I’m thinking my data might be corrupted somehow, hence wanting to track whats going on. And yes I’ve disabled ALL the plugins and still get the same issue.
Forum: Plugins
In reply to: Adding JavaScirpt to with a short code??I need this too. Any answers?
Forum: Plugins
In reply to: ver 2.9.2 Cannot Install New Themes or Pluginssame issue, osx