Questions tagged as 'wordpress'

1
answer

Pagination PDF wordpress

Galera does not handle too much of wordpress maaas ... Is there any way to change how to view pdf's already existing in a website (which in the case are magazines) which is currently the default when you open a pdf in a browser I have a se...
asked by 16.10.2018 / 21:00
0
answers

syntax error, unexpected add_action wordpress

I'm getting this error message when trying to add a hook to include certain text in the email that is sent when an order is placed. syntax error, unexpected add_action wordpress function add_order_email_instructions() { echo "...
asked by 10.10.2018 / 18:32
0
answers

How to change font of an E-GOI / WP integration CSS code ready?

I'm new to the Web programming area and would love your help on a problem that came up here! (I've tried the support). I've created a WordPress site where you have a contact form linked to E-goi so far so good, but seeing the font size of...
asked by 19.10.2018 / 17:05
0
answers

Add variables in SLUG WordPress

I'm trying to add variables in Wordpress's slug , I was successful adding it as follows: function add_var_post( $url, $id ) { $url = add_query_arg( 'version', 'teste', $url ); return $url; } add_filter( 'page_link', 'a...
asked by 19.10.2018 / 23:55
2
answers

Wordpress plugin to restrict access to files only after registration

I have a client who has a Wordpress site and wants to limit access to certain PDF files only to those who register on the site. The problem is that there are several PDFs and the user-made record should only apply to that particular PDF, so you...
asked by 16.10.2018 / 17:22
1
answer

How to list all categories in wordpress menu automatically?

I'm trying to list all of the wordpress categories to form a dropdown menu with them as the menu is created in the admin panel of the theme. I want that where the item categories are in the menu of the image below are listed all categories of...
asked by 09.10.2018 / 13:20
1
answer

How to change wodpress paging to load more

I have a website in wordpress, thema is TOTAL. In the pagination of this theme are the page numbers and the arrows before and next. What I want is to replace this paging with a load button, where the user will click to load more posts and portfo...
asked by 05.10.2018 / 20:04
1
answer

How do I retrieve my adm access to WordPress?

I lost admin access in WP, even unexpectedly and with no correlation to anything specific. I tried to solve by changing the plugins, deactivated and reactivated all of them. I renamed the folder from "plugins" to "plugins. inside the wp-conten...
asked by 06.10.2018 / 10:50
1
answer

Plugin indication for wordpress search

I'm putting together a project and need a plugin indication so I can create a search similar to this one from this site: link Where the content is separated by letters, in alphabetical order. I could even create TABs, I would get a simil...
asked by 16.10.2018 / 02:14
0
answers

How to make a menu in Tree with Favorites in Wordpress

Good afternoon. I need to make a menu in Wordpress windows style, with menus and submenus, and in those submenus I need to do something that the user can favor this submenu, and then it would go to a favorite tab in the menu Does anyone kn...
asked by 11.10.2018 / 19:55