-
Posted a reply to Unwanted multiple duplicates of same page auto generating, on the site WordPress.org Forums:
Hi @golbez45, Try to use a different theme and check if the duplication still occurs. -
Posted a reply to Images Failing to Upload, on the site WordPress.org Forums:
Hi @nsmith1415, Please try to increase your maximum upload size Here's an instruction on how… -
Posted a reply to add existing wordpress sites to manageWP or infiniteWP, on the site WordPress.org Forums:
Yes you can import your existing wp sites on those management software. -
Posted a reply to alphabetical order, on the site WordPress.org Forums:
You can use this plugin on your site to filter your posts https://wordpress.org/plugins/wp-filter-posts/ -
Posted a reply to Plugin to display user meta, on the site WordPress.org Forums:
You can try to use this plugin https://wordpress.org/plugins/user-meta/ -
Posted a reply to My site reidrects to installation page, a few minates later it doesn’t…, on the site WordPress.org Forums:
I have encountered this also. After I successfully installed my wordpress site there was no… -
Posted a reply to can not upload files to media library. get http error, on the site WordPress.org Forums:
You can find your wp-config file depending on where your wordpress is installed. Check this… -
Posted a reply to Footer Text Hyperlink, on the site WordPress.org Forums:
If you want to make it a black text, add this code. color: #000000; -
Posted a reply to can not upload files to media library. get http error, on the site WordPress.org Forums:
In your wp-config file. Add this code to increase your PHP memory limit. define( 'WP_MEMORY_LIMIT',… -
Posted a reply to Adding a category to all posts that currently have a specific category, on the site WordPress.org Forums:
Yeah. Try @abdul-samad-k-t script. Just change the WP_query to WP_Query -
Posted a reply to Sidebar Color Change (Whole Block), on the site WordPress.org Forums:
You can change the color by using this code #secondary { background-color: #000000; } -
Posted a reply to White Screen after activating each theme, on the site WordPress.org Forums:
Is your wordpress version updated also? -
Posted a reply to WP-ADMIN not logging in, on the site WordPress.org Forums:
You can use your cpanel to be able to change your theme. -
Posted a reply to embed live code demo, on the site WordPress.org Forums:
You can use an iframe tag to embed codepen and jsfiddle. Use this <iframe width="560"… -
Posted a reply to Adding a category to all posts that currently have a specific category, on the site WordPress.org Forums:
Yes. You can create a script on you functions.php that will loop through all the… -
Posted a reply to WP-ADMIN not logging in, on the site WordPress.org Forums:
Login to your wp-admin site. Then go to Themes menu and change your theme with… -
Posted a reply to WP-ADMIN not logging in, on the site WordPress.org Forums:
Do you have a cpanel access to your hosting? -
Posted a reply to Font Awesome Characters Only Show Sometimes, on the site WordPress.org Forums:
Change this stylesheet href http://prntscr.com/in97ir to https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css -
Posted a reply to WP-ADMIN not logging in, on the site WordPress.org Forums:
@kacperekkkk Try to change your theme and try to login again. -
Posted a reply to WP-ADMIN not logging in, on the site WordPress.org Forums:
Hi @tibirienergy, What is the url of your site? -
Posted a reply to WP-ADMIN not logging in, on the site WordPress.org Forums:
Hi @kacperekkkk Try to disable some of your plugins and check if the login works. -
Posted a reply to can’t do anythin gon wordpress, on the site WordPress.org Forums:
Base on that error message. You need to activate the contact form 7 plugin by… -
Posted a reply to Automatically Update Plugin without user interaction, on the site WordPress.org Forums:
For me, I wouldn't want any plugin to be auto updated on my site. What… -
Posted a reply to The package could not be installed. The theme is missing the style.css styleshee, on the site WordPress.org Forums:
Yes you are right. -
Posted a reply to The package could not be installed. The theme is missing the style.css styleshee, on the site WordPress.org Forums:
Please make sure that the zip file contains the root folder of the theme. I… -
Posted a reply to Redirect to same page but with variables, on the site WordPress.org Forums:
Why not create a function on where it will check if the current page ID… -
Posted a reply to Help with image, on the site WordPress.org Forums:
Your featured post image url is http://thiswaymommy.com/wp-content/uploads/2018/02/EA3FB50F-F7A9-49BF-9619-7F2D1036C601-980x450.png And I'm sure that you want your featured… -
Posted a reply to Widgets don’t save, on the site WordPress.org Forums:
You can manually add widgets.php using your ftp or directly to your cpanel account. -
Posted a reply to What do you think about this website problems?, on the site WordPress.org Forums:
Have you tried updating your site wordpress version, theme and plugins? -
Posted a reply to save to db with wpdb, on the site WordPress.org Forums:
Include global $wpdb in your code This reply was modified 4 seconds ago by necafasu. -
Posted a reply to Redirect, on the site WordPress.org Forums:
Try this code function my_redirect_home() { return home_url(); } add_filter( 'registration_redirect', 'my_redirect_home' ); -
Posted a reply to 404 Error – nav-menus.php, on the site WordPress.org Forums:
Have you tried clearing your cache? -
Posted a reply to ERROR: Cookies are blocked due to unexpected output., on the site WordPress.org Forums:
Please refer to this link and see if it works https://wordpress.org/support/topic/cookies-are-blocked-due-to-unexpected-output-13/ This reply was modified… -
Posted a reply to Post different post categories on differently labeled Pages, on the site WordPress.org Forums:
Can you send a screenshot on how the posts on your homepage are being shown? -
Posted a reply to Hiding a Certain Post on Sidebar, on the site WordPress.org Forums:
You can try this plugin https://wordpress.org/plugins/posts-in-sidebar/ -
Posted a reply to How to create a HTML table, on the site WordPress.org Forums:
You can try this plugin TableGen – Data Table Generator -
Posted a reply to Book about the core of WordPress?, on the site WordPress.org Forums:
I will recommend these links to know more about theme and plugin development. Theme Plugin… -
Posted a reply to <span class=\"resolved\" aria-label=\"Resolved\" title=\"Topic is resolved.\"></span>Redirection after error in installing, on the site WordPress.org Forums:
Hi @slangathe Please post your problem here https://wordpress.org/support/forum/how-to-and-troubleshooting/ -
Posted a reply to Website loading time, on the site WordPress.org Forums:
try to disable some plugins and check if it fix your the problem -
Posted a reply to Redirection after error in installing, on the site WordPress.org Forums:
try to clear your cache first. -
Posted a reply to Redirection after error in installing, on the site WordPress.org Forums:
These docs will help: http://codex.wordpress.org/Moving_WordPress https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory http://codex.wordpress.org/Changing_The_Site_URL -
Posted a reply to Admin screen no longer full width? Orange text?, on the site WordPress.org Forums:
Try disabling some of your plugins and check if it fixed the problem. -
Posted a reply to Tags not listed alphabetically, on the site WordPress.org Forums:
You need to do some coding directly to your theme to be able to accomplish… -
Posted a reply to Pages with parent pages giving 404 errors, on the site WordPress.org Forums:
Go to Settings -> Permalinks and choose Post Name then hit <b>SAVE</b> -
Posted a reply to How to get back url, on the site WordPress.org Forums:
On your cpanel go to your database and run this query UPDATEwp_optionsSEToption_value= 'http://swiat-okularow.eu/swiatokularow' WHEREoption_name= 'siteurl';… -
Posted a reply to get_template_part is not working correctly., on the site WordPress.org Forums:
Hi, Please make sure that the file is in correct directory. Ex: theme-directory/template-parts/content-signup.php Then you… -
Posted a reply to White screen on login only, on the site WordPress.org Forums:
Use this code to add you google analytics <?php add_action( 'wp_head', 'google_analytics_script' ); function google_analytics_script()… -
Posted a reply to Empty upload files in tmp folder, on the site WordPress.org Forums:
Create tmp folder with a permission of 755 or 777 on wp-content folder This reply… -
Posted a reply to Getting A 404 Error for a Part of the Home Page and another issue, on the site WordPress.org Forums:
I guess you tried to create a new page with a file name of index.html… -
Posted a reply to Display bug on post.php, on the site WordPress.org Forums:
Have you tried disabling some of your plugins? Maybe there is plugin that changing the…