ndjworldnews
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: url security for paid for pages@bcworkz Thanks for the response.
As it turns out; the credit card approval company I use automatically adds a long string of characters to the existing url before routing to the page after payment approval. For now that’s good enough.
That will at least offer some protection whilst I study and try to implement one of your suggestions.
Thanks again; have a great day.
Lode
Forum: Developing with WordPress
In reply to: Start theme with different file?Hello;
Thank you for your response. I’ve decided to ‘leave as is’. I am not too familiar with Javascript so … not going to mess with it.
Thank you for your honest answer.
Lode
Hi
Thank you for the response. Must appreciate it. Problem solved.
Lode
Forum: Developing with WordPress
In reply to: Start theme with different file?Hello;
thank you for your response. I am trying to load a logo (full page) that remains on screen for a couple of seconds until the actual theme is loaded.
I tried sitename.com/start.php which contains the logo code and displays it. this file also contains the html code
<head> <meta http-equiv = "refresh" content = "3; url = /index.php" /> </head>
After 3 sec, the index.php file is loaded, showing me the header and the footer but ‘not found’ error where the posts suppose to be displayed.
Thank you.
Lode
Hi;
Fixed it.
Thanks;
Lode
Hi;
Fixed it.
Thanks.
Lode
Forum: Developing with WordPress
In reply to: Track the content of a linkHi Joy;
Thanks for the response. I will give your recommendation a try.
All the best;
Lode
This has been solved
Thank you
Lode
Hi;
Figured out how to change the Primary fields wording but still need help how to change the wording for the tabs in user profile.
thanks;
Lode
Hi;
Works like a charm. Thank you so very much.
Lode
Forum: Developing with WordPress
In reply to: Remove author baseI forgot to mention:
I already tried redirect in .htaccess but to no avail.
Any suggestions you may have are welcome.
Thank you.
Lode
Forum: Developing with WordPress
In reply to: Remove author baseHi
Thank you for the super fast response; A+ service.I am using the edit author slug plugin which works but it won’t let me use a symbol or remove the sub-link all together.
What I am trying to accomplish is a more ‘direct’ feel to the link, like is done with Twitter, Facebook, Instagram and other social sites.
Example: twitter.com/user-name or instagram.com/@user-name route directly to the user page. It’s easy to type and remember for people.
Unlike my-site.com/author/user-name.
Thanks again for the fast response. Much appreciated.
Lode
Forum: Developing with WordPress
In reply to: Remove author baseHi;
I found a ‘solution’ to my problem as far as renaming the author link by applying this snippet.
add_filter( 'author_link', 'modify_author_link', 10, 1 ); function modify_author_link( $link ) { $authorName = get_the_author_meta( 'display_name' ); $link = 'https://my-site-name.com/@/' . $authorName; return $link; }
My only problem now is that it shows the author link correctly in posts but when I click on it I get a ‘not found’ error.
Redirection problem perhaps? How would I solve that?
Thank you
Lode
- This reply was modified 4 years ago by ndjworldnews.
- This reply was modified 4 years ago by Yui.
Forum: Developing with WordPress
In reply to: Sticky post button and display sticky per individual userHello;
Thank you for your response. I came up with this round-a-bout solution:
Created a ‘sticky’ category;
Users can select that category;
When displaying post, 1st post in sticky cat gets displayed on top of page for that specific user by checking cat and author id.Works alright.
Thanks again;
Lode
Forum: Plugins
In reply to: [All-in-One Video Gallery] page not found errorHi;
Thank you. Sorry for the confusion.
Much obliged.
Lode