Block Specific Dynamic Views, Using Custom Redirects
Sunday, May 3, 2020
Edit
One strange question, that has intrigued me for a while, is virtually dynamic templates, together with reader choice.
We meet the occasional question, inwards Blogger Help Forum: Learn More About Blogger.
Using a dynamic template, you lot allow your readers a choice - how they larn to persuasion your blog.
Use custom redirects, to redirect from non wanted dynamic views.
However, if you lot really desire to lay out your weblog using a dynamic template, together with forestall access to specific views, this tin live on easily done. Just add together 2 or to a greater extent than custom redirects, from whatever dynamic template URL, to a to a greater extent than desirable URL.
First, you lot take keep to ready a default view. Effective redirection requires a default persuasion set. We'll purpose "magazine" every bit our default.
Now, let's block "Classic" view.
And add together to a greater extent than views to block, every bit required.
Test the redirections, inwards my exam blog.
See it inwards operation, using my exam blog. See if "Classic" or "Flipcard" work, for you.
You tin too take the View menu, from the blog.
Besides redirecting specific views, you lot tin take the View Menu from Dynamic Views. Use "Add CSS" inwards Template Designer, together with add together a rule.
Be aware of ane ask amongst the "Add CSS" wizard.
As always, if at that topographic point is a dominion inwards the "Add CSS" window, add together a blank business preceding / next this novel rule!
Otherwise this tweak volition require a chip to a greater extent than work.
Many Blogger features are subject upon other features. This tweak volition non work, amongst the sidebar tweaked to non enshroud itself.
With choices come upwardly to a greater extent than satisfied readers - people who pass to a greater extent than fourth dimension reading what you lot take keep to say, who bookmark the weblog then they tin come upwardly dorsum later, together with who recommend the weblog to their friends. And all of that leads to to a greater extent than traffic - which is non a bad thing.
But, if you lot really ask to block approximately views, this is easily done.
We meet the occasional question, inwards Blogger Help Forum: Learn More About Blogger.
How create I forestall my readers from viewing my blog, using an unacceptable dynamic view?This weblog possessor is overlooking ane of the major advantages to dynamic templates.
Using a dynamic template, you lot allow your readers a choice - how they larn to persuasion your blog.
Use custom redirects, to redirect from non wanted dynamic views.
However, if you lot really desire to lay out your weblog using a dynamic template, together with forestall access to specific views, this tin live on easily done. Just add together 2 or to a greater extent than custom redirects, from whatever dynamic template URL, to a to a greater extent than desirable URL.
First, you lot take keep to ready a default view. Effective redirection requires a default persuasion set. We'll purpose "magazine" every bit our default.
From: /
To: /view/magazine
Now, let's block "Classic" view.
From: /view/classic
To: /view/magazine
And add together to a greater extent than views to block, every bit required.
Test the redirections, inwards my exam blog.
See it inwards operation, using my exam blog. See if "Classic" or "Flipcard" work, for you.
From: /
To: /view/magazine
From: /view/classic
To: /view/magazine
From: /view/flipcard
To: /view/magazine
You tin too take the View menu, from the blog.
Besides redirecting specific views, you lot tin take the View Menu from Dynamic Views. Use "Add CSS" inwards Template Designer, together with add together a rule.
#views {
display: none;}
Be aware of ane ask amongst the "Add CSS" wizard.
As always, if at that topographic point is a dominion inwards the "Add CSS" window, add together a blank business preceding / next this novel rule!
Otherwise this tweak volition require a chip to a greater extent than work.
Many Blogger features are subject upon other features. This tweak volition non work, amongst the sidebar tweaked to non enshroud itself.
With choices come upwardly to a greater extent than satisfied readers - people who pass to a greater extent than fourth dimension reading what you lot take keep to say, who bookmark the weblog then they tin come upwardly dorsum later, together with who recommend the weblog to their friends. And all of that leads to to a greater extent than traffic - which is non a bad thing.
But, if you lot really ask to block approximately views, this is easily done.