The settings tag has no wiki summary.
0
votes
1answer
21 views
Building a simple “settings” plugin to change textstrings on the home page
I am trying to build a little settings area to change the strings of some text (image urls & links) on the homepage via the dashboard.
I have found a useful tutorial which provides the plugin ...
0
votes
1answer
16 views
Character \ appearing before ' after saving a settings page
It's a strange issue and I've seen it happen with plugins, however I don't know how to fix it. Maybe just a PHP issue?
Anyhow, I have a settings/options page with several text areas. Upon saving, a ...
0
votes
1answer
41 views
Why is the Settings API is not saving my array of options
I am writing a set of classes to easily create options pages accessible via submenus of the standard WordPress menus and a way to easily create options for said menus. The way I am wiring it is via a ...
0
votes
0answers
14 views
Creating Theme Settings Page [duplicate]
I am trying to create a custom theme settings page for a wordpress theme, so that I may hopefully continue to reuse it on the future websites I make. Unfortunately, I'm falling at the first hurdle. ...
-1
votes
0answers
56 views
Using own design - easiest (layout) setup [closed]
I've been usually making my sites by myself, but I want to make new weblog and I haven't made my CMS yet so I decided to use WP. I also like to make my own designs for sites and I usually don't have ...
0
votes
1answer
49 views
Incorporating the Settings API in WordPress Themes - by Chip Bennet
I am using the code by Chip Bennett to create a settings options page for my plugin. The problem is that I am getting a Warning error as indicated below that I cannot figure it out. Any help is ...
-1
votes
0answers
15 views
Reset Button for Custom Plugin (reset to default settings with php not using settings api)
I have a custom plugin I am creating for wordpress in php. It's simple one with whitelabeling functions. I am trying to create a reset button. I know how to create the field. I think I can do it by ...
0
votes
0answers
25 views
I change all options except for General Settings
I can change all the settings on the site except for the Wordpress General Settings section. This includes both Wordpress options and plugin related options.
I get a this error code:
**
403 ...
0
votes
1answer
26 views
unsuccessful attempt to change domains- wordpress re-routing to old domain
I've tried to switch a website from zoparealty.com to zoparealtygroup.com.
When I go to zoparealtygroup.com, I can see what appears to be a strictly HTML version of the site(no CSS, no php).
...
0
votes
3answers
35 views
In Settings>>General I am missing some fields
I am new to Wordpress and downloaded the 3.5.1 version from my hosting provider. I want to add www in front of my domain and I read from many sources how to do this. Go to settings then general and ...
0
votes
1answer
62 views
Change the style of h1, h2, only in post entry
I would like to change the style of h1, h2, ... ONLY in post entry (when writing a new post).
Default settings is just too big and has a different format, because I use Google fonts. I was using ...
1
vote
2answers
67 views
Custom editor field displaying HTML in Visual editor
I am trying to add a custom WordPress editor field to the General Settings page in the admin. I have it working except that when you save anything with HTML it converts all the code to HTML entities ...
0
votes
0answers
37 views
After server migration (local server to online server) permalink don't work
I am finding some difficulties with Permalink after have migrate my blog from my apache local server to an apache online server.
I have used the Search and Replace Tool on my online server script: ...
0
votes
1answer
62 views
php.ini -Theme-specific settings
I'm testing a theme on a group of people. Its a microstock image selling theme. Very unique, so far, works great on most hosts.
However many people complain that that the image-processing script ...
0
votes
0answers
23 views
Question about saving settings
I am using the Settings API to save some of my plugin options. I also have a notice in the admin related to the plugin, which basically shows once upon activation, and then can be dismissed at the ...
0
votes
1answer
46 views
WP e-commerce sales-view
I'm helping a client out who's running Wordpress E-commerce 3.8.3 on WP 3.2.1
In the "sales" view, (where it shows all orders), you can see
ID Date/Time Name Amount Details Status (Delete) and ...
0
votes
2answers
37 views
Testing for addon plugin activated
I am creating a plugin which will also have a few addons. I am adding settings tabs for the addons, but I want to make a conditional check in the main plugin to prevent those tabs from showing if the ...
0
votes
1answer
34 views
How to add options for Pages?
I would like to show an input field on the bottom, everytime, when a user create a new page. How is it possible?
1
vote
1answer
43 views
Run function on settings save
I am using the Settings API for a plugin's settings page. One of the settings allows the user to change the cron job interval for the cron job created by this plugin.
Therefore I'd like to run a ...
0
votes
2answers
44 views
Set Default Category to Username
I installed a plugin called "Symbiosis" which creates categories automatically copying a user's username upon them signing up.
Whenever any user creates a post on the site, I am trying to figure out ...
1
vote
1answer
23 views
Theme settings default, strange behavior before first save
I was building a theme options page with the settings API. I use an ajax call to compute some settings automatically from other pages / tabs. I noticed that all of the new settings default ("std") ...
1
vote
1answer
21 views
Implementing action correctly
Hi I am implementing a core plugin plus add ons. There is a settings page and I would like to hook some validation routines for the addon plugin into the core plugin's validation function. However ...
0
votes
1answer
47 views
options validator input is false?
I have a form that looks as such:
<form action="options.php" method="post">
<ul class="nav nav-tabs">
<li>
<a href="#content" data-toggle="tab">content</a>
...
0
votes
1answer
233 views
How to create color scheme for my custom theme?
I would like to create color scheme for my custom template that can be changed inside my admin panel. According to this thread it can "easily" be done.
Author quotes: "create your color styles in ...
2
votes
0answers
52 views
Tab from Settings API resetting all options with INSERT INTO
I have an Options menu created with the code from Chip Bennett tutorial, the old code, though, the one from like a year ago (the new one has a much better validation structure, but still, it works ...
2
votes
1answer
75 views
Wordpress address URL keeps dropping the www
My Wordpress Address (URL) in general settings keeps losing the www from the URL - I type in http://www.domain.com and it saves and works fine.
Next time I go in the address has changed to ...
2
votes
1answer
32 views
Making a configurable field translatable
I'm working on a theme right now that gives the admin the possibility to set different texts that are used within the theme, by configuring them in the admin panel (e.g. the text that is displayed, ...
0
votes
3answers
107 views
The issue of redirecting my site to a new domain
I have encountered some problems after I have redirected my site, which is in a sub directory in my server, to a new domain. I have kept the same server.
The origin URL of my wp site ...
0
votes
1answer
43 views
Difference between Option_Group and Option_Name in Register_Settings
I think the title pretty much says it all! I'm working my way through various tutorials on how to add an options page to my test plugin and am struggling to understand the Register_Settings function.
...
0
votes
2answers
555 views
Where have the Privacy Settings gone in WordPress 3.5?
I moved a WordPress site to another server and everything is working well, minus the fact that I can't seem to change the settings in Privacy. When I click on "allow search engines to index this ...
0
votes
2answers
42 views
Is there any other place - besides a theme, a plugin, or a mu-plugin - that an option page might conceivably be used?
I'm creating a helper class for simplifying the creation of an option page in admin that could conceivably be used in a theme, a plugin, or a mu-plugin. I'm trying to make the class as easy to ...
1
vote
2answers
1k views
How to change the file upload directory on version 3.5?
The option to change the upload folder for images is gone on version 3.5, any way to make it visible again or a workaround ?
From this core ticket:
Changing the upload_path and upload_url_path ...
-1
votes
1answer
134 views
Allow spiders to crawl my site (selectable option in wp)
I was creating a site for testing and i selected an option when setting up wp that essentially disallows my site from being indexed/crawled.
I would now like it to be crawled like normal, but i cant ...
1
vote
4answers
392 views
How to Create a Custom WordPress Install Package?
I downloaded the latest version of WordPress (3.5) and created a custom theme. I plan to upload and install it for multiple clients. Is it possible to customize the default settings such as not have ...
0
votes
1answer
65 views
Filtering a Database Query
In a WP_List_Table example I'm using, I am seeing how to make a general query to the wp_options table in the Wordpress database.
For example, $query = "SELECT * FROM $wpdb->options";
I also see ...
1
vote
0answers
86 views
How to store options in an array
I am creating a custom table to display selected options for a page called "Testimonials". The user will enter their options on a "manage testimonial settings" page, and then those options will ...
1
vote
1answer
414 views
Enqueue Javascript Correctly for 3.5
I am trying to create tabs for admin settings page in wp, but I think I'm doing it wrong. The example below shows how I did it but I don't know how to change this to use it correctly with no conflict ...
0
votes
2answers
203 views
Can't get plugin settings page to save data
have a simple plugin that inserts text (a Google ad) partway through the content of a single post. I'm trying to create a settings page that will let users change the ad code, and change after which ...
0
votes
1answer
62 views
Set a hard-coded page-template (post-type-archive) as home/front-page of my wordpress blog?
under Settings->Reading I can set which page should appear immediately when visiting my site as "home-page".
In my case I want the archive of my custom-post-type named "events" as home/front-page of ...
2
votes
1answer
166 views
WordPress (+WPMU) Import/Export ALL settings?
As we all know WordPress does not import Widgets when you import content with [Tools > Import] and I'm wondering what kind of script could do that? Database has more than just 1 single information ...
0
votes
1answer
129 views
Wordpress custom permalinks not working on OS X localhost
When changing premalinks, none of the pages and links are not working except home page :(
Result are shown below. Thanks in advance.
2
votes
2answers
65 views
How to display some settings for super admin user only using Settings API
I'm developing a plugin with an options page using the Settings API.
I'd like to have one options array stored for my plugin, but on the settings page, I'd only like some of the settings to be ...
0
votes
2answers
73 views
How do I get blog posts to appear within CMS?
I'm working with a WordPress CMS website that was set up without a blog. I want the site to continue to function as it has, with mostly static pages, including the home page. I want a page called ...
0
votes
2answers
60 views
Best place to store company address
Ok I'm creating a site for a company, this company will have multiple users. In the footer I am trying to include the company name, phone and address but not as a widget. I need to store the ...
0
votes
1answer
159 views
Page Options Saving But Not Updating In Backend
I have created a custom options page for a slider that you can upload slides to. Everything works great except when trying to save the data. It will get saved and I can use it on the front end. But ...
2
votes
1answer
99 views
WP Multisite: Inherit plugin settings to new site
I use the Breadcrumb NavXT plugin for a WP multisite. I activated the plugin for all sites so I can use it throughout my network.
My problem is that every time I add a new site I have to change the ...
1
vote
0answers
86 views
BuddyPress | How to merge the “setting” & “profile” pages into one page?
In BuddyPress I would like to merge the register.php and setting.php files into one "register.php".
Is that possible?
I don't want to change my Name, City and Address then go to the setting page to ...
0
votes
1answer
22 views
Localise settings section headline
Assuming i've got a bunch of setting sections. I add these sections to my plugin page in the following way.
$sections = array('notifcations', 'updates');
foreach ($sections as $section)
{
...
0
votes
1answer
78 views
How to add a Reset to Defaults button with Settings API?
How can I add a reset button when using the Settings API?
I've have something like this that's storing my defaults:
$slider_options = get_option( 'nextslider_options' );
/* Define the array of ...
0
votes
1answer
146 views
Using wp_parse_args to set up Plugin Default Settings
So I want to have defaults set up for each of my plugins settings, and I'm using wp_parse_args to do so which I believe is the correct way, but I'm hitting a roadblock.
Here's my code at the moment:
...

