584 reputation
115
bio website rachelbaker.me
location Chicago, IL
age 35
visits member for 1 year, 10 months
seen 3 hours ago
stats profile views 68

PHP and WordPress Developer for The Nerdery and an occasional speaker. I write code in Sublime Text 2, wear collared shirts and drink Diet Coke.


4h
comment Custom Page Template not working when site moved from subfolder
Glad you worked it out!
7h
comment Custom Page Template not working when site moved from subfolder
If your "Publishing Center" page is accessible from the WordPress Dashboard > Pages, check if you are directed to the correct page from there. Also check that you don't have a category or tag named "Publish" since that can cause a re-write rules conflict.
Jun
15
revised Create a variable from Contact form 7
removed email address, and improved formatting.
Jun
15
suggested suggested edit on Create a variable from Contact form 7
Jun
13
comment Plugin that saves form data
Be sure to prefix your $_POST variables to prevent another plugin or WordPress itself from trying to process your form variables. Example: $_POST['rchs_submit'], $_POST['rchs_name'], etc.
May
27
reviewed No Action Needed Best plugin to prevent spam in multisite wordpress
May
27
reviewed Reviewed Unauthorized administrator accounts
May
27
reviewed Reviewed Plugin to require name and email on login
May
27
reviewed No Action Needed How to create a permalink for custom taxonomies and custom post types like base-name/parent-tax/child-tax/custom-post-type-name
Apr
27
answered http upload error as a subscribed user
Apr
17
comment wp custom field image and text multiple time
I am sorry, I don't understand the question. Can you try to clarify?
Mar
28
reviewed No Action Needed Plugin admin page meta_box toggle and order state not saving
Mar
25
answered How does a Child Theme works?
Mar
24
answered Custom Rewrite Rules
Mar
24
answered Format Buddypress Date Picker Output
Feb
10
comment Sidebar not appearing
Does the sidebar appear under Appearance->Widgets? That is where it would display instead of "Edit Page"
Feb
1
comment Roll my own theme or customize an existing one
There is no right or wrong answer here. Whether to build your own custom theme or customize an existing theme depends on your time available, skill level, interest, purpose, etc.
Jan
24
comment Custom tabs widget don't work in google chrome, is blocked, do not change the tabs. Why?
Sounds like a jQuery issue then, can you link to that code? Also check the Chrome development console. It may give you the fastest answer.
Jan
24
comment Custom tabs widget don't work in google chrome, is blocked, do not change the tabs. Why?
Blocked? As in the widget doesn't appear at all? Are any errors or warnings shown in the Chrome console?
Jan
15
comment Is there any way to have Featured Text, as opposed to Featured Image?
@sanjaypoyzer Why can't you use the excerpt field?