Most voted "wordpress" questions
Wordpress is a content management system (CMS) written in PHP with Mysql database, aimed primarily at creating websites and blogs. This tag includes questions about modifying themes and plugins, and extending their source code, always observing the scope of the site. Do not use for support questions, installation etc.
Learn more…1,512 questions
Sort by count of
-
0
votes1
answer461
viewsProblems accessing Multisite wordpress site panel
am having a problem in wordpress Multisite. I’m trying to access a web site your dashboard actually, but every time I try to access it redirects to the main site dashboard and not the Subsite. the…
-
0
votes1
answer394
viewsWordpress - change post title in page header
At this link: http://wp.ubiqui.com.br/2017/05/24/central-de-marketplaces/ you will see that on the image is the post title. I would like to put a code in Wordpress so that, only when accessing a…
wordpressasked 7 years, 5 months ago Rafael Schaffer Gimenes 121 -
0
votes2
answers31
viewsAdd a blog to a site built on WP
My client already has a trade website she wants one more channel, BLOG, I thought create another blog folder and make a new wp instation, because there would be freedom to themes, or thought create…
wordpressasked 7 years, 5 months ago hyperpixel 389 -
0
votes2
answers214
viewsHow to store record in new column within wp_users table? (Wordpress)
After the user fills in a registration form, this form goes through all validations, the data needs to be entered in the table wp_users, The function below is doing that role in my THEME: $user_id =…
-
0
votes0
answers82
viewsPage reload when add product in cart - wp - wc
I’m trying to add a product in the cart without refreshing the page, however much the toilet option to use ajax is enabled it does not work. I was wondering how can I edit to not update.…
-
0
votes1
answer195
viewsPermissions error in Wordpress - Nextgen Gallery
Hello! I am using the Nextgen plugin in Wordpress and now it is presenting the following error when I will create a gallery: Could not write to file. Please check filesystem Permissions. Filename:…
-
0
votes2
answers264
viewsI cannot enable GZIP cache and compression on my website. Why?
I have a client site to optimize on Wordpress. He was scoring 32 and 34 on the mobile and desktop test at Google’s Pagespeed Insights, respectively. I improved some items and the grades went up to…
-
0
votes1
answer57
viewsTheme / Wordpress template for Woocommerce with simulator
How should I search on a Woocommerce theme that allows the site user to assemble their product? I need to create a website with a simulator like this site: http://makeacake.com.br Someone recommends…
-
0
votes2
answers324
viewsQuery_post , pick up taxonomy by custom post field
Good morning to you all. A one page I have a custom field with the name of a post_type . In query_post you want to take the value that is not custom field with the name (choose) the $choice is the…
-
0
votes2
answers152
viewshow do I delete a wordpress category from google results?
I have a site in wordpress with some categories for example "our customers", "portfolio", "articles" but the category our customers should not appear in the results of Google if someone can help…
-
0
votes0
answers604
viewsBlank page when click on new post in Wordpress
I have a post_type called Minutes, when I click to add a new post inside this pot_type appears a blank page, as below: I did some research and many people said that it could be some plugin, but no…
-
0
votes0
answers64
viewsDate and time of file modification to download a wordpress site
I need help, I have a Wordpress site. this site has a downlaod page of files, I would like to know if there is any plugin or any way to display the date and time of modification of that file to…
-
0
votes0
answers28
viewsWordpress - I changed the permalink structure and the posts got error 500 (Internal Server Error)
Opa, I changed the structure of my permalinks to /blog/%postname% as in the image below: The post opens normally, curious that in Google Console and browser the error 500 is flagged and points the…
wordpressasked 7 years, 5 months ago Rodolpho Zoid 3 -
0
votes1
answer101
viewsProblem with wp_termmeta table
The following error is permanently occurring, recorded in my error_log: Error in Wordpress Table database 'odiletan_bd.wpTP737termmeta' doesn't exist na query SELECT term_id, meta_key, meta_value…
-
0
votes0
answers37
viewsError Handling - Wordpress
How do I make so that every time an error occurs on my site, I can write in the log the way I set ? I am working with wordpress so I am trying to make a plugin that does this, I tried to use the…
-
0
votes2
answers272
viewsChanging default wordpress taxonomy
Currently the category pages of my site have the following taxonomy www.site.com/Category/program01; I cannot change this taxonomy to program/program01. Is there any way to make that change ?…
wordpressasked 7 years, 4 months ago Atila Silva 877 -
0
votes0
answers108
viewsProblems with Js in Wordpress, preventing functioning of some plugins
I am starting a few jobs with Wordpress and am extremely novice in the area. I’m using a plugin for the menu Max Mega Menu only it is not working on mobile (the menu appears but when pressed to open…
-
0
votes1
answer3375
viewsWordpress - defined limit
I installed wordpress following these steps: Steps to Install Wordpress in Ubuntu 16.04 Step 1: Update the System #apt-get update Step 2: Install LAMP Server #apt-get install lamp-server^ Step 3:…
-
0
votes0
answers207
viewsWordpress - How to Get the Value of Custom Fields in the Theme
Personal talk! I am beginner in Wordpress and I came across a problem. I’m trying to get the value of a Custom Field that has in wp-admin called Client Link, there in the site plugin in the…
-
0
votes0
answers213
viewsProblems with Mobile Max Mega Wordpress Menu
Personal talk, Recently I installed the Max Mega Menu plugin on my client’s website and left everything neat and flowing well on the desktop version working fine. When I went to see on mobile the…
-
0
votes0
answers263
viewsHow to put code snippet within wordpress site
Hello, I want to put some posts about Php inside a site managed by Wordpress, how do I put those snippets of code that are already formatted, I do not want to have to format all the time.…
-
0
votes1
answer18
viewsPlugin does not create page
I’m trying to create page when activating a plugin, however, when trying to access, says that the page was not found, it even arrives without created, but gets a tag "scheduled" Follows code below:…
-
0
votes1
answer532
viewsFatal error: public_html/wp-includes/option.php on line 126
I migrated my Wordpress site to another hosting, I did everything right, however this occurring error: Fatal error: Uncaught Error: Call to Undefined Function untrailingslashit() in…
wordpressasked 7 years, 4 months ago Márcio Sebastião 769 -
0
votes2
answers63
viewsInsert jquery Cycle 2 in wordpress
<!--cycle6--> <?php wp_enqueue_script('jquery.cycle.all.js', '/wp-content/themes/powerclub-lite/js/jquery.cycle2.js', array('jquery')); wp_enqueue_script('jquery.cycle2.flip.js',…
-
0
votes2
answers1575
viewshow to place content from another blog (the posts) on my wordpress site (ex : last posts)?
I have a website and in it I want to put a feature in which there is an element where the last appears posts from a blog, but this blog is on another server. I want to put the last published posts…
-
0
votes0
answers22
viewsBreadcrumb Wordpress
I’m setting up a website and putting the breadcrumb right in the code, only I’m not getting the dropdown menu mother item, is getting the code like this... how can I pull the mother item?…
wordpressasked 7 years, 4 months ago Rafael Castro 79 -
0
votes0
answers23
viewsChange wp_query on the detail pages of each project according to the selected option on the project page
On the project page, where all the projects are, you have one option(select option) to sort alphabetically and another to sort chronologically. When going to the detail of each project has a link to…
-
0
votes2
answers177
viewsCategory Wordpress Problems
I am taking care of a news site in Wordpress and I realized that when it is selected more than one category by matter of the following conflict: By the URL I am on the page of the category Lifestyle…
-
0
votes1
answer65
viewsLayout Site Wordpress
Good morning! Guys, I need to develop a site with the layout below in Wordpress. Which theme do you think similar that I should use?…
-
0
votes0
answers208
viewsCategory Filter in Wordpress
I need to create a filter of these games where when clicking the button below it recommends one of the Woocommerce products, respectively categorized in "input", "recommended" and…
-
0
votes2
answers93
viewsWordpress and Google Analytics: how to avoid administrative area count?
How to set up Google Analytics Code to prevent administrators' or authors' access to Wordpress administrative areas from being counted?
-
0
votes1
answer23
viewsMaintaining the URL / Wordpress
I have about 10 domains in wordpresss, but I would like when accessing each domain to open the site in its own domain. Ex: - When accessing domain 01.com.br it should open the site in domain…
-
0
votes1
answer398
viewsListar posts por categoria
I have several posts and some of them have a category called "Featured" and the others are without category, what I need to do is list all these posts, and the first always need to be the "Featured"…
-
0
votes1
answer95
viewsHow to allow access to the page FORM ONLY
I have a wordpress page that there is a form, which the user passes email, name and status. When the registration is completed, I capture your data in a database (Mailchimp, in my case) and redirect…
-
0
votes0
answers193
viewsIn which table does wordpress store the layout of posts?
I need to update old posts with a new layout, I was wondering in which table of the wordpress database is the layout of the posts anyone has idea? , Obs have to change without being by Adm panel, It…
-
0
votes1
answer109
viewsError message - Parse error: syntax error
I’m getting the following error: Parse error: syntax error, Unexpected '[' in C:.. iwpserver htdocs wordpress wp-content themes 1 inc tempo.php on line 6 In the.php time file on line 6 I have this…
-
0
votes1
answer119
viewsView wordpress posts with SQL
I’m making a static site, where all the files are in PHP, however this site has a blog that should be manageable by Wordpress, then you ask me and pro what not to do everything by Wordpress? because…
-
0
votes0
answers29
viewsUpload wordpress media?
I have a wordpress project. I need to upload a 10mb file, but Thema allows only up to 2mb. Already have to change the . htaccess, and Function.php, wp-config, and php.ini. Someone knows how to fix…
-
0
votes0
answers46
viewsWordpress does not find Mysql Host
I’m trying to run Worpress locally on MAC, this to work the site and after ready to go up to the server. Mysql is installed on the MAC on /usr/local/mysql-5.7.17-macos10.12-x86_64/ is accessed via…
-
0
votes1
answer27
viewsProblem with wordpress site on server migration
I migrated a Wordpress site from server and now only recognizes the home page, the other pages simply from Error 500 Internal Server, someone once had something similar?
-
0
votes1
answer3522
viewsThe wordpress code is modified, but the blog does not update. What will it be?
I have a doubt I do not know how to ask I will try to be clear and objective. I’m learning to edit wordpress blogs and am using the Theme Ribbon. : https://galician-approval.000webhostapp.com/ But…
-
0
votes1
answer36
viewsAdapting column posts using Flexbox
You guys all right? Next I have a site I need to call the latest posts from a category id=3 within 2 rows with 3 columns in the home, something that would be very easy using bootstrap repeating 6…
-
0
votes1
answer23
viewsFilter texts without wordpress formatting
How could I filter only the text, that is what are outside of the tags, the ones that are in the html tags I want to remain, I just don’t want the ones that are in these [/et_pb_text] tag types or I…
-
0
votes0
answers36
viewsCreate Custom Search Plugin for Wordpress
I have to create a wordpress plugin, where it will have to do the search based on the selected filter. Example: I want to find clothing stores in a certain city. After typing in the search field the…
-
0
votes1
answer178
viewsQuery the user data
Hello, I wonder if there is possibility to query user attributes and display on screen. To register the user I am using the plugin final Member, which by default only displays the user’s photo and…
-
0
votes1
answer57
viewsShow terms of a taxonomy randomly
I am displaying all categories with their respective images, according to the code below: <?php categorias = apply_filters('taxonomy-images-get-terms', '', array( 'taxonomy' => 'category') );…
-
0
votes0
answers85
viewsUndefined index - audio upload
I have a small code to upload audio, but is showing Undefined index error in two lines referring to "audioFile". Notice: Undefined index: audioFile in C: xampp apps wordpress htdocs upload.php on…
-
0
votes1
answer21
viewsLink authors at the end of each wordpress post
How to turn the author’s name into a link and by clicking you can see all this author’s posts in wordpress
wordpressasked 7 years, 3 months ago Willyan Bertotto 1 -
0
votes2
answers940
viewsHow do I display the content of my wordpress pages?
My page is with header and footer and I would like to put the content between them, I know it should be a simple thing. <?php if ( have_posts() ): while ( have_posts() ): the_post(); endwhile;…
-
0
votes1
answer103
viewsHow to add another form field in wordpress?
In the part of "add new" in wordpress has only two form fields, I need to put more, but it is possible to do this by creating a plugin ?