latenighthacker
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: array() expects parameter 1 to be a valid callback, function ‘this might help you.
P.S before posting query to the forum use the search for similar problems posted before.
Forum: Developing with WordPress
In reply to: How do I pass values to my custom plugin from outsideSorry If I am not clear ( not a native english speaker ). As I was saying, you are displaying the widget( not the plugin itself ) in different places of website ( known as widget area ) and the functionality of that widget defined/implemented in your plugin.
I think rather than rewriting get parameters in url directly, it is good to follow the WordPress way. i.e. add_query_arg(). Please do correct me if I am in the wrong direction.
My point is let WordPress built-in functions handle that. ( atleast you have someone to blame for if your code doesn’t work 🙂 )
- This reply was modified 9 years, 1 month ago by latenighthacker.
- This reply was modified 9 years, 1 month ago by latenighthacker.
@lange17 Just above that big blue button, can you see 3 settings ( Status, Visibility & Published on )? Make sure the Status set to “Published”, Visibility set to “Public”. Then click the big blue Update button. Hope it helps.
Forum: Fixing WordPress
In reply to: Looking for a plugin to customize the purchase in my storeIf I am right, all you need is a eCommerce plugin. In that case I suggest you to look at WooCommerce plugin.
https://wordpress.org/plugins/woocommerce/
https://woocommerce.com/Forum: Developing with WordPress
In reply to: How do I pass values to my custom plugin from outsideThis not the way how plugin works. You can neither use a plugin in different areas of website nor display it in any part of website. However, if you want to add/put some contents(text, image etc) in some place of website, or modify any section of the website, you can do it with help of plugin or theme. I hope you got my point.
Forum: Fixing WordPress
In reply to: Remove link to post from top menuCan you give the link to your site, so that others can help? some screenshot might also help.
Forum: Fixing WordPress
In reply to: Remove link to post from top menu1) You can modify your top menu from backend(WordPress admin panel). Appearance->Menus
https://codex.wordpress.org/WordPress_Menu_User_Guide2) To remove posts altogether, you can use bulk action. Go to WordPress admin panel(backend of website). Then, Posts->All Posts->select the top checkbox to select all->in Bulk Actions dropdown, select Move to Trash->Apply
https://premium.wpmudev.org/blog/wordpress-delete-all-posts/3) comments can be enabled or disabled from screen options.
http://www.wpbeginner.com/plugins/how-to-turn-off-or-disable-comments-in-wordpress-pages/Forum: Fixing WordPress
In reply to: Categories don’t show unless two or more are selectedAs you said *All themes are affected by this bug* , I am not going to ask you for changing theme to some default WordPress theme. Instead, you can deactivate all the plugins and see if the problem still persists. If not then reactivate all plugins(one at a time) to find what actually causes the bug.
Forum: Fixing WordPress
In reply to: error establishing a database connectionIt must be something with wrong database connection. Please check wp-config.php file to check everything configured correctly.