| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 9 months |
| seen | Nov 4 '12 at 11:53 | |
| stats | profile views | 1 |
|
Oct 4 |
answered | Refreshing jQuery and WordPress loop |
|
Oct 4 |
answered | Remove Author Slug & Replace With Username |
|
Oct 4 |
awarded | Teacher |
|
Oct 4 |
answered | How do you set the default page in WordPress? |
|
Aug 5 |
comment |
how do I delete (not exclude) a menu item from navigation bar thanks - that worked :) |
|
Aug 5 |
awarded | Scholar |
|
Aug 5 |
accepted | how do I delete (not exclude) a menu item from navigation bar |
|
Aug 5 |
asked | how do I delete (not exclude) a menu item from navigation bar |
|
Aug 3 |
comment |
get_pages and get_posts returning different data? thanks amit - that actually doesn't work. I found out that I was not saving page as PAGE when publishing, it defaulted to POST |
|
Aug 3 |
comment |
get_pages and get_posts returning different data? just tried that - still getting different results here. BTW I'm setting up multisite (can that have something to do with this?) |
|
Aug 3 |
asked | get_pages and get_posts returning different data? |
|
Jul 30 |
awarded | Student |
|
Jul 29 |
comment |
Problem with context in multisite - getting main site data in every blog (get_pages()) toscho - my plugin PHP file uses login_redirect filter to redirect user after login to a PHP file where I am trying to display the list of pages the user created: function my_login_redirect($redirect_to, $request) { return '/wp-content/plugins/my-admin-plugin/my-admin-view-all-pages.php'; } |
|
Jul 29 |
comment |
Problem with context in multisite - getting main site data in every blog (get_pages()) Damien: (1) without wp-load.php I got errors when trying to access WP functions (2) I use $pages = get_pages(); - it returns the pages of the master network site (blog_id=1), not the sub site the user logged in to |
|
Jul 29 |
comment |
Problem with context in multisite - getting main site data in every blog (get_pages()) Damien, thanks! |
|
Jul 29 |
comment |
Problem with context in multisite - getting main site data in every blog (get_pages()) toscho - how do I get access to WP functions from my own PHP file otherwise? |
|
Jul 29 |
asked | Problem with context in multisite - getting main site data in every blog (get_pages()) |