| bio | website | ahermosilla.com |
|---|---|---|
| location | California | |
| age | 25 | |
| visits | member for | 1 year, 8 months |
| seen | 23 hours ago | |
| stats | profile views | 6 |
I'm a T-shaped web developer and designer whose vertical skills delve deep into front-end web development & WordPress
|
Jan 3 |
answered | custom image size with New Media Manager in wordpress 3.5 |
|
Dec 28 |
answered | Expanding new Media Uploader in WordPress 3.5 |
|
Dec 2 |
answered | I'm using wp_nav_menu to display my menu, but I want one more link in there that is a hardcoded link. How can I do this? |
|
Nov 30 |
comment |
Is there an existing capability to allow editing of only pre-existing pages? If not, a good way to implement this? I would also check out wordpress.org/extend/plugins/user-role-editor |
|
Nov 29 |
comment |
Making a form for user to add new custom post with custom taxonomies and custom fields wp_insert_post returns the post_id which you pass in to wp_set_terms. You also need to pass in the taxonomy name (i.e. color) as well as the term_id's |
|
Nov 29 |
answered | Making a form for user to add new custom post with custom taxonomies and custom fields |
|
Nov 8 |
answered | How do I require authorization / login to view a specific set of posts / pages? |
|
Aug 30 |
awarded | Commentator |
|
Aug 30 |
answered | Custom Post Type Pagination on Single.php? |
|
Aug 30 |
comment |
Plugin for custom posts and fields You can create "groups" by adding Add New Field Groups. ACF is already organize by group, so you just need to make sure to add separate groups. In regards to sorting, you will have to add that custom functionality since it's custom to your site. There may be a plugin, but doubtfully. If you do find one let us know! |
|
Aug 24 |
answered | Plugin for custom posts and fields |
|
Aug 23 |
comment |
Weird behaviour when adding terms/term_taxonomies programmatically I had the same issue with child terms and above did the trick! Just make sure to use delete_option() after inserting the terms to be safe. |
|
Aug 10 |
comment |
Get page link from slug? Agreed with Kaaviar, the function below is better. |
|
Jul 30 |
comment |
Non-standard (new) theme file Clarify your question, why do you need access out of templates to WordPress functions? Do you need custom templates to select like expand2web.com/blog/custom-page-template-wordpress ? |
|
Jul 17 |
awarded | Supporter |
|
Jul 16 |
awarded | Peer Pressure |
|
Jul 12 |
comment |
Check if home.php and set home.php as page_on_front Technically home.php is not a page template, it's the main page for the blog. is_page_template() will only return true if a page has a custom template that you select from the sidebar. |
|
Jul 12 |
comment |
How to replace bloginfo(template_url) I would ignore it. I personally use get_bloginfo() over get_template_directory_uri() and don't see any reason why it's better to use one function over the other |
|
Jul 11 |
comment |
Check if home.php and set home.php as page_on_front Try is_blog() function mentioned here. |
|
Jul 11 |
awarded | Editor |