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...
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 "...
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...
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...
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...
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...
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...
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...
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...
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...