405 reputation
29
bio website reigelgallarde.me
location Cebu, Philippines
age 28
visits member for 2 years, 8 months
seen 16 hours ago
stats profile views 47

a web developer from Philippines.

If you have something for me, I'm ready.

combined Stack Exchange profile for Reigel


Feb
13
awarded  Yearling
Jan
30
answered include other content type post ID not working
Jan
29
answered Why Does get_posts() Return an Empty Set?
Jan
29
comment Working with get_posts parameters/arrays/strings
you've typed in offest... maybe that's why it's not working...
Jan
29
comment Working with get_posts parameters/arrays/strings
what you do mean by dynamic parameters?
Jan
28
comment how to not show plugin in admin area
hi @toscho, what if it's an OOP kind of plugin, can this still apply?
Jan
27
comment Do the permalink settings apply to pages as well as posts?
@PNMG this is not a good suggestion... blog is not a category but a is a page in theory... making blog as category will give you problem in the future if the site wishes to change theme...
Jan
27
comment Do the permalink settings apply to pages as well as posts?
wordpress.stackexchange.com/questions/32285/…
Jan
27
comment Updating client websites on a regular basis
you should talk to your contractor about these things... that varies from contractor to contractor... I myself gives free services to my clients... as long as the problem was a result of the updates done by wordpress and plugins I've used in development...
Jan
20
comment Is there a plugin that lists all my posts on one page? a page with full list of all my posts
@AKTed as per wordpress codex, Blog pages show at most: [X] posts - Enter the number of posts to be displayed, per page, on your site.
Jan
20
answered Is there a plugin that lists all my posts on one page? a page with full list of all my posts
Jan
20
comment How can I make a custom post type that loops pages in a new dashboard page, each single page is a new dashboard page (all within the back-end)?
I still don't quite get why you would want your CPT blog on your backend. As what wordpress is, you add data on backend, you view it on frontend. And, isn't what you have added already view-able on it's editor?
Jan
20
comment How can I make a custom post type that loops pages in a new dashboard page, each single page is a new dashboard page (all within the back-end)?
I don't quite understand what you mean by dashboard page. Cause when you add a CPT, it has its own menu on admin page.
Jan
17
comment Display random gallery images and its parent post title leading to parent post permalink
'post_status' => 'published' ? you are using null by the way...
Jan
17
comment Stop header code from showing in category page?
you can also use this codex.wordpress.org/Function_Reference/is_archive
Jan
16
comment How can i list current author's categories?
that would then be global $post, $wpdb;
Jan
16
comment How can i list current author's categories?
try adding global $wpdb;
Jan
15
answered How to filter categories of a post
Jan
15
comment Limit access to page depending on user level
codex.wordpress.org/Function_Reference/current_user_can
Jan
15
answered How can i list current author's categories?